|
static void | prevalidate (ConfigurationDescriptions &) |
|
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
|
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy >>> |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const char *iLabel) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
|
template<typename T , typename TDecorator > |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
|
template<typename T , typename TReturn , typename TRecord > |
auto | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
|
template<typename T , typename TReturn , typename TRecord , typename TArg > |
ESConsumesCollectorT< TRecord > | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
|
template<class TFactory > |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
|
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
|
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
|
template<class T > |
void | usingRecord () |
|
void | usingRecordWithKey (const EventSetupRecordKey &key) |
|
Definition at line 46 of file SteppingHelixPropagatorESProducer.cc.
References alongMomentum, anyDirection, beampixel_dqm_sourceclient-live_cfg::debugMode, DEFINE_FWK_EVENTSETUP_MODULE, DeadROC_duringRun::dir, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), edm::ParameterSet::getParameter(), volumeBasedMagneticField_1103l_cfi::magfield, magToken_, oppositeToMomentum, pset_, HLT_2018_cff::returnTangentPlane, HLT_2018_cff::sendLogWarning, setVBFPointer_, SteppingHelixPropagator_cfi::SteppingHelixPropagator, AlCaHLTBitMon_QueryRunRegistry::string, HLT_2018_cff::useInTeslaFromMagField, HLT_2018_cff::useIsYokeFlag, HLT_2018_cff::useMagVolumes, HLT_2018_cff::useMatVolumes, HLT_2018_cff::useTuningForL2Speed, and vbMagToken_.
57 if (pdir ==
"oppositeToMomentum")
59 if (pdir ==
"alongMomentum")
61 if (pdir ==
"anyDirection")
64 std::unique_ptr<SteppingHelixPropagator> shProp;
74 if (vbfCPtr ==
nullptr) {
76 <<
"Config specifies useMagVolumes==True but no VBF field available: SHP has no access to yoke material " 77 "properties. Use setVBFPointer=true and VBFName cards to set a VBF field, otherwise set " 78 "useMagVolumes==False." 82 <<
"Config specifies useMagVolumes==true and VBF field available: Forcing useInTeslaFromMagField = True." 84 useInTeslaFromMagField =
true;
91 shProp->setVBFPointer(vbfCPtr);
94 shProp->setUseInTeslaFromMagField(useInTeslaFromMagField);
97 shProp->applyRadX0Correction(haveX0Corr);
100 shProp->setMaterialMode(assumeNoMaterial);
103 shProp->setNoErrorPropagation(noErrorPropagation);
106 shProp->setDebug(debugMode);
108 shProp->setUseMagVolumes(useMagVolumes);
111 shProp->setUseMatVolumes(useMatVolumes);
114 shProp->setUseIsYokeFlag(useIsYokeFlag);
117 shProp->setReturnTangentPlane(returnTangentPlane);
120 shProp->setSendLogWarning(sendLogWarning);
123 shProp->setUseTuningForL2Speed(useTuningForL2Speed);
129 shProp->setEndcapShiftsInZPosNeg(valPos, valNeg);
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magToken_
T getParameter(std::string const &) const
const bool setVBFPointer_
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > vbMagToken_
const edm::ParameterSet pset_