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