Hall C ROOT/C++ Analyzer (hcana)
THcRasteredBeam.h
Go to the documentation of this file.
1 #ifndef ROOT_THcRasteredBeam
2 #define ROOT_THcRasteredBeam
3 
5 // //
6 // THcRasteredBeam //
7 // A beam with rastered beam, analyzed event by event using raster currents //
8 // This is identical to THaRasteredBeam except that we need to use THcRaster //
9 // For raster signal processing. //
10 // //
12 
13 #include "THaBeam.h"
14 
15 
16 class THcRasteredBeam : public THaBeam {
17 
18  public:
19 
20  THcRasteredBeam( const char* name, const char* description) ;
21 
22  virtual ~THcRasteredBeam(){};
23 
24  virtual Int_t Reconstruct() ;
25 
26  ClassDef(THcRasteredBeam, 0); // add THcRasteredBeam to ROOT library
27 };
28 
30 
31 #endif
ClassDef(THcRasteredBeam, 0)
int Int_t
virtual Int_t Reconstruct()
virtual ~THcRasteredBeam()
Apparatus for a rastered beam.
THcRasteredBeam(const char *name, const char *description)
char name[80]