RecETofCalHit Class Reference

#include <RecETofCalHit.h>

Inheritance diagram for RecETofCalHit:

ContainedObject List of all members.

Public Member Functions

 RecETofCalHit ()
virtual ~RecETofCalHit ()
virtual const CLID & clID () const
int run () const
int event () const
int mod () const
int qual () const
double tpred () const
double tdc () const
double adc () const
double rHit () const
double drHit () const
double deltaPhi () const
double cosTheta () const
double p () const
double Q () const
double path () const
double tpred (int idx) const
void setTpred (int idx, double t)
void setRun (int run)
void setEvent (int event)
void setMod (int imod)
void setQual (int qual)
void setTpred (double tpred)
void setTdc (double tdc)
void setAdc (double adc)
void setRHit (double rHit)
void setdRHit (double drHit)
void setDeltaPhi (double deltaPhi)
void setcosTheta (double cost)
void setP (double p)
void setQ (double q)
void setPath (double l)

Static Public Member Functions

static const CLID & classID ()

Private Attributes

double m_texp [5]
int m_run
int m_event
int m_imod
int m_qual
double m_tpred
double m_tdc
double m_adc
double m_rHit
double m_drHit
double m_deltaPhi
double m_costheta
double m_p
double m_Q
double m_path

Detailed Description

Definition at line 19 of file RecETofCalHit.h.


Constructor & Destructor Documentation

RecETofCalHit::RecETofCalHit (  ) 

Definition at line 10 of file RecETofCalHit.cxx.

References genRecEmupikp::i, m_adc, m_costheta, m_drHit, m_imod, m_p, m_path, m_Q, m_qual, m_rHit, m_tdc, m_texp, and m_tpred.

00010                             {
00011   m_imod=-1;
00012   m_qual=-1;
00013    m_tpred=-1.;
00014    m_tdc=-1.;
00015    m_adc=-1.;
00016    m_rHit=-1.;
00017    m_drHit=-1.;
00018    m_costheta=-1;
00019   for(int i=0;i<5;i++)
00020        m_texp[i]=0.;
00021   m_p=-1.;
00022   m_Q=-1.;
00023   m_path=-1.;
00024 }

virtual RecETofCalHit::~RecETofCalHit (  )  [inline, virtual]

Definition at line 23 of file RecETofCalHit.h.

00023 {} 


Member Function Documentation

double RecETofCalHit::adc (  )  const [inline]

Definition at line 35 of file RecETofCalHit.h.

References m_adc.

Referenced by TofCheckData::Fill(), and Record::Record().

00035 {  return  m_adc;   }

static const CLID& RecETofCalHit::classID (  )  [inline, static]

Definition at line 26 of file RecETofCalHit.h.

References CLID_RecETofCalHit.

Referenced by clID().

00026 { return CLID_RecETofCalHit; }

virtual const CLID& RecETofCalHit::clID (  )  const [inline, virtual]

Definition at line 25 of file RecETofCalHit.h.

References classID().

00025 { return  RecETofCalHit::classID();}

double RecETofCalHit::cosTheta ( void   )  const [inline]

Definition at line 39 of file RecETofCalHit.h.

References m_costheta.

Referenced by Record::Record().

00039 {  return  m_costheta; }

double RecETofCalHit::deltaPhi (  )  const [inline]

Definition at line 38 of file RecETofCalHit.h.

References m_deltaPhi.

Referenced by Record::Record().

00038 {  return  m_deltaPhi; }

double RecETofCalHit::drHit (  )  const [inline]

Definition at line 37 of file RecETofCalHit.h.

References m_drHit.

Referenced by TofCheckData::Fill().

00037 {  return  m_drHit; }  

int RecETofCalHit::event (  )  const [inline]

Definition at line 30 of file RecETofCalHit.h.

References m_event.

Referenced by Record::Record().

00030 {  return  m_event; }

int RecETofCalHit::mod (  )  const [inline]

Definition at line 31 of file RecETofCalHit.h.

References m_imod.

Referenced by TofCheckData::Fill(), and Record::Record().

00031 {  return  m_imod;  }

double RecETofCalHit::p ( void   )  const [inline]

Definition at line 40 of file RecETofCalHit.h.

References m_p.

Referenced by TofCheckData::Fill(), and Record::Record().

00040 {  return  m_p;     }

double RecETofCalHit::path (  )  const [inline]

Definition at line 42 of file RecETofCalHit.h.

References m_path.

Referenced by TofCheckData::Fill(), and Record::Record().

00042 {  return  m_path;  }

double RecETofCalHit::Q (  )  const [inline]

Definition at line 41 of file RecETofCalHit.h.

References m_Q.

Referenced by TofCheckData::Fill().

00041 {  return  m_Q;     }

int RecETofCalHit::qual (  )  const [inline]

Definition at line 32 of file RecETofCalHit.h.

References m_qual.

Referenced by TofCheckData::Fill(), and Record::Record().

00032 {  return  m_qual;  }

double RecETofCalHit::rHit (  )  const [inline]

Definition at line 36 of file RecETofCalHit.h.

References m_rHit.

Referenced by TofCheckData::Fill(), and Record::Record().

00036 {  return  m_rHit;  }

int RecETofCalHit::run (  )  const [inline]

Definition at line 29 of file RecETofCalHit.h.

References m_run.

Referenced by Record::Record().

00029 {  return  m_run;   }

void RecETofCalHit::setAdc ( double  adc  )  [inline]

Definition at line 57 of file RecETofCalHit.h.

References m_adc.

Referenced by TofTrack::convert2RecETofCalHitCol().

00057 { m_adc      = adc;      }

void RecETofCalHit::setcosTheta ( double  cost  )  [inline]

Definition at line 61 of file RecETofCalHit.h.

References m_costheta.

Referenced by TofTrack::convert2RecETofCalHitCol().

00061 { m_costheta = cost;     }

void RecETofCalHit::setDeltaPhi ( double  deltaPhi  )  [inline]

Definition at line 60 of file RecETofCalHit.h.

References m_deltaPhi.

Referenced by TofTrack::convert2RecETofCalHitCol().

00060 { m_deltaPhi = deltaPhi; } 

void RecETofCalHit::setdRHit ( double  drHit  )  [inline]

Definition at line 59 of file RecETofCalHit.h.

References m_drHit.

Referenced by TofTrack::convert2RecETofCalHitCol().

00059 { m_drHit    = drHit;    } 

void RecETofCalHit::setEvent ( int  event  )  [inline]

Definition at line 52 of file RecETofCalHit.h.

References m_event.

Referenced by TofTrack::convert2RecETofCalHitCol().

00052 { m_event    = event;    }

void RecETofCalHit::setMod ( int  imod  )  [inline]

Definition at line 53 of file RecETofCalHit.h.

References m_imod.

Referenced by TofTrack::convert2RecETofCalHitCol().

00053 { m_imod     = imod;     }

void RecETofCalHit::setP ( double  p  )  [inline]

Definition at line 62 of file RecETofCalHit.h.

References m_p.

Referenced by TofTrack::convert2RecETofCalHitCol().

00062 { m_p        = p;        }

void RecETofCalHit::setPath ( double  l  )  [inline]

Definition at line 64 of file RecETofCalHit.h.

References m_path.

Referenced by TofTrack::convert2RecETofCalHitCol().

00064 { m_path     = l;        }

void RecETofCalHit::setQ ( double  q  )  [inline]

Definition at line 63 of file RecETofCalHit.h.

References m_Q.

Referenced by TofTrack::convert2RecETofCalHitCol().

00063 { m_Q        = q;        }

void RecETofCalHit::setQual ( int  qual  )  [inline]

Definition at line 54 of file RecETofCalHit.h.

References m_qual.

Referenced by TofTrack::convert2RecETofCalHitCol().

00054 { m_qual     = qual;     }

void RecETofCalHit::setRHit ( double  rHit  )  [inline]

Definition at line 58 of file RecETofCalHit.h.

References m_rHit.

Referenced by TofTrack::convert2RecETofCalHitCol().

00058 { m_rHit     = rHit;     }

void RecETofCalHit::setRun ( int  run  )  [inline]

Definition at line 51 of file RecETofCalHit.h.

References m_run.

Referenced by TofTrack::convert2RecETofCalHitCol().

00051 { m_run      = run;      }

void RecETofCalHit::setTdc ( double  tdc  )  [inline]

Definition at line 56 of file RecETofCalHit.h.

References m_tdc.

Referenced by TofTrack::convert2RecETofCalHitCol().

00056 { m_tdc      = tdc;      }

void RecETofCalHit::setTpred ( double  tpred  )  [inline]

Definition at line 55 of file RecETofCalHit.h.

References m_tpred.

00055 { m_tpred    = tpred;    }

void RecETofCalHit::setTpred ( int  idx,
double  t 
) [inline]

Definition at line 46 of file RecETofCalHit.h.

References m_texp.

Referenced by TofTrack::convert2RecETofCalHitCol().

00046 { if(idx<0||idx>5) idx=0;m_texp[idx]=t;}

double RecETofCalHit::tdc ( void   )  const [inline]

Definition at line 34 of file RecETofCalHit.h.

References m_tdc.

Referenced by TofCheckData::Fill(), and Record::Record().

00034 {  return  m_tdc;   }

double RecETofCalHit::tpred ( int  idx  )  const [inline]

Definition at line 45 of file RecETofCalHit.h.

References m_texp.

00045 { if(idx<0||idx>5) idx=0;return m_texp[idx];}  

double RecETofCalHit::tpred (  )  const [inline]

Definition at line 33 of file RecETofCalHit.h.

References m_tpred.

Referenced by TofCheckData::Fill(), and Record::Record().

00033 {  return  m_tpred; }


Member Data Documentation

double RecETofCalHit::m_adc [private]

Definition at line 72 of file RecETofCalHit.h.

Referenced by adc(), RecETofCalHit(), and setAdc().

double RecETofCalHit::m_costheta [private]

Definition at line 76 of file RecETofCalHit.h.

Referenced by cosTheta(), RecETofCalHit(), and setcosTheta().

double RecETofCalHit::m_deltaPhi [private]

Definition at line 75 of file RecETofCalHit.h.

Referenced by deltaPhi(), and setDeltaPhi().

double RecETofCalHit::m_drHit [private]

Definition at line 74 of file RecETofCalHit.h.

Referenced by drHit(), RecETofCalHit(), and setdRHit().

int RecETofCalHit::m_event [private]

Definition at line 67 of file RecETofCalHit.h.

Referenced by event(), and setEvent().

int RecETofCalHit::m_imod [private]

Definition at line 68 of file RecETofCalHit.h.

Referenced by mod(), RecETofCalHit(), and setMod().

double RecETofCalHit::m_p [private]

Definition at line 77 of file RecETofCalHit.h.

Referenced by p(), RecETofCalHit(), and setP().

double RecETofCalHit::m_path [private]

Definition at line 79 of file RecETofCalHit.h.

Referenced by path(), RecETofCalHit(), and setPath().

double RecETofCalHit::m_Q [private]

Definition at line 78 of file RecETofCalHit.h.

Referenced by Q(), RecETofCalHit(), and setQ().

int RecETofCalHit::m_qual [private]

Definition at line 69 of file RecETofCalHit.h.

Referenced by qual(), RecETofCalHit(), and setQual().

double RecETofCalHit::m_rHit [private]

Definition at line 73 of file RecETofCalHit.h.

Referenced by RecETofCalHit(), rHit(), and setRHit().

int RecETofCalHit::m_run [private]

Definition at line 66 of file RecETofCalHit.h.

Referenced by run(), and setRun().

double RecETofCalHit::m_tdc [private]

Definition at line 71 of file RecETofCalHit.h.

Referenced by RecETofCalHit(), setTdc(), and tdc().

double RecETofCalHit::m_texp[5] [private]

Definition at line 48 of file RecETofCalHit.h.

Referenced by RecETofCalHit(), setTpred(), and tpred().

double RecETofCalHit::m_tpred [private]

Definition at line 70 of file RecETofCalHit.h.

Referenced by RecETofCalHit(), setTpred(), and tpred().


Generated on Tue Nov 29 23:20:51 2016 for BOSS_7.0.2 by  doxygen 1.4.7