ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
19class 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
40private:
41
44
45} ;
46
47
49
50#endif
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)
Container class for LArCalibDigit.
double getDelayScale() const
get delay scale
void setDelayScale(const double scale)
set delay scale
virtual ~LArCalibDigitContainer()
destructor
double m_delayScale
time in ns between two delay step
Base class for LArDigits taken during calibration runs.