CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
AliDaqEventHeader Class Reference

#include <CocoaDaqRootEvent.h>

Public Member Functions

 AliDaqEventHeader ()
 
void DumpIt ()
 
Int_t GetEvtNum () const
 
Int_t GetRunNum () const
 
Int_t GetTimeStamp () const
 
void SetRunEvt (int run, int event)
 
virtual ~AliDaqEventHeader ()
 

Private Attributes

Int_t fEvtNum
 
Int_t fRunNum
 
Int_t fTimeStamp
 

Detailed Description

Definition at line 18 of file CocoaDaqRootEvent.h.

Constructor & Destructor Documentation

AliDaqEventHeader::AliDaqEventHeader ( )
inline

Definition at line 26 of file CocoaDaqRootEvent.h.

virtual AliDaqEventHeader::~AliDaqEventHeader ( )
inlinevirtual

Definition at line 27 of file CocoaDaqRootEvent.h.

27 { }

Member Function Documentation

void AliDaqEventHeader::DumpIt ( )

Definition at line 70 of file CocoaDaqRootEvent.cc.

References gather_cfg::cout, fEvtNum, fRunNum, and fTimeStamp.

71 {
72  std::cout<<std::endl;
73  std::cout<<"------------------------------- Event Header ------------------------------"<<std::endl;
74  std::cout<<"Time stamp = "<<fTimeStamp<<std::endl;
75  std::cout<<"Run number = "<<fRunNum<<std::endl;
76  std::cout<<"Event number = "<<fEvtNum<<std::endl;
77  std::cout<<std::endl;
78 }
tuple cout
Definition: gather_cfg.py:121
Int_t AliDaqEventHeader::GetEvtNum ( ) const
inline

Definition at line 29 of file CocoaDaqRootEvent.h.

References fEvtNum.

29 { return fEvtNum; }
Int_t AliDaqEventHeader::GetRunNum ( ) const
inline

Definition at line 28 of file CocoaDaqRootEvent.h.

References fRunNum.

28 { return fRunNum; }
Int_t AliDaqEventHeader::GetTimeStamp ( ) const
inline

Definition at line 30 of file CocoaDaqRootEvent.h.

References fTimeStamp.

30 { return fTimeStamp; }
void AliDaqEventHeader::SetRunEvt ( int  run,
int  event 
)
inline

Definition at line 31 of file CocoaDaqRootEvent.h.

References event(), fEvtNum, fRunNum, and DTTTrigCorrFirst::run.

How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past

Member Data Documentation

Int_t AliDaqEventHeader::fEvtNum
private

Definition at line 22 of file CocoaDaqRootEvent.h.

Referenced by DumpIt(), GetEvtNum(), and SetRunEvt().

Int_t AliDaqEventHeader::fRunNum
private

Definition at line 21 of file CocoaDaqRootEvent.h.

Referenced by DumpIt(), GetRunNum(), and SetRunEvt().

Int_t AliDaqEventHeader::fTimeStamp
private

Definition at line 23 of file CocoaDaqRootEvent.h.

Referenced by DumpIt(), and GetTimeStamp().