Go to the source code of this file.
_superClustersArePF |
( |
conf.getParameter< bool > |
"superClustersArePF" | ) |
|
Definition at line 41 of file EGPhotonImporter.cc.
References dbtoconf::conf, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
44 _selectionChoice = _selectionTypes.at(selChoice);
46 conf.getParameterSet(
"SelectionDefinition");
47 const float minEt = selDef.
getParameter<
double>(
"minEt");
48 const float trackIso_const = selDef.
getParameter<
double>(
"trackIsoConstTerm");
49 const float trackIso_slope = selDef.
getParameter<
double>(
"trackIsoSlopeTerm");
50 const float ecalIso_const = selDef.
getParameter<
double>(
"ecalIsoConstTerm");
51 const float ecalIso_slope = selDef.
getParameter<
double>(
"ecalIsoSlopeTerm");
52 const float hcalIso_const = selDef.
getParameter<
double>(
"hcalIsoConstTerm");
53 const float hcalIso_slope = selDef.
getParameter<
double>(
"hcalIsoSlopeTerm");
55 const float loose_hoe = selDef.
getParameter<
double>(
"LooseHoverE");
56 const float combIso = selDef.
getParameter<
double>(
"combIsoConstTerm");
59 trackIso_const, trackIso_slope,
60 ecalIso_const, ecalIso_slope,
61 hcalIso_const, hcalIso_slope,
T getParameter(std::string const &) const