ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
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
CLASS_DEF.h
macros to associate a CLID to a type
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:67
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
RpcCalibData.h
DataVector< RpcCalibData >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
MuonCalib::RpcCalibDataContainer
Definition
RpcCalibDataContainer.h:24
MuonCalib::RpcCalibDataContainer::RpcCalibDataContainer
RpcCalibDataContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
Definition
RpcCalibDataContainer.h:26
MuonCalib::RpcCalibDataContainer::~RpcCalibDataContainer
virtual ~RpcCalibDataContainer()
Definition
RpcCalibDataContainer.h:28
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:21
SG::OwnershipPolicy
OwnershipPolicy
Definition
OwnershipPolicy.h:16
SG::OWN_ELEMENTS
@ OWN_ELEMENTS
this data object owns its elements
Definition
OwnershipPolicy.h:17
Generated on
for ATLAS Offline Software by
1.17.0