#include <MdcxHit.h>
|
| MdcxHit (const MdcDigi *pdcdatum, float c0=0, float cresol=.0180) |
|
| MdcxHit (const MdcHit *pdchhit, float c0=0, float cresol=.0180) |
|
virtual | ~MdcxHit () |
|
const MdcDigi * | getDigi () const |
|
const MdcHit * | getMdcHit () const |
|
int | SuperLayer () const |
|
int | WireNo () const |
|
int | Layer () const |
|
float | t () const |
|
float | x () const |
|
float | y () const |
|
float | xpos () const |
|
float | ypos () const |
|
float | xneg () const |
|
float | yneg () const |
|
float | wx () const |
|
float | wy () const |
|
float | wz () const |
|
float | pw () const |
|
float | phiMid () const |
|
float | stereo () const |
|
float | v () const |
|
int | type () const |
|
void | SetConstErr (int i) |
|
float | tcor (float zh=0.0, float tof=0.0, float tzero=0.0) const |
|
float | d (MdcxHel &hel) const |
|
float | d (float zh=0.0, float tof=0.0, float tzero=0.0, int wamb=0, float eang=0.0) const |
|
float | e (float dd=0.0) const |
|
float | pull (MdcxHel &hel) const |
|
float | residual (MdcxHel &hel) const |
|
std::vector< float > | derivatives (MdcxHel &hel) const |
|
void | print (std::ostream &o, int i=0) const |
|
void | printAll (std::ostream &o, int i=0) const |
|
void | SetUsedOnHel (int i) |
|
int | GetUsedOnHel () const |
|
Definition at line 42 of file MdcxHit.h.
◆ MdcxHit() [1/2]
MdcxHit::MdcxHit |
( |
const MdcDigi * | pdcdatum, |
|
|
float | c0 = 0, |
|
|
float | cresol = .0180 ) |
◆ MdcxHit() [2/2]
MdcxHit::MdcxHit |
( |
const MdcHit * | pdchhit, |
|
|
float | c0 = 0, |
|
|
float | cresol = .0180 ) |
Definition at line 54 of file MdcxHit.cxx.
56{
58}
const MdcDigi * digi() const
◆ ~MdcxHit()
virtual MdcxHit::~MdcxHit |
( |
| ) |
|
|
inlinevirtual |
◆ d() [1/2]
float MdcxHit::d |
( |
float | zh = 0.0, |
|
|
float | tof = 0.0, |
|
|
float | tzero = 0.0, |
|
|
int | wamb = 0, |
|
|
float | eang = 0.0 ) const |
Definition at line 135 of file MdcxHit.cxx.
135 {
136
137
138
139 float t_corr =
tcor(z,tof,tzero);
140 double eAngle = EntranceAngle(entranceAngle);
141
142
143 if (fabs(z)>150. || fabs(t_corr)>1500. || fabs(eAngle)>999){
144 return 9999.;
145 }
146
147
148 int lrCalib = 2;
149 if (wamb==1)lrCalib = 0;
150 else if (wamb==-1) lrCalib = 1;
151
153
154
155
156 if (fabs(driftD)<=0.0001) driftD = 0.001;
157 return driftD;
158}
float tcor(float zh=0.0, float tof=0.0, float tzero=0.0) const
◆ d() [2/2]
float MdcxHit::d |
( |
MdcxHel & | hel | ) |
const |
Definition at line 160 of file MdcxHit.cxx.
160 {
161 float doca=hel.
Doca(*
this);
164}
double Doca(double WX, double WY, double WZ, double X, double Y, double Z=0.0)
float d(MdcxHel &hel) const
Referenced by d(), derivatives(), printAll(), process(), pull(), residual(), MdcxFindSegs::trial(), and MdcxFindSegs::trial().
◆ derivatives()
std::vector< float > MdcxHit::derivatives |
( |
MdcxHel & | hel | ) |
const |
Definition at line 192 of file MdcxHit.cxx.
192 {
193
197
198 deriv[0] = dtemp - deriv[0];
199
200 float ewire =
e(dtemp);
201 for (uint32_t i = 0; i < deriv.size(); i++) deriv[i] /= ewire;
202 return deriv;
203}
std::vector< float > derivatives(const MdcxHit &h)
float e(float dd=0.0) const
◆ e()
float MdcxHit::e |
( |
float | dd = 0.0 | ) |
const |
Definition at line 166 of file MdcxHit.cxx.
166 {
167
168 float errTemp = fabs(getSigma(dd));
169
170 float errMin = 1.0e-7;
171 return errTemp<errMin?errMin:errTemp;
172}
Referenced by derivatives(), printAll(), and pull().
◆ getDigi()
const MdcDigi * MdcxHit::getDigi |
( |
| ) |
const |
|
inline |
◆ getMdcHit()
const MdcHit * MdcxHit::getMdcHit |
( |
| ) |
const |
|
inline |
◆ GetUsedOnHel()
int MdcxHit::GetUsedOnHel |
( |
| ) |
const |
|
inline |
◆ Layer()
int MdcxHit::Layer |
( |
| ) |
const |
|
inline |
◆ phiMid()
float MdcxHit::phiMid |
( |
| ) |
const |
|
inline |
◆ print()
void MdcxHit::print |
( |
std::ostream & | o, |
|
|
int | i = 0 ) const |
◆ printAll()
void MdcxHit::printAll |
( |
std::ostream & | o, |
|
|
int | i = 0 ) const |
Definition at line 209 of file MdcxHit.cxx.
209 {
210 o <<
" hit" << i <<
" (" <<
Layer() <<
"," <<
WireNo() <<
") ";
212 o <<
"dd " <<
d() <<
" dde "
213 <<
e() <<
" rt " <<
t() << endl;
214}
const MdcHit * getMdcHit() const
◆ process()
void MdcxHit::process |
( |
| ) |
|
|
protected |
Definition at line 72 of file MdcxHit.cxx.
72 {
73 assert(m_gm);
74 assert(m_mdcCalibFunSvc);
75 Identifier _id = (*_mdcDigi).identify();
85
93
94
100 _wz = (tst*tst < 1.0) ? sqrt(1.0-tst*tst) : 0.0;
106
114}
double sin(const BesAngle a)
double cos(const BesAngle a)
static const int viewOfsLayer[11]
static int layer(const Identifier &id)
Values of different levels (failure returns 0)
static int wire(const Identifier &id)
double yWire(int cell) const
double phiOffset(void) const
double zLength(void) const
double stereo(void) const
double xWire(int cell) const
static double MdcTime(int timeChannel)
static double MdcCharge(int chargeChannel)
Referenced by MdcxHit(), and MdcxHit().
◆ pull()
float MdcxHit::pull |
( |
MdcxHel & | hel | ) |
const |
◆ pw()
float MdcxHit::pw |
( |
| ) |
const |
|
inline |
◆ residual()
float MdcxHit::residual |
( |
MdcxHel & | hel | ) |
const |
Definition at line 182 of file MdcxHit.cxx.
182 {
183
185 if(hel.
Mode() == 0) doca = fabs(doca);
186 doca +=
v()*hel.
T0();
189
190}
◆ SetConstErr()
void MdcxHit::SetConstErr |
( |
int | i | ) |
|
|
inline |
◆ setCountPropTime()
void MdcxHit::setCountPropTime |
( |
bool | countPropTime | ) |
|
|
static |
◆ setMdcCalibFunSvc()
◆ setMdcDetector()
◆ SetUsedOnHel()
void MdcxHit::SetUsedOnHel |
( |
int | i | ) |
|
|
inline |
◆ stereo()
float MdcxHit::stereo |
( |
| ) |
const |
|
inline |
◆ SuperLayer()
int MdcxHit::SuperLayer |
( |
| ) |
const |
|
inline |
◆ t()
float MdcxHit::t |
( |
| ) |
const |
|
inline |
◆ tcor()
float MdcxHit::tcor |
( |
float | zh = 0.0, |
|
|
float | tof = 0.0, |
|
|
float | tzero = 0.0 ) const |
Definition at line 116 of file MdcxHit.cxx.
116 {
117
118 double tprop = 0.;
119 if (m_countPropTime){ tprop = m_mdcCalibFunSvc->getTprop(
_layernumber,z*10); }
121
122
123
124
125
126
127
128
129
130
131
133}
Referenced by d().
◆ type()
int MdcxHit::type |
( |
| ) |
const |
|
inline |
◆ v()
float MdcxHit::v |
( |
| ) |
const |
|
inline |
◆ WireNo()
int MdcxHit::WireNo |
( |
| ) |
const |
|
inline |
◆ wx()
float MdcxHit::wx |
( |
| ) |
const |
|
inline |
◆ wy()
float MdcxHit::wy |
( |
| ) |
const |
|
inline |
◆ wz()
float MdcxHit::wz |
( |
| ) |
const |
|
inline |
◆ x()
float MdcxHit::x |
( |
| ) |
const |
|
inline |
◆ xneg()
float MdcxHit::xneg |
( |
| ) |
const |
|
inline |
◆ xpos()
float MdcxHit::xpos |
( |
| ) |
const |
|
inline |
◆ y()
float MdcxHit::y |
( |
| ) |
const |
|
inline |
◆ yneg()
float MdcxHit::yneg |
( |
| ) |
const |
|
inline |
◆ ypos()
float MdcxHit::ypos |
( |
| ) |
const |
|
inline |
◆ _c0
◆ _consterr
◆ _cp
◆ _cresol
◆ _d
◆ _e
◆ _iAdc
◆ _iTdc
◆ _L
◆ _layernumber
unsigned MdcxHit::_layernumber |
|
protected |
◆ _mdcDigi
◆ _mdcHit
const MdcHit* MdcxHit::_mdcHit |
|
protected |
◆ _p
◆ _pw
◆ _q
◆ _r
◆ _s
◆ _sp
◆ _superlayer
unsigned MdcxHit::_superlayer |
|
protected |
◆ _t
◆ _T0Walk
◆ _type
◆ _v
◆ _wirenumber
unsigned MdcxHit::_wirenumber |
|
protected |
◆ _wx
◆ _wy
◆ _wz
◆ _x
◆ _xneg
◆ _xpos
◆ _y
◆ _yneg
◆ _ypos
◆ usedonhel
The documentation for this class was generated from the following files: