Class Reference for E1039 Core & Analysis Software
Fun4AllEVIOInputManager Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/decoder_maindaq/Fun4AllEVIOInputManager.h>

+ Inheritance diagram for Fun4AllEVIOInputManager:
+ Collaboration diagram for Fun4AllEVIOInputManager:

Public Member Functions

 Fun4AllEVIOInputManager (const std::string &name="DUMMY", const std::string &topnodename="TOP")
 
virtual ~Fun4AllEVIOInputManager ()
 
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)
 
void SetOnline (const bool is_online)
 
void EventSamplingFactor (const int factor)
 
void DirParam (const std::string dir)
 
void PretendSpillInterval (const int sec)
 
void UseLocalSpillID (const bool use)
 
bool UseLocalSpillID () const
 
void ForceLocalSpillID (const bool force)
 
bool ForceLocalSpillID () const
 
- Public Member Functions inherited from Fun4AllInputManager
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
 
- Public Member Functions inherited from Fun4AllBase
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 ()
 
- Protected Member Functions inherited from Fun4AllInputManager
 Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP")
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 

Protected Attributes

int segment
 
int isopen
 
int events_total
 
int events_thisfile
 
std::string topNodeName
 
PHCompositeNodetopNode
 
SyncObjectsyncobject
 
MainDaqParserparser
 
std::map< std::string, PHTimer2 * > m_timers
 
- Protected Attributes inherited from Fun4AllInputManager
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
 
Fun4AllSyncManagermySyncManager
 
int repeat
 
int myrunnumber
 
int initrun
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Additional Inherited Members

- Public Types inherited from Fun4AllBase
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
}
 

Detailed Description

Definition at line 14 of file Fun4AllEVIOInputManager.h.

Constructor & Destructor Documentation

◆ Fun4AllEVIOInputManager()

Fun4AllEVIOInputManager::Fun4AllEVIOInputManager ( const std::string &  name = "DUMMY",
const std::string &  topnodename = "TOP" 
)

Definition at line 56 of file Fun4AllEVIOInputManager.cc.

References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), Fun4AllServer::instance(), m_timers, syncobject, Fun4AllServer::topNode(), topNode, and topNodeName.

+ Here is the call graph for this function:

◆ ~Fun4AllEVIOInputManager()

Fun4AllEVIOInputManager::~Fun4AllEVIOInputManager ( )
virtual

Definition at line 126 of file Fun4AllEVIOInputManager.cc.

References fileclose(), isopen, m_timers, parser, and syncobject.

+ Here is the call graph for this function:

Member Function Documentation

◆ DirParam()

void Fun4AllEVIOInputManager::DirParam ( const std::string  dir)

Definition at line 647 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::dec_par, DecoParam::dir_param, and parser.

◆ EventSamplingFactor()

void Fun4AllEVIOInputManager::EventSamplingFactor ( const int  factor)

Definition at line 642 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::dec_par, parser, and DecoParam::sampling.

◆ fileclose()

int Fun4AllEVIOInputManager::fileclose ( )
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 454 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::End(), Fun4AllInputManager::filelist, MainDaqParser::GetRunData(), isopen, m_timers, Fun4AllBase::Name(), parser, Fun4AllInputManager::repeat, SQRun::set_unix_time_end(), topNode, and RunData::utime_e.

Referenced by fileopen(), run(), and ~Fun4AllEVIOInputManager().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fileopen()

int Fun4AllEVIOInputManager::fileopen ( const std::string &  filenam)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 137 of file Fun4AllEVIOInputManager.cc.

References Fun4AllInputManager::AddToFileOpened(), MainDaqParser::dec_par, events_thisfile, fileclose(), Fun4AllInputManager::filename, isopen, MainDaqParser::OpenCodaFile(), parser, PHWHERE, segment, Fun4AllBase::ThisName, DecoParam::verb, Fun4AllBase::Verbosity(), and Fun4AllBase::verbosity.

Referenced by OpenNextFile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ForceLocalSpillID() [1/2]

bool Fun4AllEVIOInputManager::ForceLocalSpillID ( ) const

Definition at line 672 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::ForceLocalSpillID(), and parser.

+ Here is the call graph for this function:

◆ ForceLocalSpillID() [2/2]

void Fun4AllEVIOInputManager::ForceLocalSpillID ( const bool  force)

Definition at line 667 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::ForceLocalSpillID(), and parser.

+ Here is the call graph for this function:

◆ GetSyncObject()

int Fun4AllEVIOInputManager::GetSyncObject ( SyncObject **  mastersync)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 598 of file Fun4AllEVIOInputManager.cc.

References SyncObject::clone(), Fun4AllReturnCodes::SYNC_OK, and syncobject.

+ Here is the call graph for this function:

◆ isOpen()

int Fun4AllEVIOInputManager::isOpen ( )
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 24 of file Fun4AllEVIOInputManager.h.

References isopen.

◆ OpenNextFile()

int Fun4AllEVIOInputManager::OpenNextFile ( )
protected

Definition at line 502 of file Fun4AllEVIOInputManager.cc.

References Fun4AllInputManager::filelist, fileopen(), PHWHERE, and Fun4AllBase::verbosity.

Referenced by run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PretendSpillInterval()

void Fun4AllEVIOInputManager::PretendSpillInterval ( const int  sec)

Definition at line 652 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::dec_par, parser, and DecoParam::time_wait.

◆ Print()

void Fun4AllEVIOInputManager::Print ( const std::string &  what = "ALL") const
virtual

Print out some info about this module.

Parameters
whatcan be used to specify what to print exactly.

Reimplemented from Fun4AllInputManager.

Definition at line 495 of file Fun4AllEVIOInputManager.cc.

References Fun4AllInputManager::Print().

+ Here is the call graph for this function:

◆ PushBackEvents()

int Fun4AllEVIOInputManager::PushBackEvents ( const int  i)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 538 of file Fun4AllEVIOInputManager.cc.

◆ ResetEvent()

int Fun4AllEVIOInputManager::ResetEvent ( )
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 526 of file Fun4AllEVIOInputManager.cc.

References SyncObject::Reset(), and syncobject.

Referenced by run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ run()

int Fun4AllEVIOInputManager::run ( const int  nevents = 0)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 170 of file Fun4AllEVIOInputManager.cc.

References Fun4AllReturnCodes::ABORTEVENT, EventInfo::AfterInhMATRIX, SQScaler::BOS, SpillData::bos_coda_id, SpillData::bos_vme_time, DecoParam::chan_map_scaler, DecoParam::chan_map_taiwan, DecoParam::chan_map_v1495, EventInfo::codaEventID, Fun4AllSyncManager::CurrentEvent(), EventInfo::dataQuality, MainDaqParser::dec_par, HitData::det, HitData::ele, SQScaler::EOS, SpillData::eos_coda_id, SpillData::eos_vme_time, EventData::event, Fun4AllReturnCodes::EVENT_OK, SyncObject::EventCounter(), EventInfo::eventID, SyncObject::EventNumber(), events_thisfile, events_total, fileclose(), Fun4AllInputManager::filelist, EventInfo::flag_v1495, RunData::fpga_enabled, RunData::fpga_prescale, SQIntMap::get(), SQSpillMap::get(), SQSpill::get_bos_scaler_list(), SQSpill::get_eos_scaler_list(), SQSpill::get_slow_cont_list(), RunParamBase::GetMapID(), RunParamBase::GetParamID(), HitData::id, SQSpillMap::insert(), SQStringMap::insert(), SQIntMap::insert(), Fun4AllServer::instance(), isopen, EventData::list_hit, EventData::list_hit_trig, SpillData::list_scaler, SpillData::list_slow_cont, HitData::lvl, m_timers, EventInfo::MATRIX, SQEvent::MATRIX1, SQEvent::MATRIX2, SQEvent::MATRIX3, SQEvent::MATRIX4, SQEvent::MATRIX5, Fun4AllInputManager::mySyncManager, RunData::n_evt_all, RunData::n_evt_dec, RunData::n_fee_event, RunData::n_fee_prescale, RunData::n_flush_evt, RunData::n_flush_evt_bad, RunData::n_hit, RunData::n_hit_bad, RunData::n_phys_evt, RunData::n_phys_evt_bad, EventData::n_qie, RunData::n_run_desc, RunData::n_spill, RunData::n_t_hit, RunData::n_t_hit_bad, EventData::n_tdc, EventData::n_trig_b, EventData::n_trig_c, RunData::n_v1495, EventData::n_v1495, RunData::n_v1495_d1ad, RunData::n_v1495_d2ad, RunData::n_v1495_d3ad, Fun4AllBase::Name(), MainDaqParser::NextPhysicsEvent(), EventInfo::NIM, SQEvent::NIM1, SQEvent::NIM2, SQEvent::NIM3, SQEvent::NIM4, SQEvent::NIM5, RunData::nim_prescale, OpenNextFile(), parser, Fun4AllSyncManager::PrdfEvents(), SQHitVector::push_back(), EventInfo::RawMATRIX, Fun4AllServer::ReadSpillTimer(), Fun4AllInputManager::RejectEvent(), ResetEvent(), Fun4AllServer::ResetSpillTimer(), EventInfo::rf, EventInfo::rfOnset, RunData::run_desc, RunData::run_id, SpillData::run_id, EventInfo::runID, SyncObject::RunNumber(), Fun4AllSyncManager::SegmentNumber(), SyncObject::SegmentNumber(), SQHardEvent::set_after_inh_matrix(), SQHardSpill_v1::set_bos_coda_id(), SQHardSpill_v1::set_bos_vme_time(), SQHardEvent::set_coda_event_id(), SQScaler_v1::set_count(), SQEvent::set_data_quality(), SQHit::set_detector_id(), SQHit::set_drift_distance(), SQHit::set_element_id(), SQHardSpill_v1::set_eos_coda_id(), SQHardSpill_v1::set_eos_vme_time(), SQEvent::set_event_id(), SQHardEvent::set_flag_v1495(), SQRun::set_fpga_enabled(), SQRun::set_fpga_prescale(), SQHit::set_hit_id(), SQHit::set_level(), SQHardEvent::set_n_board_qie(), SQHardEvent::set_n_board_taiwan(), SQHardEvent::set_n_board_trig_bit(), SQHardEvent::set_n_board_trig_count(), SQHardEvent::set_n_board_v1495(), SQRun::set_n_evt_all(), SQRun::set_n_evt_dec(), SQRun::set_n_fee_event(), SQRun::set_n_fee_prescale(), SQRun::set_n_flush_evt(), SQRun::set_n_flush_evt_bad(), SQRun::set_n_hit(), SQRun::set_n_hit_bad(), SQRun::set_n_phys_evt(), SQRun::set_n_phys_evt_bad(), SQRun::set_n_run_desc(), SQRun::set_n_spill(), SQRun::set_n_t_hit(), SQRun::set_n_t_hit_bad(), SQRun::set_n_v1495(), SQRun::set_n_v1495_d1ad(), SQRun::set_n_v1495_d2ad(), SQRun::set_n_v1495_d3ad(), SQScaler_v1::set_name(), SQSlowCont_v1::set_name(), SQRun::set_nim_enabled(), SQRun::set_nim_prescale(), SQHit::set_pos(), SQEvent::set_qie_presum(), SQEvent::set_qie_rf_id(), SQEvent::set_qie_rf_intensity(), SQEvent::set_qie_trigger_count(), SQEvent::set_qie_turn_id(), SQHardEvent::set_raw_matrix(), SQRun::set_run_desc(), SQRun::set_run_id(), SQSpill::set_run_id(), SQEvent::set_run_id(), SQSpill::set_spill_id(), SQEvent::set_spill_id(), SQSpill::set_target_pos(), SQHit::set_tdc_time(), SQHardSpill_v1::set_time_decode(), SQHardSpill_v1::set_time_input(), SQHardSpill_v1::set_time_map(), SQHardSpill::set_time_output(), SQSlowCont_v1::set_time_stamp(), SQHardSpill::set_time_subsys(), SQEvent::set_trigger(), SQScaler_v1::set_type(), SQSlowCont_v1::set_type(), SQRun::set_unix_time_begin(), SQRun::set_unix_time_end(), SQRun::set_v1495_id(), SQSlowCont_v1::set_value(), SQParamDeco::set_variable(), SQHardEvent::set_vme_time(), Fun4AllInputManager::SetRunNumber(), SpillData::spill_id, EventInfo::spillID, EventInfo::sums, syncobject, SpillData::targ_pos, Fun4AllBase::ThisName, HitData::time, SpillData::time_decode, SpillData::time_input, SpillData::time_map, topNode, EventInfo::triggerCount, EventInfo::turnOnset, MainDaqParser::TYPE_BOS, RunData::utime_b, RunData::utime_e, RunData::v1495_id, Fun4AllBase::verbosity, and EventInfo::vmeTime.

◆ SetOnline()

void Fun4AllEVIOInputManager::SetOnline ( const bool  is_online)

Definition at line 636 of file Fun4AllEVIOInputManager.cc.

References MainDaqParser::dec_par, MainDaqParser::GetCoda(), DecoParam::is_online, parser, and CodaInputManager::SetOnline().

+ Here is the call graph for this function:

◆ SyncIt()

int Fun4AllEVIOInputManager::SyncIt ( const SyncObject mastersync)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 616 of file Fun4AllEVIOInputManager.cc.

References SyncObject::Different(), Fun4AllBase::Name(), PHWHERE, Fun4AllReturnCodes::SYNC_FAIL, Fun4AllReturnCodes::SYNC_OK, and syncobject.

+ Here is the call graph for this function:

◆ UseLocalSpillID() [1/2]

bool Fun4AllEVIOInputManager::UseLocalSpillID ( ) const

Definition at line 662 of file Fun4AllEVIOInputManager.cc.

References parser, and MainDaqParser::UseLocalSpillID().

+ Here is the call graph for this function:

◆ UseLocalSpillID() [2/2]

void Fun4AllEVIOInputManager::UseLocalSpillID ( const bool  use)

Definition at line 657 of file Fun4AllEVIOInputManager.cc.

References parser, and MainDaqParser::UseLocalSpillID().

+ Here is the call graph for this function:

Member Data Documentation

◆ events_thisfile

int Fun4AllEVIOInputManager::events_thisfile
protected

Definition at line 47 of file Fun4AllEVIOInputManager.h.

Referenced by fileopen(), and run().

◆ events_total

int Fun4AllEVIOInputManager::events_total
protected

Definition at line 46 of file Fun4AllEVIOInputManager.h.

Referenced by run().

◆ isopen

int Fun4AllEVIOInputManager::isopen
protected

Definition at line 45 of file Fun4AllEVIOInputManager.h.

Referenced by fileclose(), fileopen(), isOpen(), run(), and ~Fun4AllEVIOInputManager().

◆ m_timers

std::map<std::string, PHTimer2*> Fun4AllEVIOInputManager::m_timers
protected

◆ parser

◆ segment

int Fun4AllEVIOInputManager::segment
protected

Definition at line 44 of file Fun4AllEVIOInputManager.h.

Referenced by fileopen().

◆ syncobject

SyncObject* Fun4AllEVIOInputManager::syncobject
protected

◆ topNode

PHCompositeNode* Fun4AllEVIOInputManager::topNode
protected

Definition at line 49 of file Fun4AllEVIOInputManager.h.

Referenced by fileclose(), Fun4AllEVIOInputManager(), and run().

◆ topNodeName

std::string Fun4AllEVIOInputManager::topNodeName
protected

Definition at line 48 of file Fun4AllEVIOInputManager.h.

Referenced by Fun4AllEVIOInputManager().


The documentation for this class was generated from the following files: