CGEM BOSS 6.6.5.h
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 168 of file HltInf.cxx.

168 {
169 os<<"-----HltInf-----:"<<endl;
170 os<<"EventType: "<<hex<<aHlt.getEventType()<<endl
171 <<"AlgProcess: "<<aHlt.getAlgProcess()<<endl
172 <<"CriteriaTab:"<<aHlt.getCriteriaTable()<<endl
173 <<"EFVersion: "<<aHlt.getVersion()<<endl
174 <<"TotalEnergy:"<<aHlt.getTotalEnergy()<<endl;
175 return os;
176}
float getTotalEnergy() const
Definition DstHltInf.h:47
uint32_t getCriteriaTable() const
Definition DstHltInf.h:45
uint32_t getVersion() const
Definition DstHltInf.h:46
uint32_t getEventType() const
Definition DstHltInf.h:43
uint32_t getAlgProcess() const
Definition DstHltInf.h:44

Variable Documentation

◆ CLID_HltInf

const CLID& CLID_HltInf
extern

Definition at line 330 of file EventModel.cxx.

Referenced by HltInf::classID().