ATLAS Offline Software
Loading...
Searching...
No Matches
LArCableAttenuationComplete.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_LARCABLEATTENUATIONCOMPLETE_H
6#define LARRAWCONDITIONS_LARCABLEATTENUATIONCOMPLETE_H
7
13
21
25
26
28 public LArConditionsContainer<LArCableAttenuationP>{
29
30 public:
31
34
36
37 // retrieving CableAttenuation using online ID
38
39 virtual const float& CableAttenuation(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 vCableAttenuation);
44
45 protected:
46
47
48};
49
52#endif
Provide an interface for finding inheritance information at run time.
#define SG_BASES(D,...)
Declare the base classes from which D derives.
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