ATLAS Offline Software
LArFebEnergyCollection.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 LARFEBENERGYCOLLECTION_H
6 #define LARFEBENERGYCOLLECTION_H
7 
19 #include "AthenaKernel/CLASS_DEF.h"
20 
21 class LArFebEnergyCollection : public DataVector<LArFebEnergy> {
22 
23  public:
24 
27  {
28  };
29 
32  {
33  };
34 
35 };
36 
37 CLASS_DEF( LArFebEnergyCollection , 1315019678 , 1 )
38 #endif
LArFebEnergy.h
LArFebEnergyCollection::LArFebEnergyCollection
LArFebEnergyCollection()
constructor
Definition: LArFebEnergyCollection.h:26
LArFebEnergyCollection::~LArFebEnergyCollection
virtual ~LArFebEnergyCollection()
destructor
Definition: LArFebEnergyCollection.h:31
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
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
LArFebEnergyCollection
Container class for LArFebEnergy.
Definition: LArFebEnergyCollection.h:21
CLASS_DEF.h
macros to associate a CLID to a type