ATLAS Offline Software
LArCalibDigitContainer.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 LARCALIBDIGITCONTAINER_H
6 #define LARCALIBDIGITCONTAINER_H
7 
10 #include "CLHEP/Units/SystemOfUnits.h"
12 
19 class LArCalibDigitContainer : public DataVector<LArCalibDigit> {
20 
21  public :
26 
30  void setDelayScale(const double scale) {m_delayScale=scale;}
34  inline double getDelayScale() const {return m_delayScale;}
35 
40 private:
41 
43  double m_delayScale;
44 
45 } ;
46 
47 
49 
50 #endif
LArCalibDigitContainer::LArCalibDigitContainer
LArCalibDigitContainer()
constructor
Definition: LArCalibDigitContainer.h:25
yodamerge_tmp.scale
scale
Definition: yodamerge_tmp.py:138
LArCalibDigit.h
LArCalibDigitContainer::setDelayScale
void setDelayScale(const double scale)
set delay scale
Definition: LArCalibDigitContainer.h:30
LArCalibDigitContainer
Container class for LArCalibDigit.
Definition: LArCalibDigitContainer.h:19
LArCalibDigitContainer::getDelayScale
double getDelayScale() const
get delay scale
Definition: LArCalibDigitContainer.h:34
CLHEP
STD'S.
Definition: IAtRndmGenSvc.h:19
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LArCalibDigitContainer::~LArCalibDigitContainer
virtual ~LArCalibDigitContainer()
destructor
LArCalibDigit
Base class for LArDigits taken during calibration runs.
Definition: LArCalibDigit.h:29
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
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:64
python.SystemOfUnits.ns
int ns
Definition: SystemOfUnits.py:130
LArCalibDigitContainer::m_delayScale
double m_delayScale
time in ns between two delay step
Definition: LArCalibDigitContainer.h:43
CLASS_DEF.h
macros to associate a CLID to a type