BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
HltInf.cxx File Reference
#include "Identifier/HltID.h"
#include "HltEvent/HltInf.h"
#include <iostream>

Go to the source code of this file.

Functions

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

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