CMS 3D CMS Logo

DTRefitAndCombineReco4D.h
Go to the documentation of this file.
1 #ifndef DTSegment_DTRefitAndCombineReco4D_h
2 #define DTSegment_DTRefitAndCombineReco4D_h
3 
14 // Base Class Headers
16 
17 //class DTRecSegment2DBaseAlgo;
18 
19 // Collaborating Class Declarations
20 namespace edm {
21  class ParameterSet;
22  class EventSetup;
23 }
24 class DTSegmentUpdator;
25 //class DTSegmentCleaner;
26 
27 // C++ Headers
28 #include <vector>
29 //#include <utility>
30 
33 
34 // ======================================================================
35 //#include "DataFormats/DTRecHit/interface/DTRecSegment2DPhi.h"
36 
37 // Class DTRefitAndCombineReco4D Interface
38 
40 
41  public:
42 
45 
48 
51  reconstruct() override;
52 
53  std::string algoName() const override { return theAlgoName; }
54 
55  void setES(const edm::EventSetup& setup) override;
56 
58  void setDTRecSegment2DContainer(edm::Handle<DTRecSegment2DCollection> all2DSegments) override;
59  void setChamber(const DTChamberId &chId) override;
60  bool wants2DSegments() override{return true;}
61 
62  protected:
63 
64  private:
65  std::vector<DTChamberRecSegment2D> refitSuperSegments();
66 
68 
70 
71  bool debug;
72  // DTSegmentUpdator* theUpdator; // the updator and fitter
73  // DTSegmentCleaner* theCleaner; // the cleaner
74 
76 
77  // // The reconstruction 2D algorithm
78  // DTRecSegment2DBaseAlgo* the2DAlgo;
79 
80  // the updator
82 
84  std::vector<DTSLRecSegment2D> theSegments2DPhi1;
85  std::vector<DTSLRecSegment2D> theSegments2DTheta;
86  std::vector<DTSLRecSegment2D> theSegments2DPhi2;
87 
88 };
89 #endif
std::vector< DTSLRecSegment2D > theSegments2DTheta
void setDTRecHit1DContainer(edm::Handle< DTRecHitCollection > all1DHits) override
~DTRefitAndCombineReco4D() override
Destructor.
std::string algoName() const override
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
std::vector< DTSLRecSegment2D > theSegments2DPhi1
HLT enums.
std::vector< DTSLRecSegment2D > theSegments2DPhi2
edm::ESHandle< DTGeometry > theDTGeometry