|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARDIGITS2NTUPLEEB_H
6 #define LARDIGITS2NTUPLEEB_H
31 Gaudi::Property< unsigned int >
m_Nsamples{
this,
"NSamples", 32,
"number of samples to store"};
32 Gaudi::Property< unsigned int >
m_Net{
this,
"Net", 5,
"number of energies to store"};
33 Gaudi::Property< std::vector<unsigned int> >
m_FTlist{
this,
"FTlist", {},
"which FT to dump"};
34 Gaudi::Property< bool >
m_fillBCID{
this,
"FillBCID",
false,
"if to fill BCID"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< std::vector< unsigned int > > m_FTlist
SG::ReadHandleKey< xAOD::EventInfo > m_evtInfoKey
virtual StatusCode initialize() override
NTuple::Matrix< float > m_bcidVec_ET_ID
Gaudi::Property< unsigned int > m_Net
NTuple::Array< int > m_ntNsamples
NTuple::Matrix< float > m_bcidVec_ET
LArDigits2NtupleEB(const std::string &name, ISvcLocator *pSvcLocator)
NTuple::Matrix< bool > m_saturVec_ET_ID
NTuple::Item< short > m_bcid
::StatusCode StatusCode
StatusCode definition for legacy code.
NTuple::Matrix< float > m_energyVec_ET
SG::ReadHandleKey< LArFebHeaderContainer > m_LArFebHeaderContainerKey
NTuple::Matrix< float > m_energyVec_ET_ID
NTuple::Matrix< short > m_samples
Gaudi::Property< unsigned int > m_Nsamples
NTuple::Item< unsigned long long > m_IEvent
SG::ReadHandleKey< LArDigitContainer > m_contKey
NTuple::Array< short > m_ELVL1Id
virtual StatusCode execute() override
NTuple::Array< short > m_gain
NTuple::Matrix< bool > m_saturVec_ET
Gaudi::Property< bool > m_fillBCID