DataFormats
DTRecHit
interface
DTChamberRecSegment2D.h
Go to the documentation of this file.
1
#ifndef DTRecHit_DTChamberRecSegment2D_h
2
#define DTRecHit_DTChamberRecSegment2D_h
3
19
/* Base Class Headers */
20
#include "
DataFormats/DTRecHit/interface/DTRecSegment2D.h
"
21
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
22
23
/* Collaborating Class Declarations */
24
25
/* C++ Headers */
26
27
/* ====================================================================== */
28
29
/* Class DTChamberRecSegment2D Interface */
30
31
class
DTChamberRecSegment2D
:
public
DTRecSegment2D
{
32
public
:
34
DTChamberRecSegment2D
() {}
35
37
DTChamberRecSegment2D
(
DTChamberId
id
,
const
std::vector<DTRecHit1D> &
hits
);
38
40
DTChamberRecSegment2D
(
DTChamberId
id
,
41
LocalPoint
&
position
,
42
LocalVector
&direction,
43
AlgebraicSymMatrix
&
covMatrix
,
44
double
chi2
,
45
std::vector<DTRecHit1D> &hits1D);
46
48
~DTChamberRecSegment2D
()
override
{};
49
50
/* Operations */
51
53
DTChamberRecSegment2D
*
clone
()
const override
;
54
56
DTChamberId
chamberId
()
const
;
57
58
private
:
59
// in DTSegmentCand, setPosition and setDirection can be used
60
friend
class
DTSegmentCand
;
61
friend
class
DTSegmentUpdator
;
62
void
setChamberId
(
DTChamberId
chId) {
setId
(chId); }
63
64
protected
:
65
};
66
#endif // DTRecHit_DTChamberRecSegment2D_h
Vector3DBase< float, LocalTag >
DTChamberRecSegment2D::DTChamberRecSegment2D
DTChamberRecSegment2D()
empty c'tor
Definition:
DTChamberRecSegment2D.h:34
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
DTRecSegment2D.h
DTChamberRecSegment2D::chamberId
DTChamberId chamberId() const
The id of the chamber on which reside the segment.
Definition:
DTChamberRecSegment2D.cc:24
TrackingRecHit::setId
void setId(id_type iid)
Definition:
TrackingRecHit.h:184
DTSegmentUpdator
Definition:
DTSegmentUpdator.h:43
DTSegmentCand
Definition:
DTSegmentCand.h:34
DTChamberRecSegment2D::setChamberId
void setChamberId(DTChamberId chId)
Definition:
DTChamberRecSegment2D.h:62
Point3DBase< float, LocalTag >
DTChamberId.h
DTRecSegment2D
Definition:
DTRecSegment2D.h:45
DTRecSegment2D::chi2
double chi2() const override
the chi2 of the fit
Definition:
DTRecSegment2D.h:96
position
static int position[264][3]
Definition:
ReadPGInfo.cc:289
DTChamberRecSegment2D
Definition:
DTChamberRecSegment2D.h:31
AlgebraicSymMatrix
CLHEP::HepSymMatrix AlgebraicSymMatrix
Definition:
AlgebraicObjects.h:15
DTRecSegment2D::covMatrix
AlgebraicSymMatrix covMatrix() const
the Covariance Matrix
Definition:
DTRecSegment2D.h:111
DTChamberRecSegment2D::clone
DTChamberRecSegment2D * clone() const override
The clone method needed by the clone policy.
Definition:
DTChamberRecSegment2D.cc:22
DTChamberRecSegment2D::~DTChamberRecSegment2D
~DTChamberRecSegment2D() override
Destructor.
Definition:
DTChamberRecSegment2D.h:48
DTChamberId
Definition:
DTChamberId.h:14
Generated for CMSSW Reference Manual by
1.8.16