ATLAS Offline Software
Loading...
Searching...
No Matches
UniformShapeErrorGetter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
9
10#ifndef LArSamples_UniformShapeErrorGetter_H
11#define LArSamples_UniformShapeErrorGetter_H
12
14
15namespace LArSamples {
16
18
19 public:
20
21 UniformShapeErrorGetter(double k) : m_k(k) { }
23
24 ShapeErrorData* shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual* toExclude = 0) const;
25 ShapeErrorData* phiSymShapeErrorData(short /*ring*/, CaloGain::CaloGain /*gain*/, const Residual* /*toExclude*/) const { return 0; }
26
27 private:
28
29 double m_k;
30 };
31}
32#endif
ShapeErrorData * phiSymShapeErrorData(short, CaloGain::CaloGain, const Residual *) const
ShapeErrorData * shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual *toExclude=0) const