Go to the source code of this file.
|
| algo_ (conf.existsAs< bool >("Correct")?conf.getParameter< bool >("Correct"):true, conf.getParameter< double >("e9e25Cut"), conf.getParameter< double >("intercept2DCut"), conf.existsAs< bool >("intercept2DSlope")?conf.getParameter< double >("intercept2DSlope"):defaultSlope2D_, conf.getParameter< std::vector< double > >("e1e9Cut"), conf.getParameter< std::vector< double > >("eCOREe9Cut"), conf.getParameter< std::vector< double > >("eSeLCut"), hfvars_) |
|
| Cut2D_ (conf.getParameter< double >("intercept2DCut")) |
|
| defaultSlope2D_ ((Cut2D_<=0.83)?(0.475):((Cut2D_ >0.83 &&Cut2D_<=0.9)?(0.275):(0.2))) |
|
| hfvars_ (HFDBversion_, HFDBvector_) |
|
algo_ |
( |
conf.existsAs< bool >("Correct")?conf.getParameter< bool >("Correct"):true |
, |
|
|
conf.getParameter< double > |
"e9e25Cut", |
|
|
conf.getParameter< double > |
"intercept2DCut", |
|
|
conf.existsAs< bool >("intercept2DSlope")?conf.getParameter< double >("intercept2DSlope"):defaultSlope2D_ |
, |
|
|
conf.getParameter< std::vector< double > > |
"e1e9Cut", |
|
|
conf.getParameter< std::vector< double > > |
"eCOREe9Cut", |
|
|
conf.getParameter< std::vector< double > > |
"eSeLCut", |
|
|
hfvars_ |
|
|
) |
| |
Definition at line 38 of file HLTHFRecoEcalCandidateProducer.cc.
Referenced by metsig::SignPFSpecificAlgo::addPFCandidate(), metsig::SignPFSpecificAlgo::addPFJets(), GenericBenchmark::fillHistos(), PFJetFilter::filter(), pat::MatcherUsingTracks::produce(), and pat::MatcherByPulls< T >::produce().
39 conf.getParameter<
double>(
"e9e25Cut"),
40 conf.getParameter<
double>(
"intercept2DCut"),
41 conf.existsAs<
bool>(
"intercept2DSlope") ? conf.getParameter<
double>(
"intercept2DSlope") :
defaultSlope2D_,
42 conf.getParameter<std::vector<double> >(
"e1e9Cut"),
43 conf.getParameter<std::vector<double> >(
"eCOREe9Cut"),
44 conf.getParameter<std::vector<double> >(
"eSeLCut"),
48 produces<reco::RecoEcalCandidateCollection>();
defaultSlope2D_((Cut2D_<=0.83)?(0.475):((Cut2D_ >0.83 &&Cut2D_<=0.9)?(0.275):(0.2)))
hfvars_(HFDBversion_, HFDBvector_)
Cut2D_ |
( |
conf.getParameter< double > |
"intercept2DCut" | ) |
|
hfvars_ |
( |
HFDBversion_ |
, |
|
|
HFDBvector_ |
|
|
) |
| |