23 if (m_pMucGeoGap && m_pMucGeoStrip) {
24 float x,
y, z, sx, sy, sz;
26 m_pMucGeoStrip->GetCenterPos(x,
y, z);
27 m_pMucGeoStrip->GetCenterSigma(sx, sy, sz);
30 m_CenterPos = m_pMucGeoGap->TransformToGlobal(pos);
31 m_CenterSigma = m_pMucGeoGap->RotateToGlobal(
sigma);
34 cout <<
"MucRecHit::MucRecHit(const Identifier&), gap or strip pointer lost" << endl;
52 if (m_pMucGeoGap && m_pMucGeoStrip) {
53 float x,
y, z, sx, sy, sz;
55 m_pMucGeoStrip->GetCenterPos(x,
y, z);
56 m_pMucGeoStrip->GetCenterSigma(sx, sy, sz);
59 m_CenterPos = m_pMucGeoGap->TransformToGlobal(pos);
61 m_CenterSigma =
sigma;
64 cout <<
"MucRecHit::MucRecHit(), gap or strip pointer lost" << endl;
71 : m_MucID(source.m_MucID),
72 m_pMucGeoGap(source.m_pMucGeoGap),
73 m_pMucGeoStrip(source.m_pMucGeoStrip),
74 m_CenterPos(source.m_CenterPos),
75 m_CenterSigma(source.m_CenterSigma)
84 m_MucID = orig.m_MucID;
85 m_pMucGeoGap = orig.m_pMucGeoGap;
86 m_pMucGeoStrip = orig.m_pMucGeoStrip;
87 m_CenterPos = orig.m_CenterPos;
88 m_CenterSigma = orig.m_CenterSigma;
106 Hep3Vector x(m_CenterPos.x(),
116 Hep3Vector
s(m_CenterSigma.x(),
HepGeom::Point3D< double > HepPoint3D
MucGeoStrip * GetStrip(const int part, const int seg, const int gap, const int strip) const
Get a pointer to the strip identified by (part,seg,gap,strip).
MucGeoGap * GetGap(const int part, const int seg, const int gap) const
Get a pointer to the gap identified by (part,seg,gap).
static MucGeoGeneral * Instance()
Get a pointer to the single instance of MucGeoGeneral.
static Identifier channel_id(int barrel_ec, int segment, int layer, int channel)
For a single crystal.
MucRecHit & operator=(const MucRecHit &orig)
Assignment operator.
Hep3Vector GetCenterPos() const
Get Center position of the strip (global coords).
Hep3Vector GetCenterSigma() const
Get Center position uncertainty of the strip (global coords).