CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions
edmtest::PathAnalyzer Class Reference
Inheritance diagram for edmtest::PathAnalyzer:
edm::global::EDAnalyzer<> edm::global::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (edm::StreamID, edm::Event const &, edm::EventSetup const &) const override
 
void beginJob () override
 
void endJob () override
 
 PathAnalyzer (edm::ParameterSet const &)
 
 ~PathAnalyzer () override
 
- Public Member Functions inherited from edm::global::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const 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< ConsumesInfoconsumesInfo () 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
 
EDConsumerBaseoperator= (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)
 

Private Member Functions

void dumpTriggerNamesServiceInfo (char const *where) const
 

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< Bconsumes (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)
 

Detailed Description

Definition at line 15 of file PathAnalyzer.cc.

Constructor & Destructor Documentation

◆ PathAnalyzer()

edmtest::PathAnalyzer::PathAnalyzer ( edm::ParameterSet const &  )
explicit

Definition at line 32 of file PathAnalyzer.cc.

32 {}

◆ ~PathAnalyzer()

edmtest::PathAnalyzer::~PathAnalyzer ( )
override

Definition at line 34 of file PathAnalyzer.cc.

34 {}

Member Function Documentation

◆ analyze()

void edmtest::PathAnalyzer::analyze ( edm::StreamID  ,
edm::Event const &  ,
edm::EventSetup const &   
) const
overridevirtual

Implements edm::global::EDAnalyzerBase.

Definition at line 36 of file PathAnalyzer.cc.

References dumpTriggerNamesServiceInfo().

36  {
37  dumpTriggerNamesServiceInfo("analyze");
38  }
void dumpTriggerNamesServiceInfo(char const *where) const
Definition: PathAnalyzer.cc:44

◆ beginJob()

void edmtest::PathAnalyzer::beginJob ( void  )
overridevirtual

Reimplemented from edm::global::EDAnalyzerBase.

Definition at line 40 of file PathAnalyzer.cc.

References dumpTriggerNamesServiceInfo().

40 { dumpTriggerNamesServiceInfo("beginJob"); }
void dumpTriggerNamesServiceInfo(char const *where) const
Definition: PathAnalyzer.cc:44

◆ dumpTriggerNamesServiceInfo()

void edmtest::PathAnalyzer::dumpTriggerNamesServiceInfo ( char const *  where) const
private

Definition at line 44 of file PathAnalyzer.cc.

References edm::service::TriggerNamesService::getTriggerPSet(), edm::service::TriggerNamesService::getTrigPathModules(), edm::service::TriggerNamesService::getTrigPaths(), visualization-live-secondInstance_cfg::m, AlCaHLTBitMon_ParallelJobs::p, and edm::service::TriggerNamesService::size().

Referenced by analyze(), beginJob(), and endJob().

44  {
45  edm::LogInfo("PathAnalyzer").log([&](auto& message) {
47  message << "TNS size: " << tns->size() << "\n";
48 
49  auto const& trigpaths = tns->getTrigPaths();
50  message << "dumpTriggernamesServiceInfo called from PathAnalyzer::" << where << '\n';
51  message << "trigger paths are:";
52  for (auto const& p : trigpaths) {
53  message << " " << p;
54  }
55  message << '\n';
56 
57  for (auto const& p : trigpaths) {
58  message << "path name: " << p << " contains:";
59  for (auto const& m : tns->getTrigPathModules(p)) {
60  message << " " << m;
61  }
62  message << '\n';
63  }
64 
65  message << "trigger ParameterSet:\n" << tns->getTriggerPSet() << '\n';
66  });
67  }
Strings const & getTrigPathModules(std::string const &name) const
edm::ParameterSet const & getTriggerPSet() const
Strings const & getTrigPaths() const
Log< level::Info, false > LogInfo

◆ endJob()

void edmtest::PathAnalyzer::endJob ( void  )
overridevirtual

Reimplemented from edm::global::EDAnalyzerBase.

Definition at line 42 of file PathAnalyzer.cc.

References dumpTriggerNamesServiceInfo().

42 { dumpTriggerNamesServiceInfo("endJob"); }
void dumpTriggerNamesServiceInfo(char const *where) const
Definition: PathAnalyzer.cc:44