ATLAS Offline Software
LArDAC2uAComplete.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARDAC2UACOMPLETE_H
6 #define LARRAWCONDITIONS_LARDAC2UACOMPLETE_H
7 
11 
27  public LArConditionsContainer<LArSingleFloatP> {
28 
29  public:
32  virtual ~LArDAC2uAComplete( );
33 
34  // retrieving DAC2uA using online ID
35  virtual const float& DAC2UA(const HWIdentifier& chid) const override;
36 
37  // set method filling the data members individually (if one
38  // wants to fill this class not using the DB)
39  void set(const HWIdentifier& CellID, const float vDAC2uA);
40 };
41 
42 
43 #include "AthenaKernel/CondCont.h"
44 CLASS_DEF( LArDAC2uAComplete, 95178965,1)
46 #endif
LArDAC2uAComplete::CONTAINER
LArConditionsContainer< LArSingleFloatP > CONTAINER
Definition: LArDAC2uAComplete.h:30
ILArDAC2uA.h
CondCont.h
Hold mappings of ranges to condition objects.
CONDCONT_DEF
CONDCONT_DEF(LArDAC2uAComplete, 148060277, ILArDAC2uA)
LArSingleFloatP.h
ILArDAC2uA
Definition: ILArDAC2uA.h:13
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArDAC2uAComplete::set
void set(const HWIdentifier &CellID, const float vDAC2uA)
Definition: LArDAC2uAComplete.cxx:13
LArDAC2uAComplete::DAC2UA
virtual const float & DAC2UA(const HWIdentifier &chid) const override
access to DAC2UA conversion factor index by Identifier, and gain setting
Definition: LArDAC2uAComplete.cxx:19
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
LArDAC2uAComplete::LArDAC2uAComplete
LArDAC2uAComplete()
Definition: LArDAC2uAComplete.cxx:8
LArDAC2uAComplete
This class implements the ILArDAC2uA interface.
Definition: LArDAC2uAComplete.h:27
LArDAC2uAComplete::~LArDAC2uAComplete
virtual ~LArDAC2uAComplete()
Definition: LArDAC2uAComplete.cxx:9