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

#include "HltEvent/DstHltInf.h"

Go to the source code of this file.

Functions

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


Function Documentation

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

Definition at line 76 of file DstHltInf.cxx.

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

00076                                                         {
00077   os<<"-----DstHltInf-----:"<<endl;
00078   os<<"EventType:  "<<aHlt.getEventType()<<endl
00079     <<"AlgProcess: "<<aHlt.getAlgProcess()<<endl
00080     <<"CriteriaTab:"<<aHlt.getCriteriaTable()<<endl
00081     <<"EFVersion:  "<<aHlt.getVersion()<<endl
00082     <<"TotalEnergy:"<<aHlt.getTotalEnergy()<<endl;
00083   return os;
00084 }


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