Private Member Functions | |
void | beginJob (void) override |
void | endJob (void) override |
void | evaluate (const double point[3], double field[3]) const |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
unsigned | m_mapDensityX |
unsigned | m_mapDensityY |
unsigned | m_mapDensityZ |
double | m_maxX |
double | m_maxY |
double | m_maxZ |
edm::ESHandle< MagneticField > | m_mf |
double | m_minX |
double | m_minY |
double | m_minZ |
bool | m_valid |
double | m_xBaseDir |
double | m_yBaseDir |
double | m_zBaseDir |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 12 of file MFProducer.cc.
|
explicit |
Definition at line 38 of file MFProducer.cc.
References edm::ParameterSet::getUntrackedParameter(), m_mapDensityX, m_mapDensityY, m_mapDensityZ, m_maxX, m_maxY, m_maxZ, m_minX, m_minY, m_minZ, m_xBaseDir, m_yBaseDir, and m_zBaseDir.
|
override |
Definition at line 54 of file MFProducer.cc.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
|
private |
Definition at line 75 of file MFProducer.cc.
References b, MagneticField::inTesla(), m_mf, and point.
Referenced by produce().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 56 of file MFProducer.cc.
References gather_cfg::cout, evaluate(), edm::EventSetup::get(), get, mps_fire::i, edm::ESHandleBase::isValid(), dqmiolumiharvest::j, m_mapDensityX, m_mapDensityY, m_mf, m_minX, m_minY, m_valid, m_xBaseDir, m_yBaseDir, DiDispStaMuonMonitor_cfi::pt, funct::true, heppy_batch::val, x, y, and z.
|
private |
Definition at line 22 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 23 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 24 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 26 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 28 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 30 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 35 of file MFProducer.cc.
Referenced by evaluate(), and produce().
|
private |
Definition at line 25 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 27 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 29 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 34 of file MFProducer.cc.
Referenced by produce().
|
private |
Definition at line 31 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 32 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 33 of file MFProducer.cc.
Referenced by MFProducer().