ATLAS Offline Software
Loading...
Searching...
No Matches
LArCableLengthComplete.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_LARCABLELENGTHCOMPLETE_H
6#define LARRAWCONDITIONS_LARCABLELENGTHCOMPLETE_H
7
13
21
25
26
28 public LArConditionsContainer<LArCableLengthP>{
29
30 public:
31
34
36
37 // retrieving CableLength using online ID
38
39 virtual const float& CableLength(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 vCableLength);
44
45};
46
49#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 ILArCableLength interface.
void set(const HWIdentifier &CellID, float vCableLength)
virtual const float & CableLength(const HWIdentifier &CellID) const
LArConditionsContainer< LArCableLengthP > CONTAINER