ATLAS Offline Software
Loading...
Searching...
No Matches
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
21
25
26
28 public LArConditionsContainer<LArEMEC_HValphaP>{
29
30 public:
31
34
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
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArEMEC_HValpha interface.
LArConditionsContainer< LArEMEC_HValphaP > CONTAINER
virtual const float & EMEC_HValpha(const HWIdentifier &CellID) const
void set(const HWIdentifier &CellID, float vEMEC_HValpha)