ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArSamplesMon
LArSamplesMon
CombinedShapeErrorGetter.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_CombinedShapeErrorGetter_H
11
#define LArSamples_CombinedShapeErrorGetter_H
12
13
#include "
LArSamplesMon/AbsShapeErrorGetter.h
"
14
#include <vector>
15
16
namespace
LArSamples
{
17
18
class
CombinedShapeErrorGetter
:
public
AbsShapeErrorGetter
{
19
20
public
:
21
22
CombinedShapeErrorGetter
() { }
23
virtual
~CombinedShapeErrorGetter
() { }
24
25
void
add
(
const
AbsShapeErrorGetter
& getter) {
m_getters
.push_back(&getter); }
26
27
virtual
std::unique_ptr<ShapeErrorData>
shapeErrorData
(
unsigned
int
hash,
CaloGain::CaloGain
gain,
const
Residual
* toExclude = 0)
const override
;
28
virtual
std::unique_ptr<ShapeErrorData>
phiSymShapeErrorData
(
short
/*ring*/
,
CaloGain::CaloGain
/*gain*/
,
const
Residual
*
/*toExclude*/
)
const override
{
return
nullptr
; }
29
30
private
:
31
32
std::vector<const AbsShapeErrorGetter*>
m_getters
;
33
};
34
}
35
#endif
AbsShapeErrorGetter.h
LArSamples::AbsShapeErrorGetter
Definition
AbsShapeErrorGetter.h:24
LArSamples::CombinedShapeErrorGetter::m_getters
std::vector< const AbsShapeErrorGetter * > m_getters
Definition
CombinedShapeErrorGetter.h:32
LArSamples::CombinedShapeErrorGetter::add
void add(const AbsShapeErrorGetter &getter)
Definition
CombinedShapeErrorGetter.h:25
LArSamples::CombinedShapeErrorGetter::CombinedShapeErrorGetter
CombinedShapeErrorGetter()
Definition
CombinedShapeErrorGetter.h:22
LArSamples::CombinedShapeErrorGetter::shapeErrorData
virtual std::unique_ptr< ShapeErrorData > shapeErrorData(unsigned int hash, CaloGain::CaloGain gain, const Residual *toExclude=0) const override
Definition
CombinedShapeErrorGetter.cxx:16
LArSamples::CombinedShapeErrorGetter::phiSymShapeErrorData
virtual std::unique_ptr< ShapeErrorData > phiSymShapeErrorData(short, CaloGain::CaloGain, const Residual *) const override
Definition
CombinedShapeErrorGetter.h:28
LArSamples::CombinedShapeErrorGetter::~CombinedShapeErrorGetter
virtual ~CombinedShapeErrorGetter()
Definition
CombinedShapeErrorGetter.h:23
LArSamples::Residual
storage of a pulse shape residual set
Definition
LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h:29
CaloGain::CaloGain
CaloGain
Definition
CaloGain.h:11
LArSamples
Definition
AbsShape.h:24
Generated on
for ATLAS Offline Software by
1.17.0