 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef AFP_HIT_ANALYSIS_H
6 #define AFP_HIT_ANALYSIS_H
54 Gaudi::Property<std::string>
m_ntupleFileName{
this,
"NtupleFileName",
"/AFPHitAnalysis/" };
55 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"/AFPHitAnalysis/"};
62 #endif // AFP_HIT_ANALYSIS_H
Property holding a SG store/key/clid from which a ReadHandle is made.
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
std::vector< float > * m_stepY
virtual StatusCode execute() override final
Gaudi::Property< std::string > m_ntupleFileName
Property holding a SG store/key/clid from which a ReadHandle is made.
std::vector< float > * m_edep
~AFPHitAnalysis()=default
std::vector< int > * m_stationID
SG::ReadHandleKey< AFP_SIDSimHitCollection > m_readKey
std::vector< float > * m_pdgID
std::vector< float > * m_trackID
std::vector< float > * m_stepZ
::StatusCode StatusCode
StatusCode definition for legacy code.
std::vector< float > * m_stepX
std::vector< float > * m_kine
std::vector< int > * m_pixelRow
std::vector< float > * m_time
TH1 * m_h_hitID
Some histograms.
Gaudi::Property< std::string > m_path
std::vector< float > * m_hitID
std::vector< int > * m_pixelCol
std::vector< int > * m_detID
virtual StatusCode initialize() override final