ATLAS Offline Software
EMClusterEtaErrorsMatrix.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 EMCLUSTETAERRORSMATRIX_H
16 #define EMCLUSTETAERRORSMATRIX_H
18 
20 {
21 public :
22  // Constructors
23  EMClusterEtaErrorsMatrix(); // for use when afterwards read from db
24  EMClusterEtaErrorsMatrix(const std::vector<EMAPMatrixAxis> &axes,
25  const std::string& textDescription = "");
28 
29  // need to figure out which eta to use.
30  StatusCode setError(double eta, float a);
33  double getError(double eta, double energyCluster) const;
34 
35 };
36 
37 #endif
EMClusterEtaErrorsMatrix
Definition: EMClusterEtaErrorsMatrix.h:20
EMClusterEtaErrorsMatrix::~EMClusterEtaErrorsMatrix
~EMClusterEtaErrorsMatrix()
Default destructor.
Definition: EMClusterEtaErrorsMatrix.h:27
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
EMClusterEtaErrorsMatrix::getError
double getError(double eta, double energyCluster) const
Get (reconstruction/trigger) efficiency for a track.
Definition: EMClusterEtaErrorsMatrix.cxx:38
EMClusterEtaErrorsMatrix::setError
StatusCode setError(double eta, float a)
Add the outcome of the test at the given "eta" and "pt" value, i.e. if the reconstruction was success...
Definition: EMClusterEtaErrorsMatrix.cxx:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EMClusterErrorsMatrix.h
a
TList * a
Definition: liststreamerinfos.cxx:10
EMClusterEtaErrorsMatrix::EMClusterEtaErrorsMatrix
EMClusterEtaErrorsMatrix()
Definition: EMClusterEtaErrorsMatrix.cxx:12
EMClusterErrorsMatrix
Definition: EMClusterErrorsMatrix.h:26