CMS 3D CMS Logo

List of all members | Public Member Functions
DTUserKeyedConfigPopConAnalyzer Class Reference
Inheritance diagram for DTUserKeyedConfigPopConAnalyzer:
popcon::PopConAnalyzer< DTUserKeyedConfigHandler > edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &s) override
 
 DTUserKeyedConfigPopConAnalyzer (const edm::ParameterSet &pset)
 
 ~DTUserKeyedConfigPopConAnalyzer () override
 
- Public Member Functions inherited from popcon::PopConAnalyzer< DTUserKeyedConfigHandler >
 PopConAnalyzer (const edm::ParameterSet &pset)
 
virtual ~PopConAnalyzer ()
 
- 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< 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
 
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
 
EDConsumerBaseoperator= (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)
 

Additional Inherited Members

- Public Types inherited from popcon::PopConAnalyzer< DTUserKeyedConfigHandler >
typedef DTUserKeyedConfigHandler SourceHandler
 
- 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 &)
 
- 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)
 

Detailed Description

Definition at line 12 of file DTUserKeyedConfigPopConAnalyzer.cc.

Constructor & Destructor Documentation

DTUserKeyedConfigPopConAnalyzer::DTUserKeyedConfigPopConAnalyzer ( const edm::ParameterSet pset)
inline
DTUserKeyedConfigPopConAnalyzer::~DTUserKeyedConfigPopConAnalyzer ( )
inlineoverride

Definition at line 16 of file DTUserKeyedConfigPopConAnalyzer.cc.

16 {}

Member Function Documentation

void DTUserKeyedConfigPopConAnalyzer::analyze ( const edm::Event e,
const edm::EventSetup s 
)
inlineoverridevirtual

Reimplemented from popcon::PopConAnalyzer< DTUserKeyedConfigHandler >.

Definition at line 17 of file DTUserKeyedConfigPopConAnalyzer.cc.

References gather_cfg::cout, DEFINE_FWK_MODULE, cond::persistency::KeyList::get(), edm::EventSetup::get(), mps_fire::i, list(), edm::ESHandle< T >::product(), DTUserKeyedConfigHandler::setList(), and cond::persistency::KeyList::size().

17  {
18 
20  std::cout<<"got eshandle"<<std::endl;
21  s.get<DTKeyedConfigListRcd>().get(klh);
22  std::cout<<"got context"<<std::endl;
23  cond::persistency::KeyList const & kl= *klh.product();
25  for ( size_t i = 0; i < list->size(); i++ ) {
26  std::shared_ptr<DTKeyedConfig> kentry = list->get<DTKeyedConfig>( i );
27  if ( kentry.get() )
28  std::cout << kentry->getId() << std::endl;
29  }
31 
32  }
size_t size() const
Definition: KeyList.h:56
const T & get() const
Definition: EventSetup.h:55
std::shared_ptr< T > get(size_t n) const
Definition: KeyList.h:40
T const * product() const
Definition: ESHandle.h:86
static void setList(cond::persistency::KeyList *list)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run