ATLAS Offline Software
LArTshaperComplete.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARTSHAPERCOMPLETE_H
6 #define LARRAWCONDITIONS_LARTSHAPERCOMPLETE_H
7 
11 
26  public LArConditionsContainer<LArTshaperP>{
27 
28  public:
29 
32 
33  virtual ~LArTshaperComplete();
34 
35  // retrieving Tshaper using online ID
36 
37  virtual const float& Tshaper(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 vTshaper);
42 
43  protected:
44 
45 
46 };
47 
48 CLASS_DEF( LArTshaperComplete,175811031,1)
49 #endif
ILArTshaper.h
LArTshaperComplete::LArTshaperComplete
LArTshaperComplete()
Definition: LArTshaperComplete.cxx:7
LArConditionsContainer.h
HWIdentifier
Definition: HWIdentifier.h:13
LArTshaperComplete::Tshaper
virtual const float & Tshaper(const HWIdentifier &CellID) const
Definition: LArTshaperComplete.cxx:24
LArTshaperComplete::CONTAINER
LArConditionsContainer< LArTshaperP > CONTAINER
Definition: LArTshaperComplete.h:30
LArConditionsContainer
Definition: LArAutoCorrSym.h:14
LArTshaperP.h
ILArTshaper
Definition: ILArTshaper.h:12
LArTshaperComplete::~LArTshaperComplete
virtual ~LArTshaperComplete()
Definition: LArTshaperComplete.cxx:9
LArTshaperComplete::set
void set(const HWIdentifier &CellID, float vTshaper)
Definition: LArTshaperComplete.cxx:13
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
LArTshaperComplete
This class implements the ILArTshaper interface.
Definition: LArTshaperComplete.h:26