Class Reference for E1039 Core & Analysis Software
CodaInputManager Class Reference

#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)
 

Detailed Description

Definition at line 9 of file CodaInputManager.h.

Constructor & Destructor Documentation

◆ CodaInputManager()

CodaInputManager::CodaInputManager ( )

Definition at line 12 of file CodaInputManager.cc.

◆ ~CodaInputManager()

virtual CodaInputManager::~CodaInputManager ( )
inlinevirtual

Definition at line 23 of file CodaInputManager.h.

Member Function Documentation

◆ CloseFile()

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:

◆ ForceEnd()

void CodaInputManager::ForceEnd ( )
inline

Definition at line 28 of file CodaInputManager.h.

Referenced by NextCodaEvent().

+ Here is the caller graph for this function:

◆ IsEnded()

bool CodaInputManager::IsEnded ( )
inline

Definition at line 29 of file CodaInputManager.h.

Referenced by MainDaqParser::NextPhysicsEvent().

+ Here is the caller graph for this function:

◆ JumpCodaEvent()

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:

◆ NextCodaEvent()

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:

◆ OpenFile()

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:

◆ SetOnline()

void CodaInputManager::SetOnline ( const bool  val)
inline

Definition at line 27 of file CodaInputManager.h.

Referenced by Fun4AllEVIOInputManager::SetOnline().

+ Here is the caller graph for this function:

◆ SetRunNumber()

void CodaInputManager::SetRunNumber ( const int  run)
inline

Definition at line 26 of file CodaInputManager.h.

◆ SetVerbosity()

void CodaInputManager::SetVerbosity ( const int  verb)
inline

Definition at line 25 of file CodaInputManager.h.


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