ATLAS Offline Software
Loading...
Searching...
No Matches
LArEMEC_HVbetaComplete.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRAWCONDITIONS_LAREMEC_HVBETACOMPLETE_H
6#define LARRAWCONDITIONS_LAREMEC_HVBETACOMPLETE_H
7
12
13#include <vector>
14
22
26
27
29 public LArConditionsContainer<LArEMEC_HVbetaP>{
30
31 public:
32
35
37
38 // retrieving EMEC_HVbeta using online ID
39
40 virtual const float& EMEC_HVbeta(const HWIdentifier& CellID) const ;
41
42 // set method filling the data members individually (if one
43 // wants to fill this class not using the DB)
44 void set(const HWIdentifier& CellID, float vEMEC_HVbeta);
45
46 protected:
47
48
49};
50
53#endif
Provide an interface for finding inheritance information at run time.
#define SG_BASES(D,...)
Declare the base classes from which D derives.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArEMEC_HVbeta interface.
LArConditionsContainer< LArEMEC_HVbetaP > CONTAINER
virtual const float & EMEC_HVbeta(const HWIdentifier &CellID) const
void set(const HWIdentifier &CellID, float vEMEC_HVbeta)