BOSS 8.0.0
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)
 MdcRec_wirhit ()
 ~MdcRec_wirhit ()
 MdcRec_wirhit (const MdcRec_wirhit &rhs)
MdcRec_wirhitoperator= (const MdcRec_wirhit &rhs)

Public Attributes

int id { 0 }
float ddl { 0.0 }
float ddr { 0.0 }
float erddl { 0.0 }
float erddr { 0.0 }
float pChiSq { 0.0 }
int lr { 0 }
int stat { 0 }
const MdcGeoWiregeo { nullptr }
MdcDat_wirhitdat { nullptr }
MdcRec_trktrk { nullptr }
RecMdcHitrechitptr { nullptr }
float tdc { 0.0 }
float adc { 0.0 }
unsigned timechannel { 0 }

Detailed Description

Constructor & Destructor Documentation

◆ MdcRec_wirhit() [1/6]

◆ ~MdcRec_wirhit() [1/3]

MdcRec_wirhit::~MdcRec_wirhit ( )

Definition at line 139 of file MdcTables.cxx.

139{}

◆ MdcRec_wirhit() [2/6]

MdcRec_wirhit::MdcRec_wirhit ( const MdcRec_wirhit & rhs)
inline

Definition at line 308 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcTables/MdcTables.h.

309 : geo( rhs.geo ), dat( rhs.dat ), trk( rhs.trk ), rechitptr( rhs.rechitptr ) {
310 id = rhs.id;
311 ddl = rhs.ddl;
312 ddr = rhs.ddr;
313 erddl = rhs.erddl;
314 erddr = rhs.erddr;
315 pChiSq = rhs.pChiSq;
316 lr = rhs.lr;
317 stat = rhs.stat;
318 tdc = rhs.tdc;
319 adc = rhs.adc;
321 }

◆ MdcRec_wirhit() [3/6]

MdcRec_wirhit::MdcRec_wirhit ( )
inline

Definition at line 306 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcTables/MdcTables.h.

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

◆ ~MdcRec_wirhit() [2/3]

MdcRec_wirhit::~MdcRec_wirhit ( )

◆ MdcRec_wirhit() [4/6]

MdcRec_wirhit::MdcRec_wirhit ( const MdcRec_wirhit & rhs)
inline

Definition at line 308 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcTables/MdcTables.h.

309 : geo( rhs.geo ), dat( rhs.dat ), trk( rhs.trk ), rechitptr( rhs.rechitptr ) {
310 id = rhs.id;
311 ddl = rhs.ddl;
312 ddr = rhs.ddr;
313 erddl = rhs.erddl;
314 erddr = rhs.erddr;
315 pChiSq = rhs.pChiSq;
316 lr = rhs.lr;
317 stat = rhs.stat;
318 tdc = rhs.tdc;
319 adc = rhs.adc;
321 }

◆ MdcRec_wirhit() [5/6]

MdcRec_wirhit::MdcRec_wirhit ( )
inline

Definition at line 306 of file Mdc/MdcTables/include/MdcTables/MdcTables.h.

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

◆ ~MdcRec_wirhit() [3/3]

MdcRec_wirhit::~MdcRec_wirhit ( )

◆ MdcRec_wirhit() [6/6]

MdcRec_wirhit::MdcRec_wirhit ( const MdcRec_wirhit & rhs)
inline

Definition at line 308 of file Mdc/MdcTables/include/MdcTables/MdcTables.h.

309 : geo( rhs.geo ), dat( rhs.dat ), trk( rhs.trk ), rechitptr( rhs.rechitptr ) {
310 id = rhs.id;
311 ddl = rhs.ddl;
312 ddr = rhs.ddr;
313 erddl = rhs.erddl;
314 erddr = rhs.erddr;
315 pChiSq = rhs.pChiSq;
316 lr = rhs.lr;
317 stat = rhs.stat;
318 tdc = rhs.tdc;
319 adc = rhs.adc;
321 }

Member Function Documentation

◆ operator=() [1/3]

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

Definition at line 323 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcTables/MdcTables.h.

323 {
324
325 if ( this == &rhs ) return *this;
326 id = rhs.id;
327 ddl = rhs.ddl;
328 ddr = rhs.ddr;
329 erddl = rhs.erddl;
330 erddr = rhs.erddr;
331 pChiSq = rhs.pChiSq;
332 lr = rhs.lr;
333 stat = rhs.stat;
334 geo = rhs.geo;
335 trk = rhs.trk;
336 dat = rhs.dat;
337 tdc = rhs.tdc;
338 adc = rhs.adc;
340 rechitptr = rhs.rechitptr;
341 return *this;
342 }

◆ operator=() [2/3]

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

Definition at line 323 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcTables/MdcTables.h.

323 {
324
325 if ( this == &rhs ) return *this;
326 id = rhs.id;
327 ddl = rhs.ddl;
328 ddr = rhs.ddr;
329 erddl = rhs.erddl;
330 erddr = rhs.erddr;
331 pChiSq = rhs.pChiSq;
332 lr = rhs.lr;
333 stat = rhs.stat;
334 geo = rhs.geo;
335 trk = rhs.trk;
336 dat = rhs.dat;
337 tdc = rhs.tdc;
338 adc = rhs.adc;
340 rechitptr = rhs.rechitptr;
341 return *this;
342 }

◆ operator=() [3/3]

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

Definition at line 323 of file Mdc/MdcTables/include/MdcTables/MdcTables.h.

323 {
324
325 if ( this == &rhs ) return *this;
326 id = rhs.id;
327 ddl = rhs.ddl;
328 ddr = rhs.ddr;
329 erddl = rhs.erddl;
330 erddr = rhs.erddr;
331 pChiSq = rhs.pChiSq;
332 lr = rhs.lr;
333 stat = rhs.stat;
334 geo = rhs.geo;
335 trk = rhs.trk;
336 dat = rhs.dat;
337 tdc = rhs.tdc;
338 adc = rhs.adc;
340 rechitptr = rhs.rechitptr;
341 return *this;
342 }

Member Data Documentation

◆ adc

◆ dat

MdcDat_wirhit * MdcRec_wirhit::dat { nullptr }

◆ ddl

◆ ddr

◆ erddl

◆ erddr

◆ geo

◆ id

◆ lr

◆ pChiSq

float MdcRec_wirhit::pChiSq { 0.0 }

◆ rechitptr

◆ stat

◆ tdc

◆ timechannel

unsigned MdcRec_wirhit::timechannel { 0 }

◆ trk


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