CGEM BOSS 6.6.5.g
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 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