 |
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef LAR_RDO_ANALYSIS_H
7 #define LAR_RDO_ANALYSIS_H
34 Gaudi::Property<std::string>
m_ntupleFileName{this ,
"NtupleFileName" ,
"/ntuples/file1"};
35 Gaudi::Property<std::string>
m_ntupleDirName{this ,
"NtupleDirectoryName" ,
"/LArRDOAnalysis/"};
37 Gaudi::Property<std::string>
m_path{this ,
"HistPath" ,
"/LArRDOAnalysis/"};
41 std::vector<unsigned long long>*
m_larID{
nullptr};
44 std::vector<uint16_t>*
m_qual{
nullptr};
45 std::vector<uint16_t>*
m_prov{
nullptr};
48 std::vector<unsigned long long>*
m_hadOnID{
nullptr};
51 std::vector<unsigned long long>*
m_emOnID{
nullptr};
52 std::vector<unsigned long long>*
m_emOffID{
nullptr};
55 std::vector<unsigned long long>*
m_digiID{
nullptr};
80 #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
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)