CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
egammaisolation::EgammaTrackSelector::Parameters Struct Reference

config parameters More...

#include <EgammaTrackSelector.h>

Public Member Functions

 Parameters ()
 
 Parameters (const Range &dz, const double d0Max, const reco::isodeposit::Direction &dirC, double rMax, const BeamPoint &point=BeamPoint(0, 0, 0))
 

Public Attributes

BeamPoint beamPoint
 cone size More...
 
double chi2NdofMax
 nValidHits >= nHitsMin More...
 
double chi2ProbMin
 max value of normalized chi2 More...
 
reco::isodeposit::Direction dir
 range in d0 or dxy (abs value) More...
 
double drMax
 direction of the selection cone More...
 
int dzOption
 tk.pt>ptMin More...
 
unsigned int nHitsMin
 beam spot position More...
 
double ptMin
 ChiSquaredProbability( chi2, ndf ) > chi2ProbMin. More...
 
Range rRange
 range in z More...
 
Range zRange
 

Detailed Description

config parameters

Definition at line 25 of file EgammaTrackSelector.h.

Constructor & Destructor Documentation

egammaisolation::EgammaTrackSelector::Parameters::Parameters ( )
inline

Definition at line 26 of file EgammaTrackSelector.h.

27  : zRange(-1e6,1e6), rRange(-1e6,1e6), dir(0,0), drMax(1e3), beamPoint(0,0,0),
28  nHitsMin(0), chi2NdofMax(1e64), chi2ProbMin(-1.), ptMin(-1) {}
double ptMin
ChiSquaredProbability( chi2, ndf ) &gt; chi2ProbMin.
double chi2ProbMin
max value of normalized chi2
reco::isodeposit::Direction dir
range in d0 or dxy (abs value)
double drMax
direction of the selection cone
egammaisolation::EgammaTrackSelector::Parameters::Parameters ( const Range dz,
const double  d0Max,
const reco::isodeposit::Direction dirC,
double  rMax,
const BeamPoint point = BeamPoint(0,0,0) 
)
inline

Definition at line 29 of file EgammaTrackSelector.h.

31  : zRange(dz), rRange(Range(0,d0Max)), dir(dirC), drMax(rMax), beamPoint(point),
32  nHitsMin(0), chi2NdofMax(1e64), chi2ProbMin(-1.), ptMin(-1) {}
egammaisolation::EgammaRange< float > Range
double ptMin
ChiSquaredProbability( chi2, ndf ) &gt; chi2ProbMin.
double chi2ProbMin
max value of normalized chi2
reco::isodeposit::Direction dir
range in d0 or dxy (abs value)
double drMax
direction of the selection cone
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition: invegas.h:5

Member Data Documentation

BeamPoint egammaisolation::EgammaTrackSelector::Parameters::beamPoint

cone size

Definition at line 37 of file EgammaTrackSelector.h.

double egammaisolation::EgammaTrackSelector::Parameters::chi2NdofMax

nValidHits >= nHitsMin

Definition at line 39 of file EgammaTrackSelector.h.

double egammaisolation::EgammaTrackSelector::Parameters::chi2ProbMin

max value of normalized chi2

Definition at line 40 of file EgammaTrackSelector.h.

reco::isodeposit::Direction egammaisolation::EgammaTrackSelector::Parameters::dir

range in d0 or dxy (abs value)

Definition at line 35 of file EgammaTrackSelector.h.

Referenced by Inspector.Inspector::GetListObjects().

double egammaisolation::EgammaTrackSelector::Parameters::drMax

direction of the selection cone

Definition at line 36 of file EgammaTrackSelector.h.

int egammaisolation::EgammaTrackSelector::Parameters::dzOption

tk.pt>ptMin

Definition at line 42 of file EgammaTrackSelector.h.

unsigned int egammaisolation::EgammaTrackSelector::Parameters::nHitsMin

beam spot position

Definition at line 38 of file EgammaTrackSelector.h.

double egammaisolation::EgammaTrackSelector::Parameters::ptMin

ChiSquaredProbability( chi2, ndf ) > chi2ProbMin.

Definition at line 41 of file EgammaTrackSelector.h.

Range egammaisolation::EgammaTrackSelector::Parameters::rRange

range in z

Definition at line 34 of file EgammaTrackSelector.h.

Range egammaisolation::EgammaTrackSelector::Parameters::zRange

Definition at line 33 of file EgammaTrackSelector.h.