ATLAS Offline Software
LArDetCellParamsComplete.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_LARDETCELLPARAMSCOMPLETE_H
6 #define LARRAWCONDITIONS_LARDETCELLPARAMSCOMPLETE_H
7 
11 
12 #include <vector>
13 
24  public LArConditionsContainer<LArDetCellParamsP>{
25 
26 
27  public:
28 
31 
32  virtual ~LArDetCellParamsComplete( );
33 
34  // retrieving DetCellParams using online ID
35  virtual const float& Omega0(const HWIdentifier& CellID, int gain) const ;
36  virtual const float& Taur(const HWIdentifier& CellID, int gain) const ;
37 
38  // set method filling the data members individually
39  // (if one wants to fill this class not using the DB)
40  void set(const HWIdentifier& CellID, int gain,
41  float omega0, float taur);
42 };
43 
45 #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:29
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
LArDetCellParamsComplete::~LArDetCellParamsComplete
virtual ~LArDetCellParamsComplete()
Definition: LArDetCellParamsComplete.cxx:8
LArDetCellParamsComplete
This class implements the ILArDetCellParams interface.
Definition: LArDetCellParamsComplete.h:24