BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/HltEvent/HltEvent-00-02-07/HltEvent/DstHltInf.h File Reference
#include <stdint.h>
#include <iostream>
#include "GaudiKernel/DataObject.h"
#include "EventModel/EventModel.h"
#include "Identifier/Identifier.h"
#include "HltEvent/IHltInterface.h"

Go to the source code of this file.

Classes

class  DstHltInf
 

Functions

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

Variables

const CLID & CLID_DstHltInf
 

Function Documentation

◆ operator<<()

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

Definition at line 76 of file DstHltInf.cxx.

76 {
77 os<<"-----DstHltInf-----:"<<endl;
78 os<<"EventType: "<<aHlt.getEventType()<<endl
79 <<"AlgProcess: "<<aHlt.getAlgProcess()<<endl
80 <<"CriteriaTab:"<<aHlt.getCriteriaTable()<<endl
81 <<"EFVersion: "<<aHlt.getVersion()<<endl
82 <<"TotalEnergy:"<<aHlt.getTotalEnergy()<<endl;
83 return os;
84}

Variable Documentation

◆ CLID_DstHltInf

const CLID& CLID_DstHltInf
extern

Definition at line 287 of file EventModel.cxx.