ATLAS Offline Software
LArDetCellParamsComplete.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_LARDETCELLPARAMSCOMPLETE_H
6 #define LARRAWCONDITIONS_LARDETCELLPARAMSCOMPLETE_H
7 
12 
13 #include <vector>
14 
25  public LArConditionsContainer<LArDetCellParamsP>{
26 
27 
28  public:
29 
32 
33  virtual ~LArDetCellParamsComplete( );
34 
35  // retrieving DetCellParams using online ID
36  virtual const float& Omega0(const HWIdentifier& CellID, int gain) const ;
37  virtual const float& Taur(const HWIdentifier& CellID, int gain) const ;
38 
39  // set method filling the data members individually
40  // (if one wants to fill this class not using the DB)
41  void set(const HWIdentifier& CellID, int gain,
42  float omega0, float taur);
43 };
44 
46 #endif
LArDetCellParamsComplete::set
void set(const HWIdentifier &CellID, int gain, float omega0, float taur)
Definition: LArDetCellParamsComplete.cxx:12
ILArDetCellParams
Definition: ILArDetCellParams.h:13
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArDetCellParamsP.h
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArDetCellParamsComplete::Omega0
virtual const float & Omega0(const HWIdentifier &CellID, int gain) const
Definition: LArDetCellParamsComplete.cxx:25
LArDetCellParamsComplete::Taur
virtual const float & Taur(const HWIdentifier &CellID, int gain) const
Definition: LArDetCellParamsComplete.cxx:31
LArDetCellParamsComplete::LArDetCellParamsComplete
LArDetCellParamsComplete()
Definition: LArDetCellParamsComplete.cxx:7
LArDetCellParamsComplete::CONTAINER
LArConditionsContainer< LArDetCellParamsP > CONTAINER
Definition: LArDetCellParamsComplete.h:30
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
ILArDetCellParams.h
CLASS_DEF.h
macros to associate a CLID to a type
LArDetCellParamsComplete::~LArDetCellParamsComplete
virtual ~LArDetCellParamsComplete()
Definition: LArDetCellParamsComplete.cxx:8
LArDetCellParamsComplete
This class implements the ILArDetCellParams interface.
Definition: LArDetCellParamsComplete.h:25