CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTUserKeyedConfigHandler.h
Go to the documentation of this file.
1 #ifndef DTUserKeyedConfigHandler_H
2 #define DTUserKeyedConfigHandler_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
25 #include <string>
26 
27 namespace cond {
28  class KeyList;
29 }
30 
31 //---------------
32 // C++ Headers --
33 //---------------
34 
35 
36 // ---------------------
37 // -- Class Interface --
38 // ---------------------
39 
41 
42  public:
43 
47 
50  virtual ~DTUserKeyedConfigHandler();
51 
54  void getNewObjects();
56  std::string id() const;
57 
58  static void setList( cond::KeyList* list );
59 
60  private:
61 
62  int dataRun;
67  std::vector<DTConfigKey> userConf;
68  bool writeKeys;
69  bool writeData;
71 
74  void chkConfigList( const std::map<int,bool>& userBricks );
75  bool userDiscardedKey( int key );
76  static bool sameConfigList( const std::vector<DTConfigKey>& cfgl,
77  const std::vector<DTConfigKey>& cfgr );
78 
80 
81 };
82 
83 
84 #endif // DTUserKeyedConfigHandler_H
85 
86 
87 
88 
89 
90 
std::vector< DTConfigKey > userConf
static void setList(cond::KeyList *list)
static bool sameConfigList(const std::vector< DTConfigKey > &cfgl, const std::vector< DTConfigKey > &cfgr)
DTUserKeyedConfigHandler(const edm::ParameterSet &ps)
void chkConfigList(const std::map< int, bool > &userBricks)
list key
Definition: combine.py:13
static cond::KeyList * keyList
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