Hall C ROOT/C++ Analyzer (hcana)
THcAerogelHit.h
Go to the documentation of this file.
1 #ifndef ROOT_THcAerogelHit
2 #define ROOT_THcAerogelHit
3 
4 #include "THcRawHodoHit.h"
5 
6 class THcAerogelHit : public THcRawHodoHit {
7 
8  public:
9  friend class THcAerogel;
10 
11  protected:
12 
13  private:
14 
15  ClassDef(THcAerogelHit,0); // Raw Aerogel hit
16 };
17 
18 #endif
19 
Class for an Aerogel detector consisting of pairs of PMT's attached to a diffuser box...
Definition: THcAerogel.h:16
ClassDef(THcAerogelHit, 0)
Raw Aerogel Hit Info.
Definition: THcAerogelHit.h:6
Class representing a single raw hit for a hodoscope paddle.
Definition: THcRawHodoHit.h:9