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