00001 #pragma once 00002 #ifndef TRIGSTEERINGEVENT_TRIGOPERATIONALINFOCollection_H 00003 #define TRIGSTEERINGEVENT_TRIGOPERATIONALINFOCollection_H 00004 #include "AthContainers/DataVector.h" 00005 #include "SGTools/BaseInfo.h" 00006 00007 #ifndef TRIGSTEERINGEVENT_TRIGOPERATIONALINFO_H 00008 #include "TrigSteeringEvent/TrigOperationalInfo.h" 00009 #endif 00010 00011 class TrigOperationalInfoCollection : public DataVector<TrigOperationalInfo> { 00012 00013 }; 00014 CLASS_DEF( TrigOperationalInfoCollection , 1320355091 , 1 ) 00015 00016 SG_BASE(TrigOperationalInfoCollection, DataVector<TrigOperationalInfo>); 00017 00018 #endif