ATLAS Offline Software
AbsShapeErrorGetter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
10 #ifndef LArSamples_AbsShapeErrorGetter_H
11 #define LArSamples_AbsShapeErrorGetter_H
12 
14 #include "LArCafJobs/CaloId.h"
16 
17 class TH1D;
18 
19 namespace LArSamples {
20 
21  class Residual;
22 
24 
25  public:
26 
27  virtual ~AbsShapeErrorGetter() { }
28 
29  virtual ShapeErrorData* shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual* toExclude = 0) const = 0;
30  virtual ShapeErrorData* phiSymShapeErrorData(short ring, CaloGain::CaloGain gain, const Residual* toExclude = 0) const = 0;
31  };
32 }
33 #endif
CaloId.h
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:110
TH1D
Definition: rootspy.cxx:342
LArSamples::AbsShapeErrorGetter::shapeErrorData
virtual ShapeErrorData * shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual *toExclude=0) const =0
LArSamples
Definition: AbsShape.h:24
LArSamples::AbsShapeErrorGetter
Definition: AbsShapeErrorGetter.h:23
Residual
Residual is a class that stores the residual, error, and type of residual.
LArSamples::AbsShapeErrorGetter::~AbsShapeErrorGetter
virtual ~AbsShapeErrorGetter()
Definition: AbsShapeErrorGetter.h:27
LArSamples::Residual
storage of a pulse shape residual set
Definition: LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h:29
CaloGain::CaloGain
CaloGain
Definition: CaloGain.h:11
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:109
ShapeErrorData.h
LArSamples::ShapeErrorData
Definition: ShapeErrorData.h:19
CaloGain.h
LArSamples::AbsShapeErrorGetter::phiSymShapeErrorData
virtual ShapeErrorData * phiSymShapeErrorData(short ring, CaloGain::CaloGain gain, const Residual *toExclude=0) const =0