#include <Helpers.h>
Public Member Functions | |
| MCDigit () | |
| MCDigit (const PlexStripEndId pse, REROOT_FLSDigit flsdig) | |
| MCDigit (const MCDigit &mcd) | |
| ~MCDigit () | |
| const int | GetMCPlane () const |
| const int | GetMCExtr () const |
| const int | GetMCCell () const |
| const float | GetMCTPos () const |
| const float | GetMCRAWPE () const |
| const float | GetMCCorrPE () const |
| const float | GetMCTDC () const |
| const int | GetMCTubePixel () const |
| const float | GetMCSignalPE () const |
| const float | GetMCInitialTDC () const |
| const float | GetMCAveDistTrue () const |
| const int | GetMCHitBits () const |
| const int | GetMCCellPos () const |
| const int | GetMCPlanePos () const |
| const float | GetMCSumETrue () const |
Private Attributes | |
| int | fMCPlane |
| int | fMCExtr |
| int | fMCCell |
| float | fMCTPos |
| float | fMCRAWPE |
| float | fMCCorrPE |
| float | fMCTDC |
| int | fMCTubePixel |
| float | fMCSignalPE |
| float | fMCInitialTDC |
| float | fMCAveDistTrue |
| int | fMCHitBits |
| int | fMCCellPos |
| int | fMCPlanePos |
| float | fMCSumETrue |
|
|
Definition at line 50 of file Helpers.cxx. 00050 : 00051 00052 fMCPlane(0), 00053 fMCExtr(0), 00054 fMCCell(0), 00055 fMCTPos(0.), 00056 fMCRAWPE(0.), 00057 fMCCorrPE(0.), 00058 fMCTDC(0.), 00059 fMCTubePixel(0), 00060 fMCSignalPE(0.), 00061 fMCInitialTDC(0.), 00062 fMCAveDistTrue(0.), 00063 fMCHitBits(0), 00064 fMCCellPos(0), 00065 fMCPlanePos(0), 00066 fMCSumETrue(0) 00067 {}
|
|
||||||||||||
|
|
Definition at line 110 of file Helpers.cxx. 00110 : 00111 fMCPlane(mcd.fMCPlane), 00112 fMCExtr(mcd.fMCExtr), 00113 fMCCell(mcd.fMCCell), 00114 fMCTPos(mcd.fMCTPos), 00115 fMCRAWPE(mcd.fMCRAWPE), 00116 fMCCorrPE(mcd.fMCCorrPE), 00117 fMCTDC(mcd.fMCTDC), 00118 fMCTubePixel(mcd.fMCTubePixel), 00119 fMCSignalPE(mcd.fMCSignalPE), 00120 fMCInitialTDC(mcd.fMCInitialTDC), 00121 fMCAveDistTrue(mcd.fMCAveDistTrue), 00122 fMCHitBits(mcd.fMCHitBits), 00123 fMCCellPos(mcd.fMCCellPos), 00124 fMCPlanePos(mcd.fMCPlanePos), 00125 fMCSumETrue(mcd.fMCSumETrue) 00126 {}
|
|
|
Definition at line 130 of file Helpers.cxx. 00130 {}
|
|
|
Definition at line 100 of file Helpers.h. 00100 {return fMCAveDistTrue;}
|
|
|
Definition at line 92 of file Helpers.h. 00092 {return fMCCell;}
|
|
|
Definition at line 102 of file Helpers.h. 00102 {return fMCCellPos;}
|
|
|
Definition at line 95 of file Helpers.h. 00095 {return fMCCorrPE;}
|
|
|
Definition at line 91 of file Helpers.h. 00091 {return fMCExtr;}
|
|
|
Definition at line 101 of file Helpers.h. 00101 {return fMCHitBits;}
|
|
|
Definition at line 99 of file Helpers.h. 00099 {return fMCInitialTDC;}
|
|
|
Definition at line 90 of file Helpers.h. 00090 {return fMCPlane;}
|
|
|
Definition at line 103 of file Helpers.h. 00103 {return fMCPlanePos;}
|
|
|
Definition at line 94 of file Helpers.h. 00094 {return fMCRAWPE;}
|
|
|
Definition at line 98 of file Helpers.h. 00098 {return fMCSignalPE;}
|
|
|
Definition at line 106 of file Helpers.h. 00106 {return fMCSumETrue;}
|
|
|
Definition at line 96 of file Helpers.h. 00096 {return fMCTDC;}
|
|
|
Definition at line 93 of file Helpers.h. 00093 {return fMCTPos;}
|
|
|
Definition at line 97 of file Helpers.h. 00097 {return fMCTubePixel;}
|
|
|
Definition at line 70 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 62 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 72 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 65 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 61 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 71 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 69 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 60 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 73 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 64 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 68 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 74 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 66 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 63 of file Helpers.h. Referenced by MCDigit(). |
|
|
Definition at line 67 of file Helpers.h. Referenced by MCDigit(). |
1.3.9.1