ATLAS Offline Software
CscCondDataContainer.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 CSCCONDDATACONTAINER_H
6 #define CSCCONDDATACONTAINER_H
7 
18 //#include "AthenaKernel/CLASS_DEF.h"
20 
21 namespace MuonCalib {
22  class CscCondDataContainer : public DataVector< CscCondDataCollectionBase >
23  {
24  public:
27  virtual ~CscCondDataContainer() {};
28  };
29 
30 }
31 
32 //CLASS_DEF(MuonCalib::CscCondDataContainer, 1173850174, 1)
33 
34 #endif
MuonCalib::CscCondDataCollectionBase
Definition: CscCondDataCollectionBase.h:25
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition: OwnershipPolicy.h:16
MuonCalib::CscCondDataContainer
Definition: CscCondDataContainer.h:23
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition: OwnershipPolicy.h:17
MuonCalib::CscCondDataContainer::~CscCondDataContainer
virtual ~CscCondDataContainer()
Definition: CscCondDataContainer.h:27
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
MuonCalib::CscCondDataContainer::CscCondDataContainer
CscCondDataContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition: CscCondDataContainer.h:25
CscCondDataCollectionBase.h