ATLAS Offline Software
Loading...
Searching...
No Matches
UniformShapeErrorGetter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 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 virtual std::unique_ptr<ShapeErrorData> shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual* toExclude = 0) const override;
25 virtual std::unique_ptr<ShapeErrorData> phiSymShapeErrorData(short /*ring*/, CaloGain::CaloGain /*gain*/, const Residual* /*toExclude*/) const override { return nullptr; }
26
27 private:
28
29 double m_k;
30 };
31}
32#endif
virtual std::unique_ptr< ShapeErrorData > shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual *toExclude=0) const override
virtual std::unique_ptr< ShapeErrorData > phiSymShapeErrorData(short, CaloGain::CaloGain, const Residual *) const override