ATLAS Offline Software
MuonSpectrometer
MuonConditions
MuonCondGeneral
MuonCondData
MuonCondData
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
17
#include "
AthContainers/DataVector.h
"
18
//#include "AthenaKernel/CLASS_DEF.h"
19
#include "
MuonCondData/CscCondDataCollectionBase.h
"
20
21
namespace
MuonCalib
{
22
class
CscCondDataContainer
:
public
DataVector
< CscCondDataCollectionBase >
23
{
24
public
:
25
CscCondDataContainer
(
SG::OwnershipPolicy
own =
SG::OWN_ELEMENTS
)
26
:
DataVector
<
CscCondDataCollectionBase
>(own) {}
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:794
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
Generated on Sun Dec 22 2024 21:08:51 for ATLAS Offline Software by
1.8.18