ATLAS Offline Software
Loading...
Searching...
No Matches
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
16
18//#include "AthenaKernel/CLASS_DEF.h"
20
21namespace MuonCalib {
22 class CscCondDataContainer : public DataVector< CscCondDataCollectionBase >
23 {
24 public:
28 };
29
30}
31
32//CLASS_DEF(MuonCalib::CscCondDataContainer, 1173850174, 1)
33
34#endif
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
CscCondDataContainer(SG::OwnershipPolicy own=SG::OWN_ELEMENTS)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements