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 326 of file Photon.h.

Constructor & Destructor Documentation

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

Definition at line 335 of file Photon.h.

335  :
336 
337  mipChi2(0),
338  mipTotEnergy(0),
339  mipSlope(0),
340  mipIntercept(0),
341  mipNhitCone(0),
342  mipIsHalo(false)
343  {}

Member Data Documentation

float reco::Photon::MIPVariables::mipChi2

Definition at line 328 of file Photon.h.

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

float reco::Photon::MIPVariables::mipIntercept

Definition at line 331 of file Photon.h.

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

bool reco::Photon::MIPVariables::mipIsHalo

Definition at line 333 of file Photon.h.

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

int reco::Photon::MIPVariables::mipNhitCone

Definition at line 332 of file Photon.h.

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

float reco::Photon::MIPVariables::mipSlope

Definition at line 330 of file Photon.h.

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

float reco::Photon::MIPVariables::mipTotEnergy

Definition at line 329 of file Photon.h.

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