ATLAS Offline Software
EMClusterPhiErrorsMatrix.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 EMCLUSTPHIERRORSMATRIX_H
16 #define EMCLUSTPHIERRORSMATRIX_H
18 
20 {
21 public :
22  // Constructors
23  EMClusterPhiErrorsMatrix(); // for use when afterwards read from db
24  EMClusterPhiErrorsMatrix(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
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
EMClusterPhiErrorsMatrix::EMClusterPhiErrorsMatrix
EMClusterPhiErrorsMatrix()
Definition: EMClusterPhiErrorsMatrix.cxx:12
EMClusterPhiErrorsMatrix
Definition: EMClusterPhiErrorsMatrix.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EMClusterPhiErrorsMatrix::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: EMClusterPhiErrorsMatrix.cxx:25
EMClusterPhiErrorsMatrix::getError
double getError(double eta, double energyCluster) const
Get (reconstruction/trigger) efficiency for a track.
Definition: EMClusterPhiErrorsMatrix.cxx:38
EMClusterErrorsMatrix.h
a
TList * a
Definition: liststreamerinfos.cxx:10
EMClusterErrorsMatrix
Definition: EMClusterErrorsMatrix.h:26
EMClusterPhiErrorsMatrix::~EMClusterPhiErrorsMatrix
~EMClusterPhiErrorsMatrix()
Default destructor.
Definition: EMClusterPhiErrorsMatrix.h:27