ATLAS Offline Software
LAruA2MeVComplete.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 LARRAWCONDITIONS_LARUA2MEVCOMPLETE_H
6 #define LARRAWCONDITIONS_LARUA2MEVCOMPLETE_H
7 
11 
23  public LArConditionsContainer<LArSingleFloatP>{
24  public:
27  virtual ~LAruA2MeVComplete();
28 
29  // retrieving uA2MeV using online ID
30  virtual const float& UA2MEV(const HWIdentifier& chid) const override;
31 
32  // set method filling the data members individually (if one
33  // wants to fill this class not using the DB)
34  void set(const HWIdentifier& CellID, const float vuA2MeV);
35 
36 };
37 
38 #include "AthenaKernel/CondCont.h"
39 CLASS_DEF( LAruA2MeVComplete, 64178609,1)
41 #endif
ILAruA2MeV.h
LAruA2MeVComplete::LAruA2MeVComplete
LAruA2MeVComplete()
Definition: LAruA2MeVComplete.cxx:7
CondCont.h
Hold mappings of ranges to condition objects.
LAruA2MeVComplete::CONTAINER
LArConditionsContainer< LArSingleFloatP > CONTAINER
Definition: LAruA2MeVComplete.h:25
LAruA2MeVComplete::~LAruA2MeVComplete
virtual ~LAruA2MeVComplete()
Definition: LAruA2MeVComplete.cxx:8
ILAruA2MeV
Definition: ILAruA2MeV.h:13
LAruA2MeVComplete::UA2MEV
virtual const float & UA2MEV(const HWIdentifier &chid) const override
Definition: LAruA2MeVComplete.cxx:18
LAruA2MeVComplete::set
void set(const HWIdentifier &CellID, const float vuA2MeV)
Definition: LAruA2MeVComplete.cxx:12
LArSingleFloatP.h
LArConditionsContainer.h
LAruA2MeVComplete
This class implements the ILAruA2MeV interface.
Definition: LAruA2MeVComplete.h:23
HWIdentifier
Definition: HWIdentifier.h:13
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
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
CONDCONT_DEF
CONDCONT_DEF(LAruA2MeVComplete, 59678833, ILAruA2MeV)