/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/HltEvent/HltEvent-00-02-07/src/HltInf.cxx File Reference

#include "Identifier/HltID.h"
#include "HltEvent/HltInf.h"
#include <iostream>

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &os, const HltInf &aHlt)


Function Documentation

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

Definition at line 153 of file HltInf.cxx.

References DstHltInf::getAlgProcess(), DstHltInf::getCriteriaTable(), DstHltInf::getEventType(), DstHltInf::getTotalEnergy(), and DstHltInf::getVersion().

00153                                                      {
00154   os<<"-----HltInf-----:"<<endl;
00155   os<<"EventType:  "<<hex<<aHlt.getEventType()<<endl
00156     <<"AlgProcess: "<<aHlt.getAlgProcess()<<endl
00157     <<"CriteriaTab:"<<aHlt.getCriteriaTable()<<endl
00158     <<"EFVersion:  "<<aHlt.getVersion()<<endl
00159     <<"TotalEnergy:"<<aHlt.getTotalEnergy()<<endl;
00160   return os;
00161 }


Generated on Tue Nov 29 23:15:06 2016 for BOSS_7.0.2 by  doxygen 1.4.7