Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
DTRecHit
src
DTChamberRecSegment2D.cc
Go to the documentation of this file.
1
9
#include "
DataFormats/DTRecHit/interface/DTChamberRecSegment2D.h
"
10
11
// c'tor from hits
12
DTChamberRecSegment2D::DTChamberRecSegment2D
(
const
DTChamberId
id
,
const
std::vector<DTRecHit1D>& hits):
13
DTRecSegment2D
(id,hits){}
14
15
// complete constructor
16
DTChamberRecSegment2D::DTChamberRecSegment2D
(
const
DTChamberId
id
,
17
LocalPoint
&
position
,
LocalVector
&direction,
18
AlgebraicSymMatrix
& covMatrix,
double
chi2,
19
std::vector<DTRecHit1D> &hits1D):
20
DTRecSegment2D
(id, position, direction, covMatrix, chi2, hits1D){}
21
22
DTChamberRecSegment2D
*
DTChamberRecSegment2D::clone
()
const
{
23
return
new
DTChamberRecSegment2D
(*
this
);
24
}
25
26
DTChamberId
DTChamberRecSegment2D::chamberId
()
const
{
27
return
DTChamberId
(
geographicalId
());
28
}
DTRecSegment2D
Definition:
DTRecSegment2D.h:47
DTChamberId
DTChamberId
Definition:
RecoLocalMuon_RECO.doi:23
Vector3DBase< float, LocalTag >
DTChamberId
Definition:
DTChamberId.h:16
DTChamberRecSegment2D.h
DTChamberRecSegment2D::clone
virtual DTChamberRecSegment2D * clone() const
The clone method needed by the clone policy.
Definition:
DTChamberRecSegment2D.cc:22
DTChamberRecSegment2D::chamberId
DTChamberId chamberId() const
The id of the chamber on which reside the segment.
Definition:
DTChamberRecSegment2D.cc:26
DTChamberRecSegment2D
Definition:
DTChamberRecSegment2D.h:33
DTChamberRecSegment2D::DTChamberRecSegment2D
DTChamberRecSegment2D()
empty c'tor
Definition:
DTChamberRecSegment2D.h:38
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:62
Generated for CMSSW Reference Manual by
1.8.5