ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArRawEvent
LArRawEvent
LArAccumulatedCalibDigitContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
14
15
#ifndef LARACCUMULATEDCDIGITCONTAINER_H
16
#define LARACCUMULATEDCDIGITCONTAINER_H
17
18
#include "
AthContainers/DataVector.h
"
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
#include "
LArRawEvent/LArAccumulatedCalibDigit.h
"
21
#include "
AthContainers/ConstDataVector.h
"
22
#include "CLHEP/Units/SystemOfUnits.h"
23
24
25
class
LArAccumulatedCalibDigitContainer
:
public
DataVector
<LArAccumulatedCalibDigit> {
26
27
public :
29
LArAccumulatedCalibDigitContainer
(
SG::OwnershipPolicy
ownPolicy
=
SG::OWN_ELEMENTS
,
30
double
delayScale = 1*CLHEP::ns);
32
virtual
~LArAccumulatedCalibDigitContainer
();
33
35
void
setDelayScale
(
const
double
scale) {
m_delayScale
=scale;}
36
38
inline
double
getDelayScale
()
const
{
return
m_delayScale
;}
39
40
private
:
41
friend
class
LArAccumulatedConstCalibDigitContainer
;
42
44
double
m_delayScale
;
45
};
46
47
48
CLASS_DEF
(
LArAccumulatedCalibDigitContainer
,1157958831,0)
49
50
51
#endif
ConstDataVector.h
DataVector adapter that acts like it holds const pointers.
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.
LArAccumulatedCalibDigit.h
DataVector< LArAccumulatedCalibDigit >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
DataVector< LArAccumulatedCalibDigit >::ownPolicy
SG::OwnershipPolicy ownPolicy() const
LArAccumulatedCalibDigitContainer
Container class for LArAccumulatedCalibDigit.
Definition
LArAccumulatedCalibDigitContainer.h:25
LArAccumulatedCalibDigitContainer::m_delayScale
double m_delayScale
delayScale
Definition
LArAccumulatedCalibDigitContainer.h:44
LArAccumulatedCalibDigitContainer::LArAccumulatedCalibDigitContainer
LArAccumulatedCalibDigitContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, double delayScale=1 *CLHEP::ns)
Default Constructor.
Definition
LArAccumulatedCalibDigitContainer.cxx:8
LArAccumulatedCalibDigitContainer::getDelayScale
double getDelayScale() const
get the delay Scale
Definition
LArAccumulatedCalibDigitContainer.h:38
LArAccumulatedCalibDigitContainer::~LArAccumulatedCalibDigitContainer
virtual ~LArAccumulatedCalibDigitContainer()
destructor
LArAccumulatedCalibDigitContainer::LArAccumulatedConstCalibDigitContainer
friend class LArAccumulatedConstCalibDigitContainer
Definition
LArAccumulatedCalibDigitContainer.h:41
LArAccumulatedCalibDigitContainer::setDelayScale
void setDelayScale(const double scale)
set the delay Scale
Definition
LArAccumulatedCalibDigitContainer.h:35
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