CMS 3D CMS Logo

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

Public Member Functions

bool operator() (const L1Track &t) const
 
 TTTrackWordChi2RPhiMaxSelector (double reducedChi2RPhiMax)
 
 TTTrackWordChi2RPhiMaxSelector (const edm::ParameterSet &cfg)
 

Private Attributes

double reducedChi2RPhiMax_
 

Detailed Description

Definition at line 249 of file L1TrackSelectionProducer.cc.

Constructor & Destructor Documentation

◆ TTTrackWordChi2RPhiMaxSelector() [1/2]

L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxSelector::TTTrackWordChi2RPhiMaxSelector ( double  reducedChi2RPhiMax)
inline

◆ TTTrackWordChi2RPhiMaxSelector() [2/2]

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

Definition at line 251 of file L1TrackSelectionProducer.cc.

252  : reducedChi2RPhiMax_(cfg.template getParameter<double>("reducedChi2RPhiMax")) {}

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ reducedChi2RPhiMax_

double L1TrackSelectionProducer::TTTrackWordChi2RPhiMaxSelector::reducedChi2RPhiMax_
private

Definition at line 256 of file L1TrackSelectionProducer.cc.

Referenced by operator()().