CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTChamberRecSegment2D.h
Go to the documentation of this file.
1 #ifndef DTRecHit_DTChamberRecSegment2D_h
2 #define DTRecHit_DTChamberRecSegment2D_h
3 
21 /* Base Class Headers */
24 
25 /* Collaborating Class Declarations */
26 
27 /* C++ Headers */
28 
29 /* ====================================================================== */
30 
31 /* Class DTChamberRecSegment2D Interface */
32 
34 
35  public:
36 
39 
41  DTChamberRecSegment2D(DTChamberId id, const std::vector<DTRecHit1D>& hits) ;
42 
45  LocalPoint &position, LocalVector &direction,
47  std::vector<DTRecHit1D> &hits1D);
48 
51 
52  /* Operations */
53 
55  virtual DTChamberRecSegment2D* clone() const;
56 
58  DTChamberId chamberId() const;
59 
60  private:
61  // in DTSegmentCand, setPosition and setDirection can be used
62  friend class DTSegmentCand;
63  friend class DTSegmentUpdator;
64  void setChamberId(DTChamberId chId){ setId(chId);}
65 
66  protected:
67 
68 
69 
70 };
71 #endif // DTRecHit_DTChamberRecSegment2D_h
72 
virtual double chi2() const
the chi2 of the fit
void setId(id_type iid)
static int position[TOTALCHAMBERS][3]
Definition: ReadPGInfo.cc:509
virtual DTChamberRecSegment2D * clone() const
The clone method needed by the clone policy.
DTChamberId chamberId() const
The id of the chamber on which reside the segment.
virtual ~DTChamberRecSegment2D()
Destructor.
void setChamberId(DTChamberId chId)
AlgebraicSymMatrix covMatrix() const
the Covariance Matrix
DTChamberRecSegment2D()
empty c&#39;tor
CLHEP::HepSymMatrix AlgebraicSymMatrix