Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnobj
sbnobj
SBND
CRT
CRTData.cxx
Go to the documentation of this file.
1
#include "
sbnobj/SBND/CRT/CRTData.hh
"
2
3
namespace
sbnd
{
4
namespace
crt
{
5
6
CRTData::CRTData
(): fChannel(0),
fT0
(0), fT1(0){
7
}
8
9
CRTData::CRTData
(uint32_t channel, uint32_t
t0
,
10
uint32_t t1, uint32_t adc):
11
fChannel(channel),
12
fT0
(t0),
13
fT1(t1),
14
fADC(adc){
15
}
16
17
CRTData::~CRTData
(){
18
}
19
20
uint32_t
CRTData::Channel
()
const
{
21
return
fChannel
;
22
}
23
uint32_t
CRTData::T0
()
const
{
24
return
fT0
;
25
}
26
uint32_t
CRTData::T1
()
const
{
27
return
fT1
;
28
}
29
uint32_t
CRTData::ADC
()
const
{
30
return
fADC
;
31
}
32
33
}
// namespace crt
34
}
// namespace sbnd
sbnd::crt::CRTData::fT0
uint32_t fT0
Definition:
SBND/CRT/CRTData.hh:13
sbnd::crt::CRTData::Channel
uint32_t Channel() const
Definition:
CRTData.cxx:20
evgen::fT0
createEngine fT0
Definition:
GaisserParam_module.cc:184
sbnd::crt::CRTData::fChannel
uint32_t fChannel
Definition:
SBND/CRT/CRTData.hh:12
sbnd::crt::CRTData::T0
uint32_t T0() const
Definition:
CRTData.cxx:23
make_calib_df.t0
int t0
Definition:
make_calib_df.py:42
sbnd::crt::CRTData::CRTData
CRTData()
Definition:
CRTData.cxx:6
sbnd::crt::CRTData::fADC
uint32_t fADC
Definition:
SBND/CRT/CRTData.hh:15
sbnd::crt::CRTData::~CRTData
virtual ~CRTData()
Definition:
CRTData.cxx:17
sbnd::crt::CRTData::ADC
uint32_t ADC() const
Definition:
CRTData.cxx:29
sbnd
stream1 can override from command line with o or output services user sbnd
Definition:
prodgenie_sbnd_proj.fcl:101
CRTData.hh
crt
process_name crt
Definition:
run_genericCRT.fcl:82
sbnd::crt::CRTData::fT1
uint32_t fT1
Definition:
SBND/CRT/CRTData.hh:14
sbnd::crt::CRTData::T1
uint32_t T1() const
Definition:
CRTData.cxx:26
Generated by
1.8.5