ATLAS Offline Software
MuonFeatureDetailsContainer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIG_MUONFEATUREDETAILSCONTAINER
6 #define TRIG_MUONFEATUREDETAILSCONTAINER
7 
10 #include "AthenaKernel/BaseInfo.h"
11 
12 class MuonFeatureDetailsContainer : public DataVector<MuonFeatureDetails> { };
13 
14 CLASS_DEF( MuonFeatureDetailsContainer , 1224779873 , 1 )
15 
17 
18 #endif
MuonFeatureDetails.h
MuonFeatureDetails
Definition: MuonFeatureDetails.h:21
SG_BASE
SG_BASE(MuonFeatureDetailsContainer, DataVector< MuonFeatureDetails >)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
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
CLASS_DEF.h
macros to associate a CLID to a type
MuonFeatureDetailsContainer
Definition: MuonFeatureDetailsContainer.h:12