5#ifndef LARDIGITS2NTUPLE_H
6#define LARDIGITS2NTUPLE_H
31 Gaudi::Property< unsigned int >
m_Nsamples{
this,
"NSamples", 32,
"number of samples to store"};
32 Gaudi::Property< std::vector<unsigned int> >
m_FTlist{
this,
"FTlist", {},
"which FT to dump"};
33 Gaudi::Property< std::vector<unsigned int> >
m_Slotlist{
this,
"Slotlist", {},
"which Slot to dump"};
34 Gaudi::Property< std::vector<unsigned int> >
m_Sidelist{
this,
"Sidelist", {},
"which side to dump"};
35 Gaudi::Property< std::vector<unsigned int> >
m_BElist{
this,
"BElist", {},
"which B or E to dump"};
36 Gaudi::Property< bool >
m_fillEMB{
this,
"FillEMB",
true,
"if to fill EMB"};
37 Gaudi::Property< bool >
m_fillEndcap{
this,
"FillEndcap",
true,
"if to fill Eendcap"};
38 Gaudi::Property< bool >
m_fillBCID{
this,
"FillBCID",
false,
"if to fill BCID"};
39 Gaudi::Property< bool >
m_fillLB{
this,
"FillLB",
false,
"if to fill LB in Evnt tree"};
50 NTuple::Item<unsigned int>
m_dac;
Property holding a SG store/key/clid from which a ReadHandle is made.
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Array< short > m_samples
Gaudi::Property< bool > m_fillLB
Gaudi::Property< bool > m_fillBCID
NTuple::Item< unsigned int > m_delay
SG::ReadHandleKey< LArDigitContainer > m_contKey
NTuple::Array< float > m_RMS
NTuple::Item< short > m_LB
Gaudi::Property< std::vector< unsigned int > > m_BElist
LArDigits2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::vector< unsigned int > > m_Slotlist
NTuple::Array< float > m_mean
Gaudi::Property< std::vector< unsigned int > > m_Sidelist
Gaudi::Property< std::vector< unsigned int > > m_FTlist
SG::ReadHandleKey< LArFebHeaderContainer > m_LArFebHeaderContainerKey
Gaudi::Property< unsigned int > m_Nsamples
NTuple::Item< long > m_ntNsamples
Gaudi::Property< bool > m_fillEMB
NTuple::Item< short > m_bcid
virtual StatusCode execute()
NTuple::Item< unsigned long long > m_IEvent
SG::ReadHandleKey< LArAccumulatedDigitContainer > m_accContKey
NTuple::Item< unsigned long > m_ELVL1Id
virtual StatusCode initialize()
NTuple::Item< unsigned int > m_pulsed
Gaudi::Property< bool > m_fillEndcap
SG::ReadHandleKey< LArAccumulatedCalibDigitContainer > m_accCalibContKey
NTuple::Item< short > m_gain
NTuple::Item< unsigned long long > m_IEventEvt
NTuple::Item< unsigned int > m_dac
Property holding a SG store/key/clid from which a ReadHandle is made.