ATLAS Offline Software
Loading...
Searching...
No Matches
LArCableAttenuationComplete.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
6#define LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
7
12
20
24
25
27 public LArConditionsContainer<LArCableAttenuationP>{
28
29 public:
30
33
35
36 // retrieving CableAttenuation using online ID
37
38 virtual const float& CableAttenuation(const HWIdentifier& CellID) const ;
39
40 // set method filling the data members individually (if one
41 // wants to fill this class not using the DB)
42 void set(const HWIdentifier& CellID, float vCableAttenuation);
43
44 protected:
45
46
47};
48
50#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArCableAttenuation interface.
void set(const HWIdentifier &CellID, float vCableAttenuation)
LArConditionsContainer< LArCableAttenuationP > CONTAINER
virtual const float & CableAttenuation(const HWIdentifier &CellID) const