ATLAS Offline Software
Loading...
Searching...
No Matches
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
21
25
26
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
51#endif
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArEMEC_Cphi interface.
virtual const float & EMEC_Cphi(const HWIdentifier &CellID) const
LArConditionsContainer< LArEMEC_CphiP > CONTAINER
void set(const HWIdentifier &CellID, float vEMEC_Cphi)