ATLAS Offline Software
Loading...
Searching...
No Matches
LArRampFlat.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5//Dear emacs, this is -*-c++-*-
6
7#ifndef LARCOOLCONDITIONS_LARRAMPFLAT_H
8#define LARCOOLCONDITIONS_LARRAMPFLAT_H
9
13#include <vector>
14
16
18 public ILArRamp, public LArCondFlatBase, public LArRampBlob
19{
20 private:
22
23 public:
24 LArRampFlat(const CondAttrListCollection* attrList);
25 virtual ~LArRampFlat( );
26
27 bool good() const { return m_isInitialized && m_nChannels>0; }
28
29 virtual RampRef_t ADC2DAC(const HWIdentifier& CellID, int gain) const ;
30
31};
32
34CLASS_DEF( LArRampFlat , 228930547 , 1 )
36
37
38#endif
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class is a collection of AttributeLists where each one is associated with a channel number.
LArVectorProxy RampRef_t
This class defines the interface for accessing Ramp @stereotype Interface.
Definition ILArRamp.h:31
LArCondFlatBase(const std::string &name)
unsigned m_nChannels
Definition LArRampBlob.h:37
bool good() const
Definition LArRampFlat.h:27
virtual ~LArRampFlat()
virtual RampRef_t ADC2DAC(const HWIdentifier &CellID, int gain) const