CMS 3D CMS Logo

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

Public Member Functions

bool operator() (const L1Track &t) const
 
 TTTrackWordPromptMVAMinSelector (double promptMVAMin)
 
 TTTrackWordPromptMVAMinSelector (const edm::ParameterSet &cfg)
 

Private Attributes

double promptMVAMin_
 

Detailed Description

Definition at line 214 of file L1TrackSelectionProducer.cc.

Constructor & Destructor Documentation

◆ TTTrackWordPromptMVAMinSelector() [1/2]

L1TrackSelectionProducer::TTTrackWordPromptMVAMinSelector::TTTrackWordPromptMVAMinSelector ( double  promptMVAMin)
inline

◆ TTTrackWordPromptMVAMinSelector() [2/2]

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

Definition at line 216 of file L1TrackSelectionProducer.cc.

217  : promptMVAMin_(cfg.template getParameter<double>("promptMVAMin")) {}

Member Function Documentation

◆ operator()()

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

Definition at line 218 of file L1TrackSelectionProducer.cc.

References promptMVAMin_, and submitPVValidationJobs::t.

218  {
219  return t.trkMVA1() >= promptMVAMin_;
220  } //change when mva bins in word are set

Member Data Documentation

◆ promptMVAMin_

double L1TrackSelectionProducer::TTTrackWordPromptMVAMinSelector::promptMVAMin_
private

Definition at line 223 of file L1TrackSelectionProducer.cc.

Referenced by operator()().