BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HltInf.cxx File Reference
#include "HltEvent/HltInf.h"
#include "Identifier/HltID.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 174 of file HltInf.cxx.

174 {
175 os << "-----HltInf-----:" << endl;
176 os << "EventType: " << hex << aHlt.getEventType() << endl
177 << "AlgProcess: " << aHlt.getAlgProcess() << endl
178 << "CriteriaTab:" << aHlt.getCriteriaTable() << endl
179 << "EFVersion: " << aHlt.getVersion() << endl
180 << "TotalEnergy:" << aHlt.getTotalEnergy() << std::dec << endl;
181 return os;
182}