Public Member Functions | |
DisplayGeom (const edm::ParameterSet &) | |
~DisplayGeom () override | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
~EDAnalyzer () override | |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Protected Member Functions | |
TEveGeoTopNode * | make_node (const TString &path, Int_t vis_level, Bool_t global_cs) |
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) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
void | remakeGeometry (const DisplayGeomRecord &dgRec) |
Private Attributes | |
edm::Service< EveService > | m_eve |
TEveElement * | m_geomList |
edm::ESWatcher< DisplayGeomRecord > | m_geomWatcher |
int | m_level |
bool | m_MF |
int | m_MF_component |
bool | m_MF_isPickable |
std::vector< double > | m_MF_plane_d0 |
std::vector< double > | m_MF_plane_d1 |
std::vector< double > | m_MF_plane_d2 |
int | m_MF_plane_draw_dir |
int | m_MF_plane_N1 |
int | m_MF_plane_N2 |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 53 of file DisplayGeom.cc.
|
explicit |
Definition at line 93 of file DisplayGeom.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), m_level, m_MF, m_MF_component, m_MF_isPickable, m_MF_plane_d0, m_MF_plane_d1, m_MF_plane_d2, m_MF_plane_draw_dir, m_MF_plane_N1, m_MF_plane_N2, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 138 of file DisplayGeom.cc.
|
overrideprivate |
Definition at line 173 of file DisplayGeom.cc.
References EveService::AddElement(), b, edm::ESWatcher< T >::check(), funct::cos(), MillePedeFileConverter_cfg::e, edm::EventSetup::get(), mps_fire::i, MagneticField::inTesla(), eostools::ls(), m_eve, m_geomWatcher, m_MF_component, m_MF_isPickable, m_MF_plane_d0, m_MF_plane_d1, m_MF_plane_d2, m_MF_plane_draw_dir, m_MF_plane_N1, m_MF_plane_N2, PV3DBase< T, PVType, FrameType >::mag(), Min(), AlCaHLTBitMon_ParallelJobs::p, PV3DBase< T, PVType, FrameType >::phi(), lumiQueryAPI::q, funct::sin(), Vector3DBase< T, FrameTag >::unit(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 322 of file DisplayGeom.cc.
References EveService::AddGlobalElement(), m_eve, and m_geomList.
|
overrideprivatevirtual |
|
protected |
Definition at line 147 of file DisplayGeom.cc.
References m_geomList.
Referenced by remakeGeometry().
|
private |
Definition at line 338 of file DisplayGeom.cc.
References relativeConstraints::geom, edm::eventsetup::EventSetupRecord::get(), m_geomList, m_level, m_MF, make_node(), and edm::ESHandle< T >::product().
|
private |
Definition at line 69 of file DisplayGeom.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 71 of file DisplayGeom.cc.
Referenced by beginJob(), make_node(), and remakeGeometry().
|
private |
Definition at line 85 of file DisplayGeom.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file DisplayGeom.cc.
Referenced by DisplayGeom(), and remakeGeometry().
|
private |
Definition at line 75 of file DisplayGeom.cc.
Referenced by DisplayGeom(), and remakeGeometry().
|
private |
Definition at line 76 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 83 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 77 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 78 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 79 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 82 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 80 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().
|
private |
Definition at line 81 of file DisplayGeom.cc.
Referenced by analyze(), and DisplayGeom().