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

Constructor & Destructor Documentation

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

Definition at line 329 of file Photon.h.

329  :
330 
331  mipChi2(0),
332  mipTotEnergy(0),
333  mipSlope(0),
334  mipIntercept(0),
335  mipNhitCone(0),
336  mipIsHalo(false)
337  {}

Member Data Documentation

float reco::Photon::MIPVariables::mipChi2

Definition at line 322 of file Photon.h.

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

float reco::Photon::MIPVariables::mipIntercept

Definition at line 325 of file Photon.h.

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

bool reco::Photon::MIPVariables::mipIsHalo

Definition at line 327 of file Photon.h.

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

int reco::Photon::MIPVariables::mipNhitCone

Definition at line 326 of file Photon.h.

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

float reco::Photon::MIPVariables::mipSlope

Definition at line 324 of file Photon.h.

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

float reco::Photon::MIPVariables::mipTotEnergy

Definition at line 323 of file Photon.h.

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