ATLAS Offline Software
LArCableAttenuationComplete.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_LARCABLEATTENUATIONCOMPLETE_H
6 #define LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
7 
11 
26  public LArConditionsContainer<LArCableAttenuationP>{
27 
28  public:
29 
32 
34 
35  // retrieving CableAttenuation using online ID
36 
37  virtual const float& CableAttenuation(const HWIdentifier& CellID) const ;
38 
39  // set method filling the data members individually (if one
40  // wants to fill this class not using the DB)
41  void set(const HWIdentifier& CellID, float vCableAttenuation);
42 
43  protected:
44 
45 
46 };
47 
49 #endif
LArCableAttenuationComplete::~LArCableAttenuationComplete
virtual ~LArCableAttenuationComplete()
Definition: LArCableAttenuationComplete.cxx:10
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArCableAttenuationComplete::CONTAINER
LArConditionsContainer< LArCableAttenuationP > CONTAINER
Definition: LArCableAttenuationComplete.h:30
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArCableAttenuationComplete::LArCableAttenuationComplete
LArCableAttenuationComplete()
Definition: LArCableAttenuationComplete.cxx:9
ILArCableAttenuation.h
LArCableAttenuationComplete
This class implements the ILArCableAttenuation interface.
Definition: LArCableAttenuationComplete.h:26
LArCableAttenuationComplete::CableAttenuation
virtual const float & CableAttenuation(const HWIdentifier &CellID) const
Definition: LArCableAttenuationComplete.cxx:25
LArCableAttenuationComplete::set
void set(const HWIdentifier &CellID, float vCableAttenuation)
Definition: LArCableAttenuationComplete.cxx: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
ILArCableAttenuation
Definition: ILArCableAttenuation.h:14
LArCableAttenuationP.h