Hall C ROOT/C++ Analyzer (hcana)
THcRasterRawHit.h
Go to the documentation of this file.
1 //Author : Burcu Duran - Melanie Rehfuss (2017)
2 
3 #ifndef ROOT_THcRasterRawHit
4 #define ROOT_THcRasterRawHit
5 
6 
8 // //
9 // THcRasterRawHit //
10 // //
12 
13 #include "THcRawHodoHit.h"
14 
16 
17  public:
18 
19  friend class THcRaster;
20 
21  protected:
22 
23  private:
24 
25  ClassDef(THcRasterRawHit, 0); // Raw hit class for raster data
26 };
27 
28 #endif
Class representing a single raw hit for the raster.
Detector class for fast raster.
Definition: THcRaster.h:23
ClassDef(THcRasterRawHit, 0)
Class representing a single raw hit for a hodoscope paddle.
Definition: THcRawHodoHit.h:9