Public Member Functions | |
void | analyze (edm::StreamID, edm::Event const &e, edm::EventSetup const &) const override |
void | testAVProduct (edm::Event const &e, std::string const &moduleLabel) const |
void | testDSVProduct (edm::Event const &e, std::string const &moduleLabel) const |
template<typename P , typename V > | |
void | testProduct (edm::Event const &e, std::string const &moduleLabel) const |
void | testProductWithBaseClass (edm::Event const &e, std::string const &moduleLabel) const |
void | testPtrVector (edm::Event const &e, std::string const &moduleLabel) const |
void | testRefToBaseVector (edm::Event const &e, std::string const &moduleLabel) const |
void | testRefVector (edm::Event const &e, std::string const &moduleLabel) const |
void | testStdVectorPtr (edm::Event const &e, std::string const &moduleLabel) const |
void | testStdVectorUniquePtr (edm::Event const &e, std::string const &moduleLabel) const |
ViewAnalyzer (edm::ParameterSet const &) | |
Public Member Functions inherited from edm::global::EDAnalyzer<> | |
EDAnalyzer ()=default | |
EDAnalyzer (const EDAnalyzer &)=delete | |
const EDAnalyzer & | operator= (const EDAnalyzer &)=delete |
bool | wantsGlobalLuminosityBlocks () const noexcept final |
bool | wantsGlobalRuns () const noexcept final |
bool | wantsInputProcessBlocks () const noexcept final |
bool | wantsProcessBlocks () const noexcept final |
bool | wantsStreamLuminosityBlocks () const noexcept final |
bool | wantsStreamRuns () const noexcept final |
Public Member Functions inherited from edm::global::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
~EDAnalyzerBase () 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 | |
ESResolverIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
std::vector< ESResolverIndex > const & | esGetTokenIndicesVector (edm::Transition iTrans) const |
std::vector< ESRecordIndex > const & | esGetTokenRecordIndicesVector (edm::Transition iTrans) const |
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::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, 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 |
void | selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase) |
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
void | updateLookup (eventsetup::ESRecordsToProductResolverIndices const &) |
virtual | ~EDConsumerBase () noexcept(false) |
Additional Inherited Members | |
Public Types inherited from edm::global::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::global::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 29 of file ViewAnalyzer.cc.
|
explicit |
Definition at line 54 of file ViewAnalyzer.cc.
|
overridevirtual |
Implements edm::global::EDAnalyzerBase.
Definition at line 104 of file ViewAnalyzer.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, edm::HandleBase::isValid(), and makeGlobalPositionRcd_cfg::tag.
void edmtest::ViewAnalyzer::testAVProduct | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 221 of file ViewAnalyzer.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, edm::ProductID::id(), edm::HandleBase::id(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, dumpMFGeometry_cfg::prod, and edm::HandleBase::provenance().
void edmtest::ViewAnalyzer::testDSVProduct | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 187 of file ViewAnalyzer.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, edm::ProductID::id(), edm::HandleBase::id(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, dumpMFGeometry_cfg::prod, and edm::HandleBase::provenance().
void edmtest::ViewAnalyzer::testProduct | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 139 of file ViewAnalyzer.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, mps_fire::i, edm::ProductID::id(), edm::HandleBase::id(), edm::RefToBase< T >::isNonnull(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, gpuClustering::numElements, edm::HandleBase::provenance(), FCDTask_cfi::slot, and cms::cuda::V.
void edmtest::ViewAnalyzer::testProductWithBaseClass | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 262 of file ViewAnalyzer.cc.
References cms::cuda::assert(), edm::RefToBase< T >::castTo(), MillePedeFileConverter_cfg::e, edm::ProductID::id(), edm::HandleBase::id(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, dumpMFGeometry_cfg::prod, edm::HandleBase::provenance(), and FCDTask_cfi::slot.
void edmtest::ViewAnalyzer::testPtrVector | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 391 of file ViewAnalyzer.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, edm::ProductID::id(), edm::HandleBase::id(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, edm::HandleBase::provenance(), and makeGlobalPositionRcd_cfg::tag.
void edmtest::ViewAnalyzer::testRefToBaseVector | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 360 of file ViewAnalyzer.cc.
References cms::cuda::assert(), MillePedeFileConverter_cfg::e, edm::ProductID::id(), edm::HandleBase::id(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, and edm::HandleBase::provenance().
void edmtest::ViewAnalyzer::testRefVector | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 311 of file ViewAnalyzer.cc.
References cms::cuda::assert(), edm::RefToBase< T >::castTo(), MillePedeFileConverter_cfg::e, edm::ProductID::id(), edm::HandleBase::id(), edm::HandleBase::isValid(), HerwigMaxPtPartonFilter_cfi::moduleLabel, edm::HandleBase::provenance(), and FCDTask_cfi::slot.
void edmtest::ViewAnalyzer::testStdVectorPtr | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 485 of file ViewAnalyzer.cc.
References MillePedeFileConverter_cfg::e, and HerwigMaxPtPartonFilter_cfi::moduleLabel.
void edmtest::ViewAnalyzer::testStdVectorUniquePtr | ( | edm::Event const & | e, |
std::string const & | moduleLabel | ||
) | const |
Definition at line 489 of file ViewAnalyzer.cc.
References MillePedeFileConverter_cfg::e, and HerwigMaxPtPartonFilter_cfi::moduleLabel.