CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTConfigAbstractHandler.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * $Date: 2010/05/14 11:42:56 $
5  * $Revision: 1.2 $
6  * \author Paolo Ronchese INFN Padova
7  *
8  */
9 
10 //-----------------------
11 // This Class' Header --
12 //-----------------------
14 
15 //-------------------------------
16 // Collaborating Class Headers --
17 //-------------------------------
18 //#include "CondCore/DBCommon/interface/TypedRef.h"
19 //#include "CondFormats/DTObjects/interface/DTDBAbstractSession.h"
20 
21 //---------------
22 // C++ Headers --
23 //---------------
24 #include <iostream>
25 
26 //-------------------
27 // Initializations --
28 //-------------------
30 
31 //----------------
32 // Constructors --
33 //----------------
35 }
36 
37 
39 }
40 
41 
42 //--------------
43 // Operations --
44 //--------------
47  return instance;
48 }
49 
50 
52  int cfgId, const DTKeyedConfig*& obj ) {
53  obj = 0;
54  return 999;
55 }
56 
57 
59  int cfgId, const DTKeyedConfig*& obj ) {
60  obj = 0;
61  return 999;
62 }
63 
64 
66  int cfgId,
67  std::vector<std::string>& list) {
68  return;
69 }
70 
71 
73  int cfgId,
74  std::vector<std::string>& list) {
75  return;
76 }
77 
78 
80  return;
81 }
82 
virtual int get(const edm::EventSetup &context, int cfgId, const DTKeyedConfig *&obj)
get content
static DTConfigAbstractHandler * instance
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