CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTKeyedConfigHandler.h
Go to the documentation of this file.
1 #ifndef DTKeyedConfigHandler_H
2 #define DTKeyedConfigHandler_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
25 #include <string>
26 
27 namespace coral {
28  class ISessionProxy;
29 }
30 
31 namespace cond {
32  namespace persistency {
33  class KeyList;
34  }
35 }
36 
37 //---------------
38 // C++ Headers --
39 //---------------
40 
41 
42 // ---------------------
43 // -- Class Interface --
44 // ---------------------
45 
47 
48  public:
49 
53 
56  virtual ~DTKeyedConfigHandler();
57 
60  void getNewObjects();
62  std::string id() const;
63 
64  static void setList( cond::persistency::KeyList* list );
65 
66  private:
67 
68  bool copyData;
71  int minRunId;
72  int maxRunId;
73 
80 
82  boost::shared_ptr<coral::ISessionProxy> isession;
83  void chkConfigList();
84  static bool sameConfigList( const std::vector<DTConfigKey>& cfgl,
85  const std::vector<DTConfigKey>& cfgr );
86 
88 
89 };
90 
91 
92 #endif // DTKeyedConfigHandler_H
93 
94 
95 
96 
97 
98 
cond::persistency::ConnectionPool connection
static cond::persistency::KeyList * keyList
static void setList(cond::persistency::KeyList *list)
static bool sameConfigList(const std::vector< DTConfigKey > &cfgl, const std::vector< DTConfigKey > &cfgr)
boost::shared_ptr< coral::ISessionProxy > isession
std::string id() const
DTKeyedConfigHandler(const edm::ParameterSet &ps)
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