00001 #pragma once 00002 //#ifndef XAOD_ANALYSIS 00003 // #ifndef TRIGSTEERINGEVENT_TRIGROIDESCRIPTORCOLLECTION_H 00004 #define TRIGSTEERINGEVENT_TRIGROIDESCRIPTORCOLLECTION_H 00005 00006 // #include "DataModel/DataVector.h" 00007 #include "AthContainers/DataVector.h" 00008 // #include "SGTools/BaseInfo.h" 00009 00010 #include "xAODCore/CLASS_DEF.h" 00011 #include "xAODCore/BaseInfo.h" 00012 00013 #ifndef TRIGSTEERINGEVENT_TRIGROIDESCRIPTOR_H 00014 #include "TrigSteeringEvent/TrigRoiDescriptor.h" 00015 #endif 00016 00017 class TrigRoiDescriptorCollection : public DataVector<TrigRoiDescriptor> { 00018 public: 00019 TrigRoiDescriptorCollection() {}; 00020 00021 TrigRoiDescriptorCollection(SG::OwnershipPolicy pl) 00022 : DataVector<TrigRoiDescriptor>(pl){}; 00023 }; 00024 00025 CLASS_DEF( TrigRoiDescriptorCollection , 1097199488 , 1 ) 00026 00027 SG_BASE(TrigRoiDescriptorCollection, DataVector<TrigRoiDescriptor>); 00028 00029 // #endif /// #ifndef TRIGSTEERINGEVENT_TRIGROIDESCRIPTORCOLLECTION_H 00030 00031 //#endif //XAOD_ANALYSIS