CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcRec_wirhit Class Reference

#include <MdcTables.h>

Public Member Functions

 MdcRec_wirhit ()
 
 ~MdcRec_wirhit ()
 
 MdcRec_wirhit (const MdcRec_wirhit &rhs)
 
MdcRec_wirhitoperator= (const MdcRec_wirhit &rhs)
 

Public Attributes

int id
 
float ddl
 
float ddr
 
float erddl
 
float erddr
 
float pChiSq
 
int lr
 
int stat
 
const MdcGeoWiregeo
 
MdcDat_wirhitdat
 
MdcRec_trktrk
 
RecMdcHitrechitptr
 
float tdc
 
float adc
 
unsigned timechannel
 

Detailed Description

Definition at line 285 of file MdcTables.h.

Constructor & Destructor Documentation

◆ MdcRec_wirhit() [1/2]

MdcRec_wirhit::MdcRec_wirhit ( )
inline

Definition at line 287 of file MdcTables.h.

287: geo(0), dat(0), trk(0),rechitptr(0){};
MdcDat_wirhit * dat
Definition: MdcTables.h:336
RecMdcHit * rechitptr
Definition: MdcTables.h:338
const MdcGeoWire * geo
Definition: MdcTables.h:335
MdcRec_trk * trk
Definition: MdcTables.h:337

◆ ~MdcRec_wirhit()

MdcRec_wirhit::~MdcRec_wirhit ( )

Definition at line 163 of file MdcTables.cxx.

163 {
164}

◆ MdcRec_wirhit() [2/2]

MdcRec_wirhit::MdcRec_wirhit ( const MdcRec_wirhit rhs)
inline

Definition at line 289 of file MdcTables.h.

289 : geo(rhs.geo),
290 dat(rhs.dat), trk(rhs.trk),rechitptr(rhs.rechitptr) {
291 id = rhs.id;
292 ddl = rhs.ddl;
293 ddr = rhs.ddr;
294 erddl = rhs.erddl;
295 erddr = rhs.erddr;
296 pChiSq = rhs.pChiSq;
297 lr = rhs.lr;
298 stat = rhs.stat;
299 tdc = rhs.tdc;
300 adc = rhs.adc;
302 }
float pChiSq
Definition: MdcTables.h:332
unsigned timechannel
Definition: MdcTables.h:341

Member Function Documentation

◆ operator=()

MdcRec_wirhit & MdcRec_wirhit::operator= ( const MdcRec_wirhit rhs)
inline

Definition at line 304 of file MdcTables.h.

304 {
305
306 if(this == &rhs)
307 return *this;
308 id = rhs.id;
309 ddl = rhs.ddl;
310 ddr = rhs.ddr;
311 erddl = rhs.erddl;
312 erddr = rhs.erddr;
313 pChiSq = rhs.pChiSq;
314 lr = rhs.lr;
315 stat = rhs.stat;
316 geo = rhs.geo;
317 trk = rhs.trk;
318 dat = rhs.dat;
319 tdc = rhs.tdc;
320 adc = rhs.adc;
322 rechitptr = rhs.rechitptr;
323 return *this;
324 }

Member Data Documentation

◆ adc

float MdcRec_wirhit::adc

◆ dat

MdcDat_wirhit* MdcRec_wirhit::dat

Definition at line 336 of file MdcTables.h.

Referenced by KalFitAlg::execute(), and operator=().

◆ ddl

◆ ddr

◆ erddl

◆ erddr

◆ geo

◆ id

◆ lr

◆ pChiSq

float MdcRec_wirhit::pChiSq

Definition at line 332 of file MdcTables.h.

Referenced by KalFitAlg::execute(), MdcRec_wirhit(), and operator=().

◆ rechitptr

◆ stat

int MdcRec_wirhit::stat

◆ tdc

◆ timechannel

unsigned MdcRec_wirhit::timechannel

Definition at line 341 of file MdcTables.h.

Referenced by TrkReco::execute(), TTrackManager::makeTds(), MdcRec_wirhit(), and operator=().

◆ trk

MdcRec_trk* MdcRec_wirhit::trk

Definition at line 337 of file MdcTables.h.

Referenced by TTrackManager::clearTables(), KalFitAlg::execute(), and operator=().


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