36 virtual StatusCode
finalize()
override;
62 Gaudi::Property<std::vector<std::string>>
m_inpath {
this,
"InFileName", {
"."},
"input file paths"};
66 Gaudi::Property<std::string>
m_rwoption {
this,
"RWstatus", std::string(
"READ"),
"define read or write file option: READ, RECREATE, HEADER"};
69 Gaudi::Property<std::string>
m_treeName {
this,
"OutputTreeName",
"FPGATrackSimLogicalEventTree",
"Name of the output TTree to create."};
75 Gaudi::Property<int>
m_eventLimit {
this,
"EventLimit", 10000 ,
"Maximum Number of Events to Output"};
78 Gaudi::Property<bool>
m_requireActivation {
this,
"RequireActivation", false ,
"Only output if activated on event, good for doing a single region in a large file"};
96 StatusCode
openFile(std::string
const & path);