CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTUserKeyedConfigPopConAnalyzer.cc
Go to the documentation of this file.
9 
10 //typedef popcon::PopConAnalyzer<DTUserKeyedConfigHandler> DTUserKeyedConfigPopConAnalyzer;
11 class DTUserKeyedConfigPopConAnalyzer: public popcon::PopConAnalyzer<DTUserKeyedConfigHandler> {
12  public:
14  popcon::PopConAnalyzer<DTUserKeyedConfigHandler>( pset ) {}
16  virtual void analyze(const edm::Event& e, const edm::EventSetup& s) override{
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  }
32  private:
33 };
34 
35 
37 
size_t size() const
Definition: KeyList.h:55
int i
Definition: DBlmapReader.cc:9
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
boost::shared_ptr< T > get(size_t n) const
Definition: KeyList.h:39
DTUserKeyedConfigPopConAnalyzer(const edm::ParameterSet &pset)
const T & get() const
Definition: EventSetup.h:56
T const * product() const
Definition: ESHandle.h:86
tuple cout
Definition: gather_cfg.py:121
PopConAnalyzer(const edm::ParameterSet &pset)
virtual void analyze(const edm::Event &e, const edm::EventSetup &s) override
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