CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTRecSegment2DProducer.h
Go to the documentation of this file.
1 #ifndef DTSegment_DTRecSegment2DProducer_h
2 #define DTSegment_DTRecSegment2DProducer_h
3 
13 /* Base Class Headers */
16 
17 namespace edm {
18  class ParameterSet;
19  class Event;
20  class EventSetup;
21 }
22 
24 
25 /* C++ Headers */
26 
27 /* ====================================================================== */
28 
29 /* Class DTRecSegment2DProducer Interface */
30 
32 
33  public:
34 
37 
39  virtual ~DTRecSegment2DProducer() ;
40 
41  // Operations
42 
44  virtual void produce(edm::Event& event, const edm::EventSetup& setup);
45 
46  protected:
47 
48  private:
49  // Switch on verbosity
50  bool debug;
51 
52  // The 2D-segments reconstruction algorithm
54 
55  //static std::string theAlgoName;
57 };
58 #endif // DTRecHit_DTRecSegment2DProducer_h
59 
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
DTRecSegment2DBaseAlgo * theAlgo
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 but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
virtual ~DTRecSegment2DProducer()
Destructor.
DTRecSegment2DProducer(const edm::ParameterSet &)
Constructor.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
virtual void produce(edm::Event &event, const edm::EventSetup &setup)
The method which produces the 2D-segments.