16 #include <ktracker/SRawEvent.h>
23 , m_file_name(file_name)
25 , m_branch_name(
"rawEvent")
40 if (m_sraw)
delete m_sraw;
46 m_evt = findNode::getClass<SQEvent >(startNode,
"SQEvent");
47 m_sp_map = findNode::getClass<SQSpillMap >(startNode,
"SQSpillMap");
48 m_hit_vec = findNode::getClass<SQHitVector>(startNode,
"SQHitVector");
49 m_trig_hit_vec = findNode::getClass<SQHitVector>(startNode,
"SQTriggerHitVector");
51 cout <<
PHWHERE <<
"Cannot find the SQEvent data nodes. Abort." << endl;
67 if (
Verbosity() > 0) cout <<
"Fun4AllSRawEventOutputManagerV2::OpenFile(): " << m_file_name << endl;
68 m_file =
new TFile(m_file_name.c_str(),
"RECREATE");
69 if (!m_file->IsOpen()) {
70 cout <<
PHWHERE <<
"Could not open " << m_file_name <<
". Abort." << endl;
74 m_tree =
new TTree(m_tree_name.c_str(),
"");
75 m_tree->Branch(m_branch_name.c_str(), &m_sraw);
80 if (
Verbosity() > 0) cout <<
"Fun4AllSRawEventOutputManagerV2::CloseFile(): " << m_file_name << endl;
virtual int Verbosity() const
Gets the verbosity of this module.
virtual ~Fun4AllSRawEventOutputManagerV2()
virtual int Write(PHCompositeNode *startNode)
write starting from given node
Fun4AllSRawEventOutputManagerV2(const std::string &myname="SRAWEVENTOUT", const std::string &file_name="srawevent.root")
virtual int get_spill_id() const =0
Return the spill ID.
virtual const SQSpill * get(unsigned int idkey) const
Return the SQSpill entry having spill ID = 'idkey'. Return '0' if no entry exists.
bool SetTriggerHit(SRawEvent *sraw, const SQHitVector *hit_vec, std::map< int, size_t > *hitID_idx=0, const bool do_assert=false)
bool SetEvent(SRawEvent *sraw, const SQEvent *evt, const bool do_assert=false)
bool SetHit(SRawEvent *sraw, const SQHitVector *hit_vec, std::map< int, size_t > *hitID_idx=0, const bool do_assert=false)
bool SetSpill(SRawEvent *sraw, const SQSpill *sp, const bool do_assert=false)