CGEM BOSS 6.6.5.f
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)
 
 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

Constructor & Destructor Documentation

◆ MdcRec_wirhit() [1/4]

◆ ~MdcRec_wirhit() [1/2]

MdcRec_wirhit::~MdcRec_wirhit ( )

Definition at line 163 of file MdcTables.cxx.

163 {
164}

◆ MdcRec_wirhit() [2/4]

MdcRec_wirhit::MdcRec_wirhit ( const MdcRec_wirhit rhs)
inline

◆ MdcRec_wirhit() [3/4]

MdcRec_wirhit::MdcRec_wirhit ( )
inline

Definition at line 287 of file Mdc/MdcTables/MdcTables-00-00-11/MdcTables/MdcTables.h.

287: geo(0), dat(0), trk(0),rechitptr(0){};

◆ ~MdcRec_wirhit() [2/2]

MdcRec_wirhit::~MdcRec_wirhit ( )

◆ MdcRec_wirhit() [4/4]

MdcRec_wirhit::MdcRec_wirhit ( const MdcRec_wirhit rhs)
inline

Definition at line 289 of file Mdc/MdcTables/MdcTables-00-00-11/MdcTables/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 }

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 304 of file InstallArea/include/MdcTables/MdcTables/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 }

◆ operator=() [2/2]

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

Definition at line 304 of file Mdc/MdcTables/MdcTables-00-00-11/MdcTables/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

◆ dat

MdcDat_wirhit * MdcRec_wirhit::dat

◆ ddl

◆ ddr

◆ erddl

◆ erddr

◆ geo

◆ id

◆ lr

◆ pChiSq

float MdcRec_wirhit::pChiSq

◆ rechitptr

◆ stat

◆ tdc

◆ timechannel

unsigned MdcRec_wirhit::timechannel

◆ trk


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