CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxNstubSelector Struct Reference

Public Member Functions

bool operator() (const L1Track &t) const
 
 TTTrackWordChi2RPhiMaxNstubSelector (double reducedChi2RPhiMaxNstub4, double reducedChi2RPhiMaxNstub5)
 
 TTTrackWordChi2RPhiMaxNstubSelector (const edm::ParameterSet &cfg)
 

Private Attributes

double reducedChi2RPhiMaxNstub4_
 
double reducedChi2RPhiMaxNstub5_
 

Detailed Description

Definition at line 324 of file L1TrackSelectionProducer.cc.

Constructor & Destructor Documentation

◆ TTTrackWordChi2RPhiMaxNstubSelector() [1/2]

L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxNstubSelector::TTTrackWordChi2RPhiMaxNstubSelector ( double  reducedChi2RPhiMaxNstub4,
double  reducedChi2RPhiMaxNstub5 
)
inline

◆ TTTrackWordChi2RPhiMaxNstubSelector() [2/2]

L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxNstubSelector::TTTrackWordChi2RPhiMaxNstubSelector ( const edm::ParameterSet cfg)
inline

Definition at line 327 of file L1TrackSelectionProducer.cc.

328  : reducedChi2RPhiMaxNstub4_(cfg.template getParameter<double>("reducedChi2RPhiMaxNstub4")),
329  reducedChi2RPhiMaxNstub5_(cfg.template getParameter<double>("reducedChi2RPhiMaxNstub5")) {}

Member Function Documentation

◆ operator()()

bool L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxNstubSelector::operator() ( const L1Track t) const
inline

Member Data Documentation

◆ reducedChi2RPhiMaxNstub4_

double L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxNstubSelector::reducedChi2RPhiMaxNstub4_
private

Definition at line 336 of file L1TrackSelectionProducer.cc.

Referenced by operator()().

◆ reducedChi2RPhiMaxNstub5_

double L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxNstubSelector::reducedChi2RPhiMaxNstub5_
private

Definition at line 337 of file L1TrackSelectionProducer.cc.

Referenced by operator()().