Main Page
Namespaces
Classes
Package Documentation
DataFormats
DTRecHit
src
DTChamberRecSegment2D.cc
Go to the documentation of this file.
1
7
#include "
DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h
"
8
9
// c'tor from hits
10
DTChamberRecSegment2D::DTChamberRecSegment2D
(
const
DTChamberId
id
,
const
std::vector<DTRecHit1D>&
hits
):
11
DTRecSegment2D
(id,hits){}
12
13
// complete constructor
14
DTChamberRecSegment2D::DTChamberRecSegment2D
(
const
DTChamberId
id
,
15
LocalPoint
&
position
,
LocalVector
&direction,
16
AlgebraicSymMatrix
&
covMatrix
,
double
chi2
,
17
std::vector<DTRecHit1D> &hits1D):
18
DTRecSegment2D
(id, position, direction, covMatrix, chi2, hits1D){}
19
20
DTChamberRecSegment2D
*
DTChamberRecSegment2D::clone
()
const
{
21
return
new
DTChamberRecSegment2D
(*
this
);
22
}
23
24
DTChamberId
DTChamberRecSegment2D::chamberId
()
const
{
25
return
DTChamberId
(
geographicalId
());
26
}
DTRecSegment2D
Definition:
DTRecSegment2D.h:45
Vector3DBase< float, LocalTag >
DTChamberId
Definition:
DTChamberId.h:14
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
DTChamberRecSegment2D.h
DTChamberRecSegment2D::clone
DTChamberRecSegment2D * clone() const override
The clone method needed by the clone policy.
Definition:
DTChamberRecSegment2D.cc:20
DTChamberRecSegment2D::chamberId
DTChamberId chamberId() const
The id of the chamber on which reside the segment.
Definition:
DTChamberRecSegment2D.cc:24
DTRecSegment2D::chi2
double chi2() const override
the chi2 of the fit
Definition:
DTRecSegment2D.h:101
DTChamberRecSegment2D
Definition:
DTChamberRecSegment2D.h:31
DTRecSegment2D::covMatrix
AlgebraicSymMatrix covMatrix() const
the Covariance Matrix
Definition:
DTRecSegment2D.h:116
DTChamberRecSegment2D::DTChamberRecSegment2D
DTChamberRecSegment2D()
empty c'tor
Definition:
DTChamberRecSegment2D.h:36
Point3DBase< float, LocalTag >
position
static int position[264][3]
Definition:
ReadPGInfo.cc:509
AlgebraicSymMatrix
CLHEP::HepSymMatrix AlgebraicSymMatrix
Definition:
AlgebraicObjects.h:14
TrackingRecHit::geographicalId
DetId geographicalId() const
Definition:
TrackingRecHit.h:116
Generated for CMSSW Reference Manual by
1.8.11