Class Reference for E1039 Core & Analysis Software
|
Public Member Functions | |
Fun4AllHitMatrixInputManager (const std::string &name="DUMMY", const std::string &topnodename="TOP") | |
virtual | ~Fun4AllHitMatrixInputManager () |
int | fileopen (const std::string &filenam) |
int | fileclose () |
int | run (const int nevents=0) |
int | isOpen () |
void | Print (const std::string &what="ALL") const |
int | ResetEvent () |
int | PushBackEvents (const int i) |
int | GetSyncObject (SyncObject **mastersync) |
int | SyncIt (const SyncObject *mastersync) |
const std::string & | GetTreeName () const |
void | SetTreeName (const std::string &treeName) |
const std::string & | GetBranchName () const |
void | SetBranchName (const std::string &branchName) |
![]() | |
virtual | ~Fun4AllInputManager () |
virtual int | ReadInRunNode (PHCompositeNode *) |
virtual std::string | Filename () |
virtual int | BranchSelect (const std::string &, const int) |
virtual int | setBranches () |
virtual int | skip (const int nevt) |
virtual int | NoSyncPushBackEvents (const int) |
int | AddFile (const std::string &filename) |
int | AddListFile (const std::string &filename, const int do_it=0) |
int | registerSubsystem (SubsysReco *subsystem) |
virtual int | RejectEvent () |
void | Repeat (const int i=-1) |
virtual void | setSyncManager (Fun4AllSyncManager *master) |
int | ResetFileList () |
virtual void | SetRunNumber (const int runno) |
virtual int | RunNumber () const |
void | AddToFileOpened (const std::string &filename) |
const std::list< std::string > | GetFileList () const |
const std::list< std::string > | GetFileOpenedList () const |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Protected Member Functions | |
int | OpenNextFile () |
![]() | |
Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
int | segment |
int | isopen |
int | events_total |
int | events_thisfile |
std::string | topNodeName |
PHCompositeNode * | topNode |
SyncObject * | syncobject |
std::string | _tree_name |
Input. More... | |
std::string | _branch_name |
TFile * | _fin |
TTree * | _tin |
bool | hit_matrix [30][201] |
SQRun * | run_header |
Output. More... | |
SQEvent * | event_header |
SQHitVector * | hit_vec |
![]() | |
std::vector< SubsysReco * > | Subsystems |
std::string | InputNode |
std::string | filename |
std::string | topNodeName |
std::list< std::string > | filelist |
std::list< std::string > | filelist_copy |
std::list< std::string > | filelist_opened |
Fun4AllSyncManager * | mySyncManager |
int | repeat |
int | myrunnumber |
int | initrun |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
Definition at line 14 of file Fun4AllHitMatrixInputManager.h.
Fun4AllHitMatrixInputManager::Fun4AllHitMatrixInputManager | ( | const std::string & | name = "DUMMY" , |
const std::string & | topnodename = "TOP" |
||
) |
Definition at line 22 of file Fun4AllHitMatrixInputManager.cc.
References PHCompositeNode::addNode(), event_header, PHNodeIterator::findFirst(), hit_vec, Fun4AllServer::instance(), run_header, syncobject, topNode, Fun4AllServer::topNode(), and topNodeName.
|
virtual |
Definition at line 63 of file Fun4AllHitMatrixInputManager.cc.
References fileclose(), isopen, and syncobject.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 184 of file Fun4AllHitMatrixInputManager.cc.
References _fin, Fun4AllInputManager::filelist, isopen, Fun4AllBase::Name(), and Fun4AllInputManager::repeat.
Referenced by fileopen(), run(), and ~Fun4AllHitMatrixInputManager().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 69 of file Fun4AllHitMatrixInputManager.cc.
References _branch_name, _fin, _tin, _tree_name, Fun4AllInputManager::AddToFileOpened(), events_thisfile, fileclose(), Fun4AllInputManager::filename, hit_matrix, isopen, segment, Fun4AllBase::ThisName, and Fun4AllBase::verbosity.
Referenced by OpenNextFile().
|
inline |
Definition at line 32 of file Fun4AllHitMatrixInputManager.h.
References _branch_name.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 249 of file Fun4AllHitMatrixInputManager.cc.
References SyncObject::clone(), Fun4AllReturnCodes::SYNC_OK, and syncobject.
|
inline |
Definition at line 30 of file Fun4AllHitMatrixInputManager.h.
References _tree_name.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 22 of file Fun4AllHitMatrixInputManager.h.
References isopen.
|
protected |
Definition at line 217 of file Fun4AllHitMatrixInputManager.cc.
References Fun4AllInputManager::filelist, fileopen(), PHWHERE, and Fun4AllBase::verbosity.
Referenced by run().
|
virtual |
Print out some info about this module.
what | can be used to specify what to print exactly. |
Reimplemented from Fun4AllInputManager.
Definition at line 210 of file Fun4AllHitMatrixInputManager.cc.
References Fun4AllInputManager::Print().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 242 of file Fun4AllHitMatrixInputManager.cc.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 235 of file Fun4AllHitMatrixInputManager.cc.
References SyncObject::Reset(), and syncobject.
Referenced by run().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 103 of file Fun4AllHitMatrixInputManager.cc.
References _tin, Fun4AllSyncManager::CurrentEvent(), event_header, Fun4AllReturnCodes::EVENT_OK, SyncObject::EventCounter(), SyncObject::EventNumber(), events_thisfile, events_total, fileclose(), Fun4AllInputManager::filelist, hit_matrix, hit_vec, isopen, Fun4AllInputManager::mySyncManager, Fun4AllBase::Name(), OpenNextFile(), Fun4AllSyncManager::PrdfEvents(), SQHitVector::push_back(), Fun4AllInputManager::RejectEvent(), ResetEvent(), run_header, SyncObject::RunNumber(), Fun4AllSyncManager::SegmentNumber(), SyncObject::SegmentNumber(), SQEvent::set_data_quality(), SQHit::set_detector_id(), SQHit::set_drift_distance(), SQHit::set_element_id(), SQEvent::set_event_id(), SQHit::set_hit_id(), SQHit::set_in_time(), SQHit::set_pos(), SQEvent::set_qie_rf_id(), SQEvent::set_qie_rf_intensity(), SQEvent::set_qie_turn_id(), SQRun::set_run_id(), SQEvent::set_run_id(), SQEvent::set_spill_id(), SQHit::set_tdc_time(), SQEvent::set_trigger(), Fun4AllInputManager::SetRunNumber(), syncobject, and Fun4AllBase::verbosity.
|
inline |
Definition at line 33 of file Fun4AllHitMatrixInputManager.h.
References _branch_name.
|
inline |
Definition at line 31 of file Fun4AllHitMatrixInputManager.h.
References _tree_name.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 264 of file Fun4AllHitMatrixInputManager.cc.
References SyncObject::Different(), Fun4AllBase::Name(), PHWHERE, Fun4AllReturnCodes::SYNC_FAIL, Fun4AllReturnCodes::SYNC_OK, and syncobject.
|
protected |
Definition at line 48 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileopen(), GetBranchName(), and SetBranchName().
|
protected |
Definition at line 49 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileclose(), and fileopen().
|
protected |
Definition at line 50 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileopen(), and run().
|
protected |
Input.
Definition at line 47 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileopen(), GetTreeName(), and SetTreeName().
|
protected |
Definition at line 55 of file Fun4AllHitMatrixInputManager.h.
Referenced by Fun4AllHitMatrixInputManager(), and run().
|
protected |
Definition at line 41 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileopen(), and run().
|
protected |
Definition at line 40 of file Fun4AllHitMatrixInputManager.h.
Referenced by run().
|
protected |
Definition at line 51 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileopen(), and run().
|
protected |
Definition at line 56 of file Fun4AllHitMatrixInputManager.h.
Referenced by Fun4AllHitMatrixInputManager(), and run().
|
protected |
Definition at line 39 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileclose(), fileopen(), isOpen(), run(), and ~Fun4AllHitMatrixInputManager().
|
protected |
Output.
Definition at line 54 of file Fun4AllHitMatrixInputManager.h.
Referenced by Fun4AllHitMatrixInputManager(), and run().
|
protected |
Definition at line 38 of file Fun4AllHitMatrixInputManager.h.
Referenced by fileopen().
|
protected |
Definition at line 44 of file Fun4AllHitMatrixInputManager.h.
Referenced by Fun4AllHitMatrixInputManager(), GetSyncObject(), ResetEvent(), run(), SyncIt(), and ~Fun4AllHitMatrixInputManager().
|
protected |
Definition at line 43 of file Fun4AllHitMatrixInputManager.h.
Referenced by Fun4AllHitMatrixInputManager().
|
protected |
Definition at line 42 of file Fun4AllHitMatrixInputManager.h.
Referenced by Fun4AllHitMatrixInputManager().