ATLAS Offline Software
EMClusterEnergyErrorsMatrix.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
13 
15 #ifndef EMCLUSTERENERGYERRORSMATRIX_H
16 #define EMCLUSTERENERGYERRORSMATRIX_H
18 
20 {
21 public :
22  // Constructors
23  EMClusterEnergyErrorsMatrix(); // for use when afterwards read from db
24  EMClusterEnergyErrorsMatrix(const std::vector<EMAPMatrixAxis> &axes,
25  const std::string& textDescription = "");
28 
29  StatusCode setError(double eta, float a, float b, float c);
32  double getError(double eta, double energyCluster) const;
33 
34 };
35 
36 #endif
EMClusterEnergyErrorsMatrix::~EMClusterEnergyErrorsMatrix
~EMClusterEnergyErrorsMatrix()
Default destructor.
Definition: EMClusterEnergyErrorsMatrix.h:27
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
EMClusterEnergyErrorsMatrix::EMClusterEnergyErrorsMatrix
EMClusterEnergyErrorsMatrix()
Definition: EMClusterEnergyErrorsMatrix.cxx:10
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EMClusterEnergyErrorsMatrix::setError
StatusCode setError(double eta, float a, float b, float c)
Definition: EMClusterEnergyErrorsMatrix.cxx:22
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
EMClusterErrorsMatrix.h
a
TList * a
Definition: liststreamerinfos.cxx:10
EMClusterEnergyErrorsMatrix
Definition: EMClusterEnergyErrorsMatrix.h:20
EMClusterErrorsMatrix
Definition: EMClusterErrorsMatrix.h:26
EMClusterEnergyErrorsMatrix::getError
double getError(double eta, double energyCluster) const
Get (reconstruction/trigger) efficiency for a track.
Definition: EMClusterEnergyErrorsMatrix.cxx:36
python.compressB64.c
def c
Definition: compressB64.py:93