ATLAS Offline Software
LArEMEC_HValphaComplete.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_HVALPHACOMPLETE_H
6 #define LARRAWCONDITIONS_LAREMEC_HVALPHACOMPLETE_H
7 
11 
12 #include <vector>
13 
28  public LArConditionsContainer<LArEMEC_HValphaP>{
29 
30  public:
31 
34 
35  virtual ~LArEMEC_HValphaComplete();
36 
37  // retrieving EMEC_HValpha using online ID
38 
39  virtual const float& EMEC_HValpha(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_HValpha);
44 
45  protected:
46 
47 
48 };
49 
51 #endif
ILArEMEC_HValpha
Definition: ILArEMEC_HValpha.h:13
LArEMEC_HValphaP.h
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArEMEC_HValphaComplete::EMEC_HValpha
virtual const float & EMEC_HValpha(const HWIdentifier &CellID) const
Definition: LArEMEC_HValphaComplete.cxx:35
LArEMEC_HValphaComplete::set
void set(const HWIdentifier &CellID, float vEMEC_HValpha)
Definition: LArEMEC_HValphaComplete.cxx:24
LArEMEC_HValphaComplete::LArEMEC_HValphaComplete
LArEMEC_HValphaComplete()
Definition: LArEMEC_HValphaComplete.cxx:18
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
ILArEMEC_HValpha.h
LArEMEC_HValphaComplete
This class implements the ILArEMEC_HValpha interface.
Definition: LArEMEC_HValphaComplete.h:28
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
LArEMEC_HValphaComplete::~LArEMEC_HValphaComplete
virtual ~LArEMEC_HValphaComplete()
Definition: LArEMEC_HValphaComplete.cxx:20
LArEMEC_HValphaComplete::CONTAINER
LArConditionsContainer< LArEMEC_HValphaP > CONTAINER
Definition: LArEMEC_HValphaComplete.h:32