BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
HltInf.h File Reference
#include "Identifier/Identifier.h"
#include "HltEvent/DstHltInf.h"
#include <vector>

Go to the source code of this file.

Classes

class  HltInf
 

Functions

ostream & operator<< (ostream &os, const HltInf &aHlt)
 

Variables

const CLID & CLID_HltInf
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const HltInf & aHlt )

Definition at line 153 of file HltInf.cxx.

153 {
154 os<<"-----HltInf-----:"<<endl;
155 os<<"EventType: "<<hex<<aHlt.getEventType()<<endl
156 <<"AlgProcess: "<<aHlt.getAlgProcess()<<endl
157 <<"CriteriaTab:"<<aHlt.getCriteriaTable()<<endl
158 <<"EFVersion: "<<aHlt.getVersion()<<endl
159 <<"TotalEnergy:"<<aHlt.getTotalEnergy()<<endl;
160 return os;
161}
float getTotalEnergy() const
Definition DstHltInf.h:46
uint32_t getCriteriaTable() const
Definition DstHltInf.h:44
uint32_t getVersion() const
Definition DstHltInf.h:45
uint32_t getEventType() const
Definition DstHltInf.h:42
uint32_t getAlgProcess() const
Definition DstHltInf.h:43

Variable Documentation

◆ CLID_HltInf

const CLID& CLID_HltInf
extern

Definition at line 286 of file EventModel.cxx.

Referenced by HltInf::classID().