CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTRecSegment2DExtendedProducer.h
Go to the documentation of this file.
1 #ifndef DTSegment_DTRecSegment2DExtendedProducer_h
2 #define DTSegment_DTRecSegment2DExtendedProducer_h
3 
13 /* Base Class Headers */
17 
18 namespace edm {
19  class ParameterSet;
20  class Event;
21  class EventSetup;
22 }
23 
25 
26 /* C++ Headers */
27 
28 /* ====================================================================== */
29 
30 /* Class DTRecSegment2DExtendedProducer Interface */
31 
33 
34  public:
35 
38 
41 
42  // Operations
43 
45  virtual void produce(edm::Event& event, const edm::EventSetup& setup);
46 
47  protected:
48 
49  private:
50  // Switch on verbosity
51  bool debug;
52 
53  // The 2D-segments reconstruction algorithm
55 
56  //static std::string theAlgoName;
59 };
60 #endif // DTRecHit_DTRecSegment2DExtendedProducer_h
61 
DTRecSegment2DExtendedProducer(const edm::ParameterSet &)
Constructor.
DTCombinatorialExtendedPatternReco * theAlgo
edm::EDGetTokenT< DTRecHitCollection > recHits1DToken_
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 void produce(edm::Event &event, const edm::EventSetup &setup)
The method which produces the 2D-segments.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
edm::EDGetTokenT< DTRecClusterCollection > recClusToken_