Hall C ROOT/C++ Analyzer (hcana)
Loading...
Searching...
No Matches
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
16class 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
int Int_t
Apparatus for a rastered beam.
ClassDef(THcRasteredBeam, 0)
virtual ~THcRasteredBeam()
virtual Int_t Reconstruct()