BOSS 7.1.0
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DstHltInf.cxx File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 76 of file DstHltInf.cxx.

76 {
77 os<<"-----DstHltInf-----:"<<endl;
78 os<<"EventType: "<<aHlt.getEventType()<<endl
79 <<"AlgProcess: "<<aHlt.getAlgProcess()<<endl
80 <<"CriteriaTab:"<<aHlt.getCriteriaTable()<<endl
81 <<"EFVersion: "<<aHlt.getVersion()<<endl
82 <<"TotalEnergy:"<<aHlt.getTotalEnergy()<<endl;
83 return os;
84}
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