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

Constructor & Destructor Documentation

◆ MIPVariables()

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

Definition at line 379 of file Photon.h.

380  :
381 
382  mipChi2(0),
383  mipTotEnergy(0),
384  mipSlope(0),
385  mipIntercept(0),
386  mipNhitCone(0),
387  mipIsHalo(false) {}

Member Data Documentation

◆ mipChi2

float reco::Photon::MIPVariables::mipChi2

Definition at line 372 of file Photon.h.

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

◆ mipIntercept

float reco::Photon::MIPVariables::mipIntercept

Definition at line 375 of file Photon.h.

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

◆ mipIsHalo

bool reco::Photon::MIPVariables::mipIsHalo

Definition at line 377 of file Photon.h.

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

◆ mipNhitCone

int reco::Photon::MIPVariables::mipNhitCone

Definition at line 376 of file Photon.h.

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

◆ mipSlope

float reco::Photon::MIPVariables::mipSlope

Definition at line 374 of file Photon.h.

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

◆ mipTotEnergy

float reco::Photon::MIPVariables::mipTotEnergy

Definition at line 373 of file Photon.h.

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