|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/decoder_maindaq/CodaInputManager.h>
Public Member Functions | |
| CodaInputManager () | |
| virtual | ~CodaInputManager () |
| void | SetVerbosity (const int verb) |
| void | SetRunNumber (const int run) |
| void | SetOnline (const bool val) |
| void | ForceEnd () |
| bool | IsEnded () |
| int | OpenFile (const std::string fname, const long file_size_min=0, const int sec_wait=10, const int n_wait=0) |
| int | CloseFile () |
| bool | JumpCodaEvent (unsigned int &event_count, int *&event_words, const unsigned int n_evt) |
| bool | NextCodaEvent (unsigned int &event_count, int *&event_words) |
Definition at line 9 of file CodaInputManager.h.
| CodaInputManager::CodaInputManager | ( | ) |
Definition at line 12 of file CodaInputManager.cc.
|
inlinevirtual |
Definition at line 23 of file CodaInputManager.h.
| int CodaInputManager::CloseFile | ( | ) |
Definition at line 68 of file CodaInputManager.cc.
References evClose().
Referenced by MainDaqParser::End(), and OpenFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 28 of file CodaInputManager.h.
Referenced by NextCodaEvent().
Here is the caller graph for this function:
|
inline |
Definition at line 29 of file CodaInputManager.h.
Referenced by MainDaqParser::NextPhysicsEvent().
Here is the caller graph for this function:| bool CodaInputManager::JumpCodaEvent | ( | unsigned int & | event_count, |
| int *& | event_words, | ||
| const unsigned int | n_evt | ||
| ) |
Definition at line 76 of file CodaInputManager.cc.
References NextCodaEvent().
Referenced by NextCodaEvent().
Here is the call graph for this function:
Here is the caller graph for this function:| bool CodaInputManager::NextCodaEvent | ( | unsigned int & | event_count, |
| int *& | event_words | ||
| ) |
Definition at line 87 of file CodaInputManager.cc.
References evRead(), ForceEnd(), UtilOnline::GetCodaFilePath(), UtilOnline::GetEndFilePath(), JumpCodaEvent(), and OpenFile().
Referenced by JumpCodaEvent().
Here is the call graph for this function:
Here is the caller graph for this function:| int CodaInputManager::OpenFile | ( | const std::string | fname, |
| const long | file_size_min = 0, |
||
| const int | sec_wait = 10, |
||
| const int | n_wait = 0 |
||
| ) |
Definition at line 18 of file CodaInputManager.cc.
References CloseFile(), evOpen(), and NULL.
Referenced by NextCodaEvent(), and MainDaqParser::OpenCodaFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 27 of file CodaInputManager.h.
Referenced by Fun4AllEVIOInputManager::SetOnline().
Here is the caller graph for this function:
|
inline |
Definition at line 26 of file CodaInputManager.h.
|
inline |
Definition at line 25 of file CodaInputManager.h.