CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTConfigAbstractHandler.h
Go to the documentation of this file.
1 #ifndef DTConfigAbstractHandler_H
2 #define DTConfigAbstractHandler_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
17 
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
22 
23 class DTKeyedConfig;
25 namespace edm{
26  class EventSetup;
27 }
28 
29 //---------------
30 // C++ Headers --
31 //---------------
32 #include <string>
33 #include <vector>
34 
35 // ---------------------
36 // -- Class Interface --
37 // ---------------------
38 
40 
41  public:
42 
45 // DTConfigAbstractHandler();
46 
49  virtual ~DTConfigAbstractHandler();
50 
55 
57  virtual int get( const edm::EventSetup& context,
58  int cfgId, const DTKeyedConfig*& obj );
59  virtual int get( const DTKeyedConfigListRcd& keyRecord,
60  int cfgId, const DTKeyedConfig*& obj );
61  virtual void getData( const edm::EventSetup& context,
62  int cfgId, std::vector<std::string>& list );
63  virtual void getData( const DTKeyedConfigListRcd& keyRecord,
64  int cfgId, std::vector<std::string>& list );
65 
67  virtual void purge();
68 
69  protected:
70 
75 
76  private:
77 
82 
83 };
84 
85 
86 #endif // DTConfigAbstractHandler_H
87 
const DTConfigAbstractHandler & operator=(const DTConfigAbstractHandler &x)
static DTConfigAbstractHandler * instance
Definition: DDAxes.h:10
static DTConfigAbstractHandler * getInstance()
get static object
virtual void getData(const edm::EventSetup &context, int cfgId, std::vector< std::string > &list)
virtual void purge()
purge db copy
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