CMS 3D CMS Logo

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

Public Member Functions

bool operator() (const L1Track &t) const
 
 TTTrackWordChi2RZMaxSelector (double reducedChi2RZMax)
 
 TTTrackWordChi2RZMaxSelector (const edm::ParameterSet &cfg)
 

Private Attributes

double reducedChi2RZMax_
 

Detailed Description

Definition at line 231 of file L1TrackSelectionProducer.cc.

Constructor & Destructor Documentation

◆ TTTrackWordChi2RZMaxSelector() [1/2]

L1TrackSelectionProducer::TTTrackWordChi2RZMaxSelector::TTTrackWordChi2RZMaxSelector ( double  reducedChi2RZMax)
inline

◆ TTTrackWordChi2RZMaxSelector() [2/2]

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

Definition at line 233 of file L1TrackSelectionProducer.cc.

234  : reducedChi2RZMax_(cfg.template getParameter<double>("reducedChi2RZMax")) {}

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ reducedChi2RZMax_

double L1TrackSelectionProducer::TTTrackWordChi2RZMaxSelector::reducedChi2RZMax_
private

Definition at line 238 of file L1TrackSelectionProducer.cc.

Referenced by operator()().