ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/NodeDump/DumpRunHeader.h>
Public Member Functions | |
DumpRunHeader (const std::string &NodeName) | |
~DumpRunHeader () override | |
Public Member Functions inherited from DumpObject | |
DumpObject (const std::string &NodeName="DUMMY") | |
virtual | ~DumpObject () |
virtual int | Init () |
virtual int | process_event (PHNode *mynode) |
virtual int | CloseOutputFile () |
virtual const char * | Name () const |
virtual void | Print (const char *what) const |
virtual void | SetOutDir (const std::string &outdir) |
virtual void | SetPrecision (const int digits) |
void | SetParentNodeDump (PHNodeDump *nd) |
void | NoOutput (const int i=1) |
void | WriteRunEvent (int i) |
Protected Member Functions | |
int | process_Node (PHNode *mynode) override |
Protected Member Functions inherited from DumpObject | |
virtual int | OpenOutFile () |
Protected Attributes | |
int | node_written = 0 |
Protected Attributes inherited from DumpObject | |
std::ostream * | fout |
Definition at line 10 of file DumpRunHeader.h.
View newest version in sPHENIX GitHub at line 10 of file DumpRunHeader.h
DumpRunHeader::DumpRunHeader | ( | const std::string & | NodeName | ) |
Definition at line 14 of file DumpRunHeader.cc.
View newest version in sPHENIX GitHub at line 14 of file DumpRunHeader.cc
References DumpObject::WriteRunEvent().
|
inlineoverride |
Definition at line 14 of file DumpRunHeader.h.
View newest version in sPHENIX GitHub at line 14 of file DumpRunHeader.h
Reimplemented from DumpObject.
Definition at line 21 of file DumpRunHeader.cc.
View newest version in sPHENIX GitHub at line 21 of file DumpRunHeader.cc
References DumpObject::fout, RunHeader::get_RunNumber(), PHDataNode< T >::getData(), RunHeader::isValid(), and node_written.
|
protected |
Definition at line 18 of file DumpRunHeader.h.
View newest version in sPHENIX GitHub at line 18 of file DumpRunHeader.h
Referenced by process_Node().