Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
FadcRasteredBeam.cxx
Go to the documentation of this file.
1//*-- Author : Ole Hansen 16 July 2021
2
4//
5// HallA::FadcRasteredBeam
6//
7// Apparatus describing a rastered beam with FADC raster current readout
8//
10
11#include "FadcRasteredBeam.h"
12#include "FadcBPM.h"
13#include "FadcRaster.h"
14
15namespace HallA {
16
17//_____________________________________________________________________________
18FadcRasteredBeam::FadcRasteredBeam( const char* name, const char* description )
19 : THaRasteredBeam(name, description, false)
20{
21 AddDetector( new FadcRaster("Raster2","downstream raster", this) );
22 AddDetector( new FadcRaster("Raster","upstream raster", this) );
23 AddDetector( new FadcBPM("BPMA","1st BPM", this) );
24 AddDetector( new FadcBPM("BPMB","2nd BPM", this) );
25}
26
27//_____________________________________________________________________________
28
29} // namespace HallA
30
char name[80]
FadcRasteredBeam(const char *name, const char *description)
virtual Int_t AddDetector(THaDetector *det, Bool_t quiet=false, Bool_t first=false)
ClassImp(TPyArg)