CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
reco::Photon::MIPVariables Struct Reference

#include <Photon.h>

Public Member Functions

 MIPVariables ()
 

Public Attributes

float mipChi2
 
float mipIntercept
 
bool mipIsHalo
 
int mipNhitCone
 
float mipSlope
 
float mipTotEnergy
 

Detailed Description

Definition at line 314 of file Photon.h.

Constructor & Destructor Documentation

reco::Photon::MIPVariables::MIPVariables ( )
inline

Definition at line 323 of file Photon.h.

323  :
324 
325  mipChi2(0),
326  mipTotEnergy(0),
327  mipSlope(0),
328  mipIntercept(0),
329  mipNhitCone(0),
330  mipIsHalo(false)
331  {}

Member Data Documentation

float reco::Photon::MIPVariables::mipChi2

Definition at line 316 of file Photon.h.

Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipChi2().

float reco::Photon::MIPVariables::mipIntercept

Definition at line 319 of file Photon.h.

Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipIntercept().

bool reco::Photon::MIPVariables::mipIsHalo

Definition at line 321 of file Photon.h.

Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipIsHalo().

int reco::Photon::MIPVariables::mipNhitCone

Definition at line 320 of file Photon.h.

Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipNhitCone().

float reco::Photon::MIPVariables::mipSlope

Definition at line 318 of file Photon.h.

Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipSlope().

float reco::Photon::MIPVariables::mipTotEnergy

Definition at line 317 of file Photon.h.

Referenced by PhotonMIPHaloTagger::MIPcalculate(), and reco::Photon::mipTotEnergy().