ATLAS Offline Software
TBLArCalibDigitContainer.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 /* author : Pierre-Antoine Delsart */
8 
9 /* date of creation : 04/10/2004 */
10 /* Copy of LArCalibDigitContainer*/
11 
12 #ifndef TBLARCALIBDIGITCONTAINER_H
13 #define TBLARCALIBDIGITCONTAINER_H
14 
16 #include "AthenaKernel/CLASS_DEF.h"
17 #include "CLHEP/Units/SystemOfUnits.h"
19 
26 class TBLArCalibDigitContainer : public DataVector<LArCalibDigit> {
27 
28  public :
33 
37  void setDelayScale(const double scale) {m_delayScale=scale;}
38  inline double getDelayScale() const {return m_delayScale;}
39 
43  virtual ~TBLArCalibDigitContainer();
44 private:
45  double m_delayScale;
46 
47 } ;
48 
49 CLASS_DEF( TBLArCalibDigitContainer , 1147713396 , 1 )
50 
51 
52 #endif
TBLArCalibDigitContainer::TBLArCalibDigitContainer
TBLArCalibDigitContainer()
constructor
Definition: TBLArCalibDigitContainer.h:32
yodamerge_tmp.scale
scale
Definition: yodamerge_tmp.py:138
LArCalibDigit.h
TBLArCalibDigitContainer::setDelayScale
void setDelayScale(const double scale)
Setter & Getter for delayScale.
Definition: TBLArCalibDigitContainer.h:37
TBLArCalibDigitContainer
Liquid Argon Calibration Digit Container
Definition: TBLArCalibDigitContainer.h:26
CLHEP
STD'S.
Definition: IAtRndmGenSvc.h:19
TBLArCalibDigitContainer::~TBLArCalibDigitContainer
virtual ~TBLArCalibDigitContainer()
destructor
Definition: TBLArCalibDigitContainer.cxx:7
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
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
TBLArCalibDigitContainer::getDelayScale
double getDelayScale() const
Definition: TBLArCalibDigitContainer.h:38
TBLArCalibDigitContainer::m_delayScale
double m_delayScale
Definition: TBLArCalibDigitContainer.h:45
CLASS_DEF.h
macros to associate a CLID to a type