|
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 char *iLabel) |
|
template<typename T > |
auto | setWhatProduced (T *iThis, const es::Label &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={}) |
|
void | usesResources (std::vector< std::string > const &) |
|
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.
57 if (pdir ==
"oppositeToMomentum")
59 if (pdir ==
"alongMomentum")
61 if (pdir ==
"anyDirection")
64 std::unique_ptr<SteppingHelixPropagator> shProp;
65 shProp = std::make_unique<SteppingHelixPropagator>(&
magfield,
dir);
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."
91 shProp->setVBFPointer(vbfCPtr);
97 shProp->applyRadX0Correction(haveX0Corr);
100 shProp->setMaterialMode(assumeNoMaterial);
103 shProp->setNoErrorPropagation(noErrorPropagation);
129 shProp->setEndcapShiftsInZPosNeg(valPos, valNeg);
References alongMomentum, anyDirection, beampixel_dqm_sourceclient-live_cfg::debugMode, DeadROC_duringRun::dir, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), edm::ParameterSet::getParameter(), volumeBasedMagneticField_160812_cfi::magfield, magToken_, oppositeToMomentum, pset_, HLT_FULL_cff::returnTangentPlane, HLT_FULL_cff::sendLogWarning, setVBFPointer_, AlCaHLTBitMon_QueryRunRegistry::string, HLT_FULL_cff::useInTeslaFromMagField, HLT_FULL_cff::useIsYokeFlag, HLT_FULL_cff::useMagVolumes, HLT_FULL_cff::useMatVolumes, HLT_FULL_cff::useTuningForL2Speed, and vbMagToken_.