00001 #pragma once 00003 #ifndef TrigSteeringEvent_TrigPassBitsCollection_h 00004 #define TrigSteeringEvent_TrigPassBitsCollection_h 00005 00006 #include "AthContainers/DataVector.h" 00007 #include "xAODCore/BaseInfo.h" 00008 00009 #ifndef TrigSteeringEvent_TrigPassBits_h 00010 #include "TrigSteeringEvent/TrigPassBits.h" 00011 #endif 00012 00013 class TrigPassBitsCollection : public DataVector<TrigPassBits> { 00014 }; 00015 00016 CLASS_DEF( TrigPassBitsCollection , 1311696963 , 1 ) 00017 00018 SG_BASE(TrigPassBitsCollection, DataVector<TrigPassBits>); 00019 00020 // not needed with prgma once ? 00021 #endif // TrigSteeringEvent_TrigPassBitsCollection_h