5 #ifndef FPGATrackSim_READOUTPUTHEADERTOOL_H
6 #define FPGATrackSim_READOUTPUTHEADERTOOL_H
17 #include "GaudiKernel/ITHistSvc.h"
60 Gaudi::Property<std::vector<std::string>>
m_inpath {
this,
"InFileName", {
"."},
"input file paths"};
64 Gaudi::Property<std::string>
m_rwoption {
this,
"RWstatus", std::string(
"READ"),
"define read or write file option: READ, RECREATE, HEADER"};
67 Gaudi::Property<std::string>
m_treeName {
this,
"OutputTreeName",
"FPGATrackSimLogicalEventTree",
"Name of the output TTree to create."};
73 Gaudi::Property<int>
m_eventLimit {
this,
"EventLimit", 10000 ,
"Maximum Number of Events to Output"};
94 #endif // FPGATrackSim_READOUTPUTHEADERTOOL_H