ATLAS Offline Software
LArEMEC_HVbetaComplete.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LAREMEC_HVBETACOMPLETE_H
6 #define LARRAWCONDITIONS_LAREMEC_HVBETACOMPLETE_H
7 
11 
12 #include <vector>
13 
28  public LArConditionsContainer<LArEMEC_HVbetaP>{
29 
30  public:
31 
34 
35  virtual ~LArEMEC_HVbetaComplete();
36 
37  // retrieving EMEC_HVbeta using online ID
38 
39  virtual const float& EMEC_HVbeta(const HWIdentifier& CellID) const ;
40 
41  // set method filling the data members individually (if one
42  // wants to fill this class not using the DB)
43  void set(const HWIdentifier& CellID, float vEMEC_HVbeta);
44 
45  protected:
46 
47 
48 };
49 
51 #endif
ILArEMEC_HVbeta
Definition: ILArEMEC_HVbeta.h:13
LArEMEC_HVbetaComplete::CONTAINER
LArConditionsContainer< LArEMEC_HVbetaP > CONTAINER
Definition: LArEMEC_HVbetaComplete.h:32
ILArEMEC_HVbeta.h
LArConditionsContainer.h
LArEMEC_HVbetaP.h
HWIdentifier
Definition: HWIdentifier.h:13
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArEMEC_HVbetaComplete::~LArEMEC_HVbetaComplete
virtual ~LArEMEC_HVbetaComplete()
Definition: LArEMEC_HVbetaComplete.cxx:20
LArEMEC_HVbetaComplete
This class implements the ILArEMEC_HVbeta interface.
Definition: LArEMEC_HVbetaComplete.h:28
LArEMEC_HVbetaComplete::set
void set(const HWIdentifier &CellID, float vEMEC_HVbeta)
Definition: LArEMEC_HVbetaComplete.cxx:24
LArEMEC_HVbetaComplete::EMEC_HVbeta
virtual const float & EMEC_HVbeta(const HWIdentifier &CellID) const
Definition: LArEMEC_HVbetaComplete.cxx:35
LArEMEC_HVbetaComplete::LArEMEC_HVbetaComplete
LArEMEC_HVbetaComplete()
Definition: LArEMEC_HVbetaComplete.cxx:18
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