#include <RecBTofCalHit.h>
Definition at line 20 of file RecBTofCalHit.h.
◆ RecBTofCalHit()
RecBTofCalHit::RecBTofCalHit |
( |
| ) |
|
Definition at line 10 of file RecBTofCalHit.cxx.
10 {
11 m_imod=-1;
12 m_qual=-1;
13 m_tpred=-1.;
14 m_tdc1=-1.;
15 m_tdc2=-1.;
16 m_adc1=-1.;
17 m_adc2=-1.;
18 m_zHit=-1.;
19 m_dzHit=-1.;
20 m_sintheta=-1.;
21 m_bch=NULL;
22 for(int i=0;i<5;i++)
23 m_texp[i]=0.;
24 m_p=-1.;
25 m_Q=-1.;
26 m_path=-1.;
27}
◆ ~RecBTofCalHit()
virtual RecBTofCalHit::~RecBTofCalHit |
( |
| ) |
|
|
inlinevirtual |
◆ adc1()
double RecBTofCalHit::adc1 |
( |
| ) |
const |
|
inline |
◆ adc2()
double RecBTofCalHit::adc2 |
( |
| ) |
const |
|
inline |
◆ classID()
static const CLID & RecBTofCalHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID()
virtual const CLID & RecBTofCalHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ deltaPhi()
double RecBTofCalHit::deltaPhi |
( |
| ) |
const |
|
inline |
◆ dzHit()
double RecBTofCalHit::dzHit |
( |
| ) |
const |
|
inline |
◆ event()
int RecBTofCalHit::event |
( |
| ) |
const |
|
inline |
◆ mod()
int RecBTofCalHit::mod |
( |
| ) |
const |
|
inline |
◆ next()
◆ p()
double RecBTofCalHit::p |
( |
| ) |
const |
|
inline |
◆ path()
double RecBTofCalHit::path |
( |
| ) |
const |
|
inline |
◆ Q()
double RecBTofCalHit::Q |
( |
| ) |
const |
|
inline |
◆ qual()
int RecBTofCalHit::qual |
( |
| ) |
const |
|
inline |
◆ run()
int RecBTofCalHit::run |
( |
| ) |
const |
|
inline |
◆ setAdc1()
void RecBTofCalHit::setAdc1 |
( |
double | adc1 | ) |
|
|
inline |
◆ setAdc2()
void RecBTofCalHit::setAdc2 |
( |
double | adc2 | ) |
|
|
inline |
◆ setDeltaPhi()
void RecBTofCalHit::setDeltaPhi |
( |
double | deltaPhi | ) |
|
|
inline |
◆ setdZHit()
void RecBTofCalHit::setdZHit |
( |
double | dzHit | ) |
|
|
inline |
◆ setEvent()
void RecBTofCalHit::setEvent |
( |
int | event | ) |
|
|
inline |
◆ setMod()
void RecBTofCalHit::setMod |
( |
int | imod | ) |
|
|
inline |
◆ setnext()
◆ setP()
void RecBTofCalHit::setP |
( |
double | p | ) |
|
|
inline |
◆ setPath()
void RecBTofCalHit::setPath |
( |
double | l | ) |
|
|
inline |
◆ setQ()
void RecBTofCalHit::setQ |
( |
double | q | ) |
|
|
inline |
Definition at line 68 of file RecBTofCalHit.h.
****INTEGER imax DOUBLE PRECISION m_pi *DOUBLE PRECISION m_amfin DOUBLE PRECISION m_Chfin DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_sinw2 DOUBLE PRECISION m_GFermi DOUBLE PRECISION m_MfinMin DOUBLE PRECISION m_ta2 INTEGER m_out INTEGER m_KeyFSR INTEGER m_KeyQCD *COMMON c_Semalib $ !copy of input $ !CMS energy $ !beam mass $ !final mass $ !beam charge $ !final charge $ !smallest final mass $ !Z mass $ !Z width $ !EW mixing angle $ !Gmu Fermi $ alphaQED at q
Referenced by TofTrack::convert2RecBTofCalHitCol().
◆ setQual()
void RecBTofCalHit::setQual |
( |
int | qual | ) |
|
|
inline |
◆ setRun()
void RecBTofCalHit::setRun |
( |
int | run | ) |
|
|
inline |
◆ setsinTheta()
void RecBTofCalHit::setsinTheta |
( |
double | sint | ) |
|
|
inline |
◆ setTdc1()
void RecBTofCalHit::setTdc1 |
( |
double | tdc1 | ) |
|
|
inline |
◆ setTdc2()
void RecBTofCalHit::setTdc2 |
( |
double | tdc2 | ) |
|
|
inline |
◆ setTpred() [1/2]
void RecBTofCalHit::setTpred |
( |
double | tpred | ) |
|
|
inline |
◆ setTpred() [2/2]
void RecBTofCalHit::setTpred |
( |
int | idx, |
|
|
double | t ) |
|
inline |
◆ setZHit()
void RecBTofCalHit::setZHit |
( |
double | zHit | ) |
|
|
inline |
◆ sinTheta()
double RecBTofCalHit::sinTheta |
( |
| ) |
const |
|
inline |
◆ tdc1()
double RecBTofCalHit::tdc1 |
( |
| ) |
const |
|
inline |
◆ tdc2()
double RecBTofCalHit::tdc2 |
( |
| ) |
const |
|
inline |
◆ tpred() [1/2]
double RecBTofCalHit::tpred |
( |
| ) |
const |
|
inline |
◆ tpred() [2/2]
double RecBTofCalHit::tpred |
( |
int | index | ) |
const |
|
inline |
Definition at line 48 of file RecBTofCalHit.h.
48{ if(index<0||index>=5) index=0;return m_texp[index];}
◆ zHit()
double RecBTofCalHit::zHit |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: