CMS 3D CMS Logo

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

Public Member Functions

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

Private Attributes

double reducedChi2RPhiMax_
 

Detailed Description

Definition at line 239 of file L1TrackSelectionProducer.cc.

Constructor & Destructor Documentation

◆ TTTrackChi2RPhiMaxSelector() [1/2]

L1TrackSelectionProducer::TTTrackChi2RPhiMaxSelector::TTTrackChi2RPhiMaxSelector ( double  reducedChi2RPhiMax)
inline

◆ TTTrackChi2RPhiMaxSelector() [2/2]

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

Definition at line 241 of file L1TrackSelectionProducer.cc.

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ reducedChi2RPhiMax_

double L1TrackSelectionProducer::TTTrackChi2RPhiMaxSelector::reducedChi2RPhiMax_
private

Definition at line 246 of file L1TrackSelectionProducer.cc.

Referenced by operator()().