ATLAS Offline Software
Loading...
Searching...
No Matches
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
22#include "CLHEP/Units/SystemOfUnits.h"
23
24
25class LArAccumulatedCalibDigitContainer : public DataVector<LArAccumulatedCalibDigit> {
26
27 public :
30 double delayScale = 1*CLHEP::ns);
33
35 void setDelayScale(const double scale) {m_delayScale=scale;}
36
38 inline double getDelayScale() const {return m_delayScale;}
39
40 private:
42
45};
46
47
49
50
51#endif
DataVector adapter that acts like it holds const pointers.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
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)
SG::OwnershipPolicy ownPolicy() const
Container class for LArAccumulatedCalibDigit.
LArAccumulatedCalibDigitContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, double delayScale=1 *CLHEP::ns)
Default Constructor.
double getDelayScale() const
get the delay Scale
virtual ~LArAccumulatedCalibDigitContainer()
destructor
void setDelayScale(const double scale)
set the delay Scale
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements