ATLAS Offline Software
TrigSuperRoiCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #pragma once
6 // #ifndef TRIGSTEERINGEVENT_TRIGSUPERROICOLLECTION_H
7 // #define TRIGSTEERINGEVENT_TRIGSUPERROICOLLECTION_H
8 
10 #include "AthenaKernel/BaseInfo.h"
11 
12 #ifndef TRIGSTEERINGEVENT_TRIGSUPERROI_H
14 #endif
15 
16 class TrigSuperRoiCollection : public DataVector<TrigSuperRoi> { };
17 
18 CLASS_DEF( TrigSuperRoiCollection, 1078197961, 1 )
19 
21 
22 // #endif // TRIGSTEERINGEVENT_TRIGSUPERROICOLLECTION_H
TrigSuperRoi.h
SG_BASE
SG_BASE(TrigSuperRoiCollection, DataVector< TrigSuperRoi >)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TrigSuperRoiCollection
Definition: TrigSuperRoiCollection.h:16
TrigSuperRoi
Describes the Region of Ineterest geometry It has basically 9 parameters.
Definition: TrigSuperRoi.h:41
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64