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
14
namespace
HallA
{
15
16
//_____________________________________________________________________________
17
FadcUnRasteredBeam::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
30
ClassImp
(
HallA::FadcUnRasteredBeam
)
Int_t
int Int_t
FadcBPM.h
FadcUnRasteredBeam.h
name
char name[80]
HallA::FadcBPM
Definition
FadcBPM.h:16
HallA::FadcUnRasteredBeam
Definition
FadcUnRasteredBeam.h:17
HallA::FadcUnRasteredBeam::FadcUnRasteredBeam
FadcUnRasteredBeam(const char *name, const char *description, Int_t runningsum_depth=0)
Definition
FadcUnRasteredBeam.cxx:17
THaApparatus::AddDetector
virtual Int_t AddDetector(THaDetector *det, Bool_t quiet=false, Bool_t first=false)
Definition
THaApparatus.cxx:55
THaUnRasteredBeam
Definition
THaUnRasteredBeam.h:13
HallA
Definition
FadcBPM.cxx:14
ClassImp
ClassImp(TPyArg)
HallA
FadcUnRasteredBeam.cxx
Generated by
1.9.8