ATLAS Offline Software
LArEMEC_CphiComplete.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_CPHICOMPLETE_H
6 #define LARRAWCONDITIONS_LAREMEC_CPHICOMPLETE_H
7 
11 
12 #include <vector>
13 
28  public LArConditionsContainer<LArEMEC_CphiP>{
29 
30  public:
31 
34 
35  virtual ~LArEMEC_CphiComplete();
36 
37  // retrieving EMEC_Cphi using online ID
38 
39  virtual const float& EMEC_Cphi(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_Cphi);
44 
45  protected:
46 
47 
48 };
49 
50 CLASS_DEF( LArEMEC_CphiComplete,194446375,1)
51 #endif
ILArEMEC_Cphi
Definition: ILArEMEC_Cphi.h:14
LArEMEC_CphiComplete
This class implements the ILArEMEC_Cphi interface.
Definition: LArEMEC_CphiComplete.h:28
LArEMEC_CphiComplete::~LArEMEC_CphiComplete
virtual ~LArEMEC_CphiComplete()
Definition: LArEMEC_CphiComplete.cxx:20
LArEMEC_CphiComplete::CONTAINER
LArConditionsContainer< LArEMEC_CphiP > CONTAINER
Definition: LArEMEC_CphiComplete.h:32
ILArEMEC_Cphi.h
LArEMEC_CphiComplete::LArEMEC_CphiComplete
LArEMEC_CphiComplete()
Definition: LArEMEC_CphiComplete.cxx:18
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArEMEC_CphiComplete::set
void set(const HWIdentifier &CellID, float vEMEC_Cphi)
Definition: LArEMEC_CphiComplete.cxx:24
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArEMEC_CphiP.h
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_CphiComplete::EMEC_Cphi
virtual const float & EMEC_Cphi(const HWIdentifier &CellID) const
Definition: LArEMEC_CphiComplete.cxx:36