CMS 3D CMS Logo

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

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 WhatsItWatcherAnalyzer (const edm::ParameterSet &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () 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 watch1 (const GadgetRcd &)
 
void watch2 (const GadgetRcd &)
 

Private Attributes

edm::ESGetToken< edmtest::WhatsIt, GadgetRcdtoken_
 
edm::ESWatcher< GadgetRcdwatch1_
 
edm::ESWatcher< GadgetRcdwatch2_
 
edm::ESWatcher< GadgetRcdwatchBool_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::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 41 of file WhatsItWatcherAnalyzer.cc.

Constructor & Destructor Documentation

◆ WhatsItWatcherAnalyzer()

WhatsItWatcherAnalyzer::WhatsItWatcherAnalyzer ( const edm::ParameterSet )
explicit

Definition at line 70 of file WhatsItWatcherAnalyzer.cc.

72  watch2_(std::bind(&WhatsItWatcherAnalyzer::watch2, this, std::placeholders::_1)),
73  watchBool_(),
74  token_(esConsumes()) {
75  //now do what ever initialization is needed
76  }
edm::ESWatcher< GadgetRcd > watchBool_
edm::ESGetToken< edmtest::WhatsIt, GadgetRcd > token_
edm::ESWatcher< GadgetRcd > watch1_
edm::ESWatcher< GadgetRcd > watch2_

Member Function Documentation

◆ analyze()

void WhatsItWatcherAnalyzer::analyze ( const edm::Event ,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 83 of file WhatsItWatcherAnalyzer.cc.

References cms::cuda::assert(), edm::ESWatcher< T >::check(), w1, w2, w3, watch1_, watch2_, and watchBool_.

83  {
84  bool w1 = watch1_.check(iSetup);
85  bool w2 = watch2_.check(iSetup);
86  bool w3 = watchBool_.check(iSetup);
87  assert(w1 == w2);
88  assert(w2 == w3);
89  }
edm::ESWatcher< GadgetRcd > watchBool_
common ppss p3p6s2 common epss epspn46 common const1 w2
Definition: inclppp.h:1
assert(be >=bs)
weight_default_t w1[2000]
Definition: w1.h:9
edm::ESWatcher< GadgetRcd > watch1_
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:57
common ppss p3p6s2 common epss epspn46 common const1 w3
Definition: inclppp.h:1
edm::ESWatcher< GadgetRcd > watch2_

◆ watch1()

void WhatsItWatcherAnalyzer::watch1 ( const GadgetRcd iRcd)
private

Definition at line 91 of file WhatsItWatcherAnalyzer.cc.

References edmtest::WhatsIt::a, gather_cfg::cout, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), and token_.

91  {
93 
94  std::cout << "watch1: WhatsIt " << pSetup->a << " changed" << std::endl;
95  }
edm::ESGetToken< edmtest::WhatsIt, GadgetRcd > token_
ESHandle< PRODUCT > getHandle(ESGetToken< PRODUCT, T > const &iToken) const

◆ watch2()

void WhatsItWatcherAnalyzer::watch2 ( const GadgetRcd iRcd)
private

Definition at line 97 of file WhatsItWatcherAnalyzer.cc.

References edmtest::WhatsIt::a, gather_cfg::cout, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), and token_.

97  {
99 
100  std::cout << "watch2: WhatsIt " << pSetup->a << " changed" << std::endl;
101  }
edm::ESGetToken< edmtest::WhatsIt, GadgetRcd > token_
ESHandle< PRODUCT > getHandle(ESGetToken< PRODUCT, T > const &iToken) const

Member Data Documentation

◆ token_

edm::ESGetToken<edmtest::WhatsIt, GadgetRcd> edmtest::WhatsItWatcherAnalyzer::token_
private

Definition at line 56 of file WhatsItWatcherAnalyzer.cc.

Referenced by watch1(), and watch2().

◆ watch1_

edm::ESWatcher<GadgetRcd> edmtest::WhatsItWatcherAnalyzer::watch1_
private

Definition at line 52 of file WhatsItWatcherAnalyzer.cc.

Referenced by analyze().

◆ watch2_

edm::ESWatcher<GadgetRcd> edmtest::WhatsItWatcherAnalyzer::watch2_
private

Definition at line 53 of file WhatsItWatcherAnalyzer.cc.

Referenced by analyze().

◆ watchBool_

edm::ESWatcher<GadgetRcd> edmtest::WhatsItWatcherAnalyzer::watchBool_
private

Definition at line 54 of file WhatsItWatcherAnalyzer.cc.

Referenced by analyze().