ATLAS Offline Software
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondData
MuonCondData
RpcCalibDataContainer.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 RPCCALIBDATACONTAINER_H
6
#define RPCCALIBDATACONTAINER_H
7
17
#include "
AthContainers/DataVector.h
"
18
#include "
AthenaKernel/CLASS_DEF.h
"
19
#include "
MuonCondData/RpcCalibData.h
"
20
21
namespace
MuonCalib
{
22
23
class
RpcCalibDataContainer
:
public
DataVector
<RpcCalibData>
24
{
25
public
:
26
RpcCalibDataContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
)
27
:
DataVector
<
RpcCalibData
>(own) {}
28
virtual
~RpcCalibDataContainer
() {};
29
};
30
31
}
32
33
CLASS_DEF
(
MuonCalib::RpcCalibDataContainer
, 1225699625, 1)
34
35
#endif
MuonCalib::RpcCalibDataContainer::RpcCalibDataContainer
RpcCalibDataContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition:
RpcCalibDataContainer.h:26
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition:
OwnershipPolicy.h:17
MuonCalib::RpcCalibDataContainer
Definition:
RpcCalibDataContainer.h:24
MuonCalib::RpcCalibData
holds all conditions data for rpc strip.
Definition:
RpcCalibData.h:30
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
RpcCalibData.h
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
MuonCalib::RpcCalibDataContainer::~RpcCalibDataContainer
virtual ~RpcCalibDataContainer()
Definition:
RpcCalibDataContainer.h:28
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Sun Dec 22 2024 21:17:18 for ATLAS Offline Software by
1.8.18