Public Member Functions | |
MFProducer (const edm::ParameterSet &) | |
~MFProducer (void) | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | beginJob (void) |
virtual void | endJob (void) |
void | evaluate (const double point[3], double field[3]) const |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
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 |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, 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 ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 12 of file MFProducer.cc.
|
explicit |
Definition at line 39 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.
MFProducer::~MFProducer | ( | void | ) |
Definition at line 57 of file MFProducer.cc.
|
privatevirtual |
|
privatevirtual |
|
private |
Definition at line 84 of file MFProducer.cc.
References b, m_mf, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by produce().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 61 of file MFProducer.cc.
References gather_cfg::cout, evaluate(), edm::EventSetup::get(), i, edm::ESHandleBase::isValid(), j, m_mapDensityX, m_mapDensityY, m_mf, m_minX, m_minY, m_valid, m_xBaseDir, m_yBaseDir, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
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(), and produce().
|
private |
Definition at line 25 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 27 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 29 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 31 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 36 of file MFProducer.cc.
Referenced by evaluate(), and produce().
|
private |
Definition at line 26 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 28 of file MFProducer.cc.
Referenced by MFProducer(), and produce().
|
private |
Definition at line 30 of file MFProducer.cc.
Referenced by MFProducer().
|
private |
Definition at line 35 of file MFProducer.cc.
Referenced by 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(), and produce().
|
private |
Definition at line 34 of file MFProducer.cc.
Referenced by MFProducer().