BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
RecETofHit Class Reference

#include <RecETofHit.h>

+ Inheritance diagram for RecETofHit:

Public Member Functions

 RecETofHit ()
 
virtual ~RecETofHit ()
 
virtual const CLID & clID () const
 
int getId () const
 
int getTrk () const
 
Identifier getTofId () const
 
int getMod () const
 
int getQual () const
 
double getRHit () const
 
double getdRHit () const
 
double getPhHit () const
 
double getThTrk () const
 
double getPhTrk () const
 
double getPh () const
 
double getP () const
 
double getPath () const
 
double getTime () const
 
double getTof () const
 
double getETof () const
 
double getExpTof (int im) const
 
double getTt () const
 
double getETt () const
 
double getTm () const
 
double getETm () const
 
double getTr () const
 
double getEtr () const
 
double getQ () const
 
double getEQ () const
 
double getZTDC () const
 
double getZADC () const
 
void setZTDC (double zTDC)
 
void setZADC (double zADC)
 
void setId (int id)
 
void setP (double p)
 
void setTrk (int trk)
 
void setTofID (Identifier tofId)
 
void setMod (int mod)
 
void setQual (int qual)
 
void setRHit (double rHit)
 
void setdRHit (double drHit)
 
void setPhHit (double phHit)
 
void setThTrk (double thTrk)
 
void setPhTrk (double phTrk)
 
void setPh (double ph)
 
void setPath (double path)
 
void setTime (double time)
 
void setTof (double tof)
 
void setETof (double etof)
 
void setExpTof (double exptof, int im)
 
void setTt (double tt)
 
void setETt (double ett)
 
void setTm (double tm)
 
void setETm (double etm)
 
void setTr (double tr)
 
void setETr (double etr)
 
void setQ (double q)
 
void setEQ (double eq)
 

Static Public Member Functions

static const CLID & classID ()
 

Detailed Description

Definition at line 18 of file RecETofHit.h.

Constructor & Destructor Documentation

◆ RecETofHit()

RecETofHit::RecETofHit ( )

Definition at line 2 of file RecETofHit.cxx.

2 {
3 _tofId=0;
4 _Id=_trk=_mod=_qual=-1;
5 _rHit=_drHit=_phHit=_thTrk=_phTrk=_ph=_path=_time=-1.;
6 _tof=_etof=-1.;
7 _exptof[0]=_exptof[1]=_exptof[2]=_exptof[3]=_exptof[4]=-1.;
8 _tt=_ett=_tm=_etm=-1.;
9 _tr=_etr=_q=_eq=-1.;
10 _zADC=_zTDC=_p=-1.;
11
12
13}

◆ ~RecETofHit()

virtual RecETofHit::~RecETofHit ( )
inlinevirtual

Definition at line 21 of file RecETofHit.h.

21{}

Member Function Documentation

◆ classID()

static const CLID & RecETofHit::classID ( )
inlinestatic

Definition at line 23 of file RecETofHit.h.

23{ return CLID_RecETofHit; }
const CLID & CLID_RecETofHit
Definition: EventModel.cxx:329

Referenced by clID().

◆ clID()

virtual const CLID & RecETofHit::clID ( ) const
inlinevirtual

Definition at line 22 of file RecETofHit.h.

22{ return RecETofHit::classID();}
static const CLID & classID()
Definition: RecETofHit.h:23

◆ getdRHit()

double RecETofHit::getdRHit ( ) const
inline

Definition at line 31 of file RecETofHit.h.

31{ return _drHit;}

◆ getEQ()

double RecETofHit::getEQ ( ) const
inline

Definition at line 49 of file RecETofHit.h.

49{ return _eq; }

◆ getETm()

double RecETofHit::getETm ( ) const
inline

Definition at line 45 of file RecETofHit.h.

45{ return _etm; }

◆ getETof()

double RecETofHit::getETof ( ) const
inline

Definition at line 40 of file RecETofHit.h.

40{ return _etof; }

◆ getEtr()

double RecETofHit::getEtr ( ) const
inline

Definition at line 47 of file RecETofHit.h.

47{ return _etr; }

◆ getETt()

double RecETofHit::getETt ( ) const
inline

Definition at line 43 of file RecETofHit.h.

43{ return _ett; }

◆ getExpTof()

double RecETofHit::getExpTof ( int  im) const
inline

Definition at line 41 of file RecETofHit.h.

41{ return _exptof[im]; }

◆ getId()

int RecETofHit::getId ( ) const
inline

Definition at line 25 of file RecETofHit.h.

25{ return _Id; }

◆ getMod()

int RecETofHit::getMod ( ) const
inline

Definition at line 28 of file RecETofHit.h.

28{ return _mod; }

◆ getP()

double RecETofHit::getP ( ) const
inline

Definition at line 36 of file RecETofHit.h.

36{ return _p;}

◆ getPath()

double RecETofHit::getPath ( ) const
inline

Definition at line 37 of file RecETofHit.h.

37{ return _path; }

◆ getPh()

double RecETofHit::getPh ( ) const
inline

Definition at line 35 of file RecETofHit.h.

35{ return _ph;}

◆ getPhHit()

double RecETofHit::getPhHit ( ) const
inline

Definition at line 32 of file RecETofHit.h.

32{ return _phHit;}

◆ getPhTrk()

double RecETofHit::getPhTrk ( ) const
inline

Definition at line 34 of file RecETofHit.h.

34{ return _phTrk;}

◆ getQ()

double RecETofHit::getQ ( ) const
inline

Definition at line 48 of file RecETofHit.h.

48{ return _q; }

◆ getQual()

int RecETofHit::getQual ( ) const
inline

Definition at line 29 of file RecETofHit.h.

29{ return _qual; }

◆ getRHit()

double RecETofHit::getRHit ( ) const
inline

Definition at line 30 of file RecETofHit.h.

30{ return _rHit;}

◆ getThTrk()

double RecETofHit::getThTrk ( ) const
inline

Definition at line 33 of file RecETofHit.h.

33{ return _thTrk;}

◆ getTime()

double RecETofHit::getTime ( ) const
inline

Definition at line 38 of file RecETofHit.h.

38{ return _time; }

◆ getTm()

double RecETofHit::getTm ( ) const
inline

Definition at line 44 of file RecETofHit.h.

44{ return _tm; }

◆ getTof()

double RecETofHit::getTof ( ) const
inline

Definition at line 39 of file RecETofHit.h.

39{ return _tof; }

◆ getTofId()

Identifier RecETofHit::getTofId ( ) const
inline

Definition at line 27 of file RecETofHit.h.

27{ return _tofId; }

◆ getTr()

double RecETofHit::getTr ( ) const
inline

Definition at line 46 of file RecETofHit.h.

46{ return _tr; }

◆ getTrk()

int RecETofHit::getTrk ( ) const
inline

Definition at line 26 of file RecETofHit.h.

26{ return _trk; }

◆ getTt()

double RecETofHit::getTt ( ) const
inline

Definition at line 42 of file RecETofHit.h.

42{ return _tt; }

◆ getZADC()

double RecETofHit::getZADC ( ) const
inline

Definition at line 51 of file RecETofHit.h.

51{ return _zADC;}

◆ getZTDC()

double RecETofHit::getZTDC ( ) const
inline

Definition at line 50 of file RecETofHit.h.

50{ return _zTDC;}

◆ setdRHit()

void RecETofHit::setdRHit ( double  drHit)
inline

Definition at line 63 of file RecETofHit.h.

63{ _drHit=drHit; }

◆ setEQ()

void RecETofHit::setEQ ( double  eq)
inline

Definition at line 80 of file RecETofHit.h.

80{ _eq=eq; }

◆ setETm()

void RecETofHit::setETm ( double  etm)
inline

Definition at line 76 of file RecETofHit.h.

76{ _etm=etm; }

◆ setETof()

void RecETofHit::setETof ( double  etof)
inline

Definition at line 71 of file RecETofHit.h.

71{ _etof=etof; }

◆ setETr()

void RecETofHit::setETr ( double  etr)
inline

Definition at line 78 of file RecETofHit.h.

78{ _etr=etr; }

◆ setETt()

void RecETofHit::setETt ( double  ett)
inline

Definition at line 74 of file RecETofHit.h.

74{ _ett=ett; }

◆ setExpTof()

void RecETofHit::setExpTof ( double  exptof,
int  im 
)
inline

Definition at line 72 of file RecETofHit.h.

72{ _exptof[im]=exptof; }

◆ setId()

void RecETofHit::setId ( int  id)
inline

Definition at line 56 of file RecETofHit.h.

56{ _Id=id; }

◆ setMod()

void RecETofHit::setMod ( int  mod)
inline

Definition at line 60 of file RecETofHit.h.

60{ _mod=mod; }

◆ setP()

void RecETofHit::setP ( double  p)
inline

Definition at line 57 of file RecETofHit.h.

57{ _p=p; }

◆ setPath()

void RecETofHit::setPath ( double  path)
inline

Definition at line 68 of file RecETofHit.h.

68{ _path=path; }

◆ setPh()

void RecETofHit::setPh ( double  ph)
inline

Definition at line 67 of file RecETofHit.h.

67{ _ph=ph; }

◆ setPhHit()

void RecETofHit::setPhHit ( double  phHit)
inline

Definition at line 64 of file RecETofHit.h.

64{ _phHit=phHit; }

◆ setPhTrk()

void RecETofHit::setPhTrk ( double  phTrk)
inline

Definition at line 66 of file RecETofHit.h.

66{ _phTrk=phTrk; }

◆ setQ()

void RecETofHit::setQ ( double  q)
inline

Definition at line 79 of file RecETofHit.h.

79{ _q=q; }
****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
Definition: KKsem.h:33

◆ setQual()

void RecETofHit::setQual ( int  qual)
inline

Definition at line 61 of file RecETofHit.h.

61{ _qual=qual; }

◆ setRHit()

void RecETofHit::setRHit ( double  rHit)
inline

Definition at line 62 of file RecETofHit.h.

62{ _rHit=rHit; }

◆ setThTrk()

void RecETofHit::setThTrk ( double  thTrk)
inline

Definition at line 65 of file RecETofHit.h.

65{ _thTrk=thTrk; }

◆ setTime()

void RecETofHit::setTime ( double  time)
inline

Definition at line 69 of file RecETofHit.h.

69{ _time=time; }

◆ setTm()

void RecETofHit::setTm ( double  tm)
inline

Definition at line 75 of file RecETofHit.h.

75{ _tm=tm; }

◆ setTof()

void RecETofHit::setTof ( double  tof)
inline

Definition at line 70 of file RecETofHit.h.

70{ _tof=tof; }

◆ setTofID()

void RecETofHit::setTofID ( Identifier  tofId)
inline

Definition at line 59 of file RecETofHit.h.

59{ _tofId=tofId; }

◆ setTr()

void RecETofHit::setTr ( double  tr)
inline

Definition at line 77 of file RecETofHit.h.

77{ _tr=tr; }
DOUBLE_PRECISION tr[3]

◆ setTrk()

void RecETofHit::setTrk ( int  trk)
inline

Definition at line 58 of file RecETofHit.h.

58{ _trk=trk; }

◆ setTt()

void RecETofHit::setTt ( double  tt)
inline

Definition at line 73 of file RecETofHit.h.

73{ _tt=tt; }

◆ setZADC()

void RecETofHit::setZADC ( double  zADC)
inline

Definition at line 55 of file RecETofHit.h.

55{ _zADC=zADC;}

◆ setZTDC()

void RecETofHit::setZTDC ( double  zTDC)
inline

Definition at line 54 of file RecETofHit.h.

54{ _zTDC=zTDC; }

The documentation for this class was generated from the following files: