DataFormats
DTRecHit
src
DTSLRecSegment2D.cc
Go to the documentation of this file.
1
5
#include "
DataFormats/DTRecHit/interface/DTSLRecSegment2D.h
"
6
8
DTSLRecSegment2D::DTSLRecSegment2D
(
const
DTSuperLayerId
id
,
const
std::vector<DTRecHit1D> &
hits
)
9
:
DTRecSegment2D
(
id
,
hits
) {}
10
12
DTSLRecSegment2D::DTSLRecSegment2D
(
const
DTSuperLayerId
id
,
13
LocalPoint
&
position
,
14
LocalVector
&direction,
15
AlgebraicSymMatrix
&covMatrix,
16
double
&
chi2
,
17
std::vector<DTRecHit1D> &hits1D)
18
:
DTRecSegment2D
(
id
,
position
, direction, covMatrix,
chi2
, hits1D) {}
19
21
DTSLRecSegment2D
*
DTSLRecSegment2D::clone
()
const
{
return
new
DTSLRecSegment2D
(*
this
); }
22
24
DTSuperLayerId
DTSLRecSegment2D::superLayerId
()
const
{
return
DTSuperLayerId
(
geographicalId
()); }
25
27
DTChamberId
DTSLRecSegment2D::chamberId
()
const
{
return
superLayerId
().
chamberId
(); }
Vector3DBase< float, LocalTag >
DTSLRecSegment2D
Definition:
DTSLRecSegment2D.h:15
DTSuperLayerId
Definition:
DTSuperLayerId.h:12
hfClusterShapes_cfi.hits
hits
Definition:
hfClusterShapes_cfi.py:5
DTSLRecSegment2D::superLayerId
DTSuperLayerId superLayerId() const
The id of the superlayer on which reside the segment.
Definition:
DTSLRecSegment2D.cc:24
hltPixelTracks_cff.chi2
chi2
Definition:
hltPixelTracks_cff.py:25
TrackingRecHit::geographicalId
DetId geographicalId() const
Definition:
TrackingRecHit.h:120
Point3DBase< float, LocalTag >
DTRecSegment2D
Definition:
DTRecSegment2D.h:45
DTSuperLayerId::chamberId
DTChamberId chamberId() const
Return the corresponding ChamberId.
Definition:
DTSuperLayerId.h:45
position
static int position[264][3]
Definition:
ReadPGInfo.cc:289
AlgebraicSymMatrix
CLHEP::HepSymMatrix AlgebraicSymMatrix
Definition:
AlgebraicObjects.h:15
DTSLRecSegment2D::DTSLRecSegment2D
DTSLRecSegment2D()
Constructor.
Definition:
DTSLRecSegment2D.h:18
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:31
DTSLRecSegment2D.h
DTSLRecSegment2D::clone
DTSLRecSegment2D * clone() const override
The clone method needed by the clone policy.
Definition:
DTSLRecSegment2D.cc:21
DTChamberId
Definition:
DTChamberId.h:14
DTSLRecSegment2D::chamberId
DTChamberId chamberId() const
The id of the chamber on which reside the segment.
Definition:
DTSLRecSegment2D.cc:27
Generated for CMSSW Reference Manual by
1.8.16