|
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 > |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
|
template<typename TFunc > |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
|
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&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.
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_2022v15_cff::returnTangentPlane, HLT_2022v15_cff::sendLogWarning, setVBFPointer_, AlCaHLTBitMon_QueryRunRegistry::string, HLT_2022v15_cff::useInTeslaFromMagField, HLT_2022v15_cff::useIsYokeFlag, HLT_2022v15_cff::useMagVolumes, HLT_2022v15_cff::useMatVolumes, HLT_2022v15_cff::useTuningForL2Speed, and vbMagToken_.
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);
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magToken_
T getParameter(std::string const &) const
const bool setVBFPointer_
Log< level::Info, false > LogInfo
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > vbMagToken_
const edm::ParameterSet pset_
Log< level::Warning, false > LogWarning
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const