CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
DTUserKeyedConfigPopConAnalyzer Class Reference
Inheritance diagram for DTUserKeyedConfigPopConAnalyzer:
popcon::PopConAnalyzer< DTUserKeyedConfigHandler > edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

virtual void analyze (const edm::Event &e, const edm::EventSetup &s) override
 
 DTUserKeyedConfigPopConAnalyzer (const edm::ParameterSet &pset)
 
virtual ~DTUserKeyedConfigPopConAnalyzer ()
 
- 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
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

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 11 of file DTUserKeyedConfigPopConAnalyzer.cc.

Constructor & Destructor Documentation

DTUserKeyedConfigPopConAnalyzer::DTUserKeyedConfigPopConAnalyzer ( const edm::ParameterSet pset)
inline
virtual DTUserKeyedConfigPopConAnalyzer::~DTUserKeyedConfigPopConAnalyzer ( )
inlinevirtual

Definition at line 15 of file DTUserKeyedConfigPopConAnalyzer.cc.

15 {}

Member Function Documentation

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

Reimplemented from popcon::PopConAnalyzer< DTUserKeyedConfigHandler >.

Definition at line 16 of file DTUserKeyedConfigPopConAnalyzer.cc.

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

16  {
17 
19  std::cout<<"got eshandle"<<std::endl;
20  s.get<DTKeyedConfigListRcd>().get(klh);
21  std::cout<<"got context"<<std::endl;
22  cond::persistency::KeyList const & kl= *klh.product();
24  for ( size_t i = 0; i < list->size(); i++ ) {
25  boost::shared_ptr<DTKeyedConfig> kentry = list->get<DTKeyedConfig>( i );
26  if ( kentry.get() )
27  std::cout << kentry->getId() << std::endl;
28  }
30 
31  }
size_t size() const
Definition: KeyList.h:55
int i
Definition: DBlmapReader.cc:9
boost::shared_ptr< T > get(size_t n) const
Definition: KeyList.h:39
const T & get() const
Definition: EventSetup.h:56
T const * product() const
Definition: ESHandle.h:86
tuple cout
Definition: gather_cfg.py:121
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