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

Constructor & Destructor Documentation

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

Definition at line 332 of file Photon.h.

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

Member Data Documentation

float reco::Photon::MIPVariables::mipChi2

Definition at line 325 of file Photon.h.

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

float reco::Photon::MIPVariables::mipIntercept

Definition at line 328 of file Photon.h.

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

bool reco::Photon::MIPVariables::mipIsHalo

Definition at line 330 of file Photon.h.

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

int reco::Photon::MIPVariables::mipNhitCone

Definition at line 329 of file Photon.h.

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

float reco::Photon::MIPVariables::mipSlope

Definition at line 327 of file Photon.h.

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

float reco::Photon::MIPVariables::mipTotEnergy

Definition at line 326 of file Photon.h.

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