 |
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef LAR_RDO_ANALYSIS_H
7 #define LAR_RDO_ANALYSIS_H
38 Gaudi::Property<bool>
m_doNtuple{this ,
"doNtuple" ,
true};
39 Gaudi::Property<std::string>
m_ntupleFileName{this ,
"NtupleFileName" ,
"/ntuples/file1"};
40 Gaudi::Property<std::string>
m_ntupleDirName{this ,
"NtupleDirectoryName" ,
"/LArRDOAnalysis/"};
42 Gaudi::Property<std::string>
m_path{this ,
"HistPath" ,
"/LArRDOAnalysis/"};
46 std::vector<unsigned long long>*
m_larID{
nullptr};
49 std::vector<uint16_t>*
m_qual{
nullptr};
50 std::vector<uint16_t>*
m_prov{
nullptr};
53 std::vector<unsigned long long>*
m_hadOnID{
nullptr};
56 std::vector<unsigned long long>*
m_emOnID{
nullptr};
57 std::vector<unsigned long long>*
m_emOffID{
nullptr};
60 std::vector<unsigned long long>*
m_digiID{
nullptr};
85 #endif // LAR_RDO_ANALYSIS_H
Property holding a SG store/key/clid from which a ReadHandle is made.
std::vector< int > * m_gain
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< unsigned long long > * m_hadOnID
SG::ReadHandleKey< LArTTL1Container > m_inputTTL1EMKey
virtual StatusCode initialize() override final
Gaudi::Property< std::string > m_path
std::vector< uint16_t > * m_qual
std::vector< int > * m_time
std::vector< uint16_t > * m_prov
std::vector< unsigned long long > * m_hadOffID
std::vector< float > * m_hadSamples
SG::ReadHandleKey< LArTTL1Container > m_inputTTL1HADKey
std::vector< unsigned long long > * m_emOffID
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< LArRawChannelContainer > m_inputRawChannelKey
std::vector< unsigned long long > * m_larID
std::vector< unsigned long long > * m_emOnID
std::vector< int > * m_energy
Gaudi::Property< bool > m_doNtuple
virtual StatusCode execute() override final
Gaudi::Property< std::string > m_ntupleFileName
BooleanProperty m_presampling
Gaudi::Property< std::string > m_ntupleDirName
Gaudi::Property< std::string > m_ntupleTreeName
SG::ReadHandleKey< LArDigitContainer > m_inputDigitKey
std::vector< int > * m_digiGain
std::vector< float > * m_emSamples
std::vector< short > * m_digiSamples
~LArRDOAnalysis()=default
std::vector< unsigned long long > * m_digiID
Container for LArRawChannel (IDC using LArRawChannelCollection)