#include <Photon.h>
Public Member Functions | |
MIPVariables () | |
Public Attributes | |
float | mipChi2 |
float | mipIntercept |
bool | mipIsHalo |
int | mipNhitCone |
float | mipSlope |
float | mipTotEnergy |
reco::Photon::MIPVariables::MIPVariables | ( | ) | [inline] |
Definition at line 257 of file Photon.h.
: mipChi2(0), mipTotEnergy(0), mipSlope(0), mipIntercept(0), mipNhitCone(0), mipIsHalo(false) {}
Definition at line 250 of file Photon.h.
Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipChi2().
Definition at line 253 of file Photon.h.
Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipIntercept().
Definition at line 255 of file Photon.h.
Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipIsHalo().
Definition at line 254 of file Photon.h.
Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipNhitCone().
Definition at line 252 of file Photon.h.
Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipSlope().
Definition at line 251 of file Photon.h.
Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipTotEnergy().