ATLAS Offline Software
Loading...
Searching...
No Matches
LArRinjComplete.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRAWCONDITIONS_LARRINJCOMPLETE_H
6#define LARRAWCONDITIONS_LARRINJCOMPLETE_H
7
11
19
23
24
26 public LArConditionsContainer<LArRinjP>{
27
28 public:
29
32
33 virtual ~LArRinjComplete();
34
35 // retrieving Rinj using online ID
36
37 virtual const float& Rinj(const HWIdentifier& CellID) const ;
38
39 // set method filling the data members individually (if one
40 // wants to fill this class not using the DB)
41 void set(const HWIdentifier& CellID, float vRinj);
42};
43
45CLASS_DEF( LArRinjComplete,2370948,1)
47
48#endif
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class implements the ILArRinj interface.
void set(const HWIdentifier &CellID, float vRinj)
LArConditionsContainer< LArRinjP > CONTAINER
virtual ~LArRinjComplete()
virtual const float & Rinj(const HWIdentifier &CellID) const