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

Variable Documentation

◆ CLID_HltInf

const CLID& CLID_HltInf
extern

Definition at line 286 of file EventModel.cxx.