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

Variable Documentation

◆ CLID_HltInf

const CLID& CLID_HltInf
extern

Definition at line 286 of file EventModel.cxx.