ATLAS Offline Software
LArNoiseMC.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARRAWCONDITIONS_LARNOISEMC_H
6 #define LARRAWCONDITIONS_LARNOISEMC_H
7 
9 
10 #include <vector>
11 
12 
21 
22  public:
23 
24  LArNoiseMC();
25 
26  virtual ~LArNoiseMC( );
27 
28  virtual StatusCode initialize ( );
29 
30  // retrieving Noise using online ID
31  virtual const float& noise(const HWIdentifier& CellID, int gain) const ;
32 };
33 
34 #include "AthenaKernel/CondCont.h"
35 CLASS_DEF( LArNoiseMC, 264452083, 1)
37 #endif
CONDCONT_DEF
CONDCONT_DEF(LArNoiseMC, 181236653, ILArNoise)
CondCont.h
Hold mappings of ranges to condition objects.
LArNoiseComplete
This class implements the ILArNoise interface.
Definition: LArNoiseComplete.h:26
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
LArNoiseMC::~LArNoiseMC
virtual ~LArNoiseMC()
Definition: LArNoiseMC.cxx:15
LArNoiseMC::LArNoiseMC
LArNoiseMC()
Definition: LArNoiseMC.cxx:7
LArNoiseMC::initialize
virtual StatusCode initialize()
Initialization done after creation or read back - derived classes may augment the functionality.
Definition: LArNoiseMC.cxx:10
LArNoiseMC::noise
virtual const float & noise(const HWIdentifier &CellID, int gain) const
Definition: LArNoiseMC.cxx:20
HWIdentifier
Definition: HWIdentifier.h:13
ILArNoise
Definition: ILArNoise.h:12
LArNoiseComplete.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
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
LArNoiseMC
Implementation of the interface ILArNoise for MC Derives from LArNoiseComplete, and implements the ph...
Definition: LArNoiseMC.h:20