CMS 3D CMS Logo

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

Public Member Functions

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

Private Attributes

double reducedChi2RZMax_
 

Detailed Description

Definition at line 221 of file L1TrackSelectionProducer.cc.

Constructor & Destructor Documentation

◆ TTTrackChi2RZMaxSelector() [1/2]

L1TrackSelectionProducer::TTTrackChi2RZMaxSelector::TTTrackChi2RZMaxSelector ( double  reducedChi2RZMax)
inline

◆ TTTrackChi2RZMaxSelector() [2/2]

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

Definition at line 223 of file L1TrackSelectionProducer.cc.

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ reducedChi2RZMax_

double L1TrackSelectionProducer::TTTrackChi2RZMaxSelector::reducedChi2RZMax_
private

Definition at line 228 of file L1TrackSelectionProducer.cc.

Referenced by operator()().