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
muonisolation::TrackSelector::Parameters Struct Reference

config parameters More...

#include <TrackSelector.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...
 
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 22 of file TrackSelector.h.

Constructor & Destructor Documentation

muonisolation::TrackSelector::Parameters::Parameters ( )
inline

Definition at line 23 of file TrackSelector.h.

24  : zRange(-1e6,1e6), rRange(-1e6,1e6), dir(0,0), drMax(1e3), beamPoint(0,0,0),
25  nHitsMin(0), chi2NdofMax(1e64), chi2ProbMin(-1.), ptMin(-1) {}
double chi2NdofMax
nValidHits &gt;= nHitsMin
Definition: TrackSelector.h:36
double chi2ProbMin
max value of normalized chi2
Definition: TrackSelector.h:37
double drMax
direction of the selection cone
Definition: TrackSelector.h:33
unsigned int nHitsMin
beam spot position
Definition: TrackSelector.h:35
reco::isodeposit::Direction dir
range in d0 or dxy (abs value)
Definition: TrackSelector.h:32
double ptMin
ChiSquaredProbability( chi2, ndf ) &gt; chi2ProbMin.
Definition: TrackSelector.h:38
muonisolation::TrackSelector::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 26 of file TrackSelector.h.

28  : zRange(dz), rRange(Range(0,d0Max)), dir(dirC), drMax(rMax), beamPoint(point),
29  nHitsMin(0), chi2NdofMax(1e64), chi2ProbMin(-1.), ptMin(-1) {}
double chi2NdofMax
nValidHits &gt;= nHitsMin
Definition: TrackSelector.h:36
double chi2ProbMin
max value of normalized chi2
Definition: TrackSelector.h:37
double drMax
direction of the selection cone
Definition: TrackSelector.h:33
unsigned int nHitsMin
beam spot position
Definition: TrackSelector.h:35
reco::isodeposit::Direction dir
range in d0 or dxy (abs value)
Definition: TrackSelector.h:32
double ptMin
ChiSquaredProbability( chi2, ndf ) &gt; chi2ProbMin.
Definition: TrackSelector.h:38
muonisolation::Range< float > Range
Definition: TrackSelector.h:16
*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 muonisolation::TrackSelector::Parameters::beamPoint

cone size

Definition at line 34 of file TrackSelector.h.

double muonisolation::TrackSelector::Parameters::chi2NdofMax

nValidHits >= nHitsMin

Definition at line 36 of file TrackSelector.h.

double muonisolation::TrackSelector::Parameters::chi2ProbMin

max value of normalized chi2

Definition at line 37 of file TrackSelector.h.

reco::isodeposit::Direction muonisolation::TrackSelector::Parameters::dir

range in d0 or dxy (abs value)

Definition at line 32 of file TrackSelector.h.

double muonisolation::TrackSelector::Parameters::drMax

direction of the selection cone

Definition at line 33 of file TrackSelector.h.

unsigned int muonisolation::TrackSelector::Parameters::nHitsMin

beam spot position

Definition at line 35 of file TrackSelector.h.

double muonisolation::TrackSelector::Parameters::ptMin

ChiSquaredProbability( chi2, ndf ) > chi2ProbMin.

Definition at line 38 of file TrackSelector.h.

Range muonisolation::TrackSelector::Parameters::rRange

range in z

Definition at line 31 of file TrackSelector.h.

Range muonisolation::TrackSelector::Parameters::zRange

Definition at line 30 of file TrackSelector.h.