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