ATLAS Offline Software
TrigOperationalInfoCollection.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_TRIGOPERATIONALINFOCollection_H
7 #define TRIGSTEERINGEVENT_TRIGOPERATIONALINFOCollection_H
10 
11 #ifndef TRIGSTEERINGEVENT_TRIGOPERATIONALINFO_H
13 #endif
14 
15 class TrigOperationalInfoCollection : public DataVector<TrigOperationalInfo> {
16 
17 };
18 CLASS_DEF( TrigOperationalInfoCollection , 1320355091 , 1 )
19 
21 
22 #endif
TrigOperationalInfo.h
BaseInfo.h
Provide an interface for finding inheritance information at run time.
TrigOperationalInfoCollection
Definition: TrigOperationalInfoCollection.h:15
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
SG_BASE
SG_BASE(TrigOperationalInfoCollection, DataVector< TrigOperationalInfo >)
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
TrigOperationalInfo
This class defined generic object to store operational info available during triggering online i....
Definition: TrigOperationalInfo.h:27
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