9#include "GaudiKernel/ContainedObject.h"
10#include "GaudiKernel/ObjectVector.h"
11#include "EventModel/EventModel.h"
12#include "Identifier/Identifier.h"
24 int getId()
const {
return _Id; }
36 double getPh()
const {
return _ph;}
37 double getP()
const {
return _p;}
40 double getTof()
const {
return _tof; }
42 double getExpTof(
int im)
const {
return _exptof[im]; }
43 double getTt1()
const {
return _tt1; }
44 double getTt2()
const {
return _tt2; }
47 double getTm1()
const {
return _tm1; }
48 double getTm2()
const {
return _tm2; }
51 double getTr1()
const {
return _tr1; }
52 double getTr2()
const {
return _tr2; }
55 double getQ1()
const {
return _q1; }
56 double getQ2()
const {
return _q2; }
57 double getEQ1()
const {
return _eq1; }
58 double getEQ2()
const {
return _eq2; }
73 void setPh(
double ph){ _ph=ph; }
74 void setP(
double p){ _p=p; }
79 void setExpTof(
double exptof,
int im){ _exptof[im]=exptof; }
92 void setQ1(
double q1){ _q1=q1; }
93 void setQ2(
double q2){ _q2=q2; }
112 std::cout<<
"be call once"<<std::endl;
122 int _Id,_mod,_qual,_trk;
123 double _zHit,_zTDC,_zADC,_dzHit,_phHit,_thTrk,_phTrk,_ph,_p,_path,_time;
126 double _tt1,_tt2,_ett1,_ett2;
127 double _tm1,_tm2,_etm1,_etm2;
128 double _tr1,_tr2,_etr1,_etr2;
129 double _q1,_q2,_eq1,_eq2;
ObjectVector< RecBTofHit > RecBTofHitCol
const CLID & CLID_RecBTofHit
const CLID & CLID_RecBTofHit
Identifier getTofID() const
void setPath(double path)
bool operator<(const RecBTofHit &rhs) const
void setPhHit(double phHit)
void setZTDC(double zTDC)
void setETr1(double etr1)
void setPhTrk(double phTrk)
void setnext(RecBTofHit *next)
void setETr2(double etr2)
void setTime(double time)
void setETof(double etof)
void setETm1(double etm1)
void setETm2(double etm2)
void setdZHit(double dzHit)
void setZADC(double zADC)
double getExpTof(int im) const
void setThTrk(double thTrk)
bool operator>(const RecBTofHit &rhs) const
void setExpTof(double exptof, int im)
const RecBTofHit * next() const
bool operator>(RecBTofHit *rhs) const
static const CLID & classID()
void setTofID(Identifier tofID)
virtual const CLID & clID() const
bool operator<(RecBTofHit *rhs) const
void setETt1(double ett1)
void setZHit(double zHit)
void setETt2(double ett2)