#include <VtxFinderData.h>
Public Member Functions | |
| VtxFinderData () | |
| VtxFinderData (const VtxFinderData &vtx) | |
| ~VtxFinderData () | |
| void | Reset () |
Public Attributes | |
| Float_t | vfVtxZ |
| Float_t | vfVtxY |
| Float_t | vfVtxX |
| Float_t | vfVtxU |
| Float_t | vfVtxV |
| Float_t | vfVtxPlane |
| Float_t | mcVtxZ |
| Float_t | mcVtxY |
| Float_t | mcVtxX |
| Float_t | mcVtxU |
| Float_t | mcVtxV |
| Float_t | trkVtxZ |
| Float_t | trkVtxY |
| Float_t | trkVtxX |
| Float_t | trkVtxU |
| Float_t | trkVtxV |
| Float_t | trkVtxPlane |
| Float_t | vfError |
| Float_t | trkError |
| Float_t | vfBestError |
| Float_t | vfBestX |
| Float_t | vfBestY |
| Float_t | vfBestU |
| Float_t | vfBestV |
| Float_t | vfBestZ |
| Float_t | vfErrZ |
| Float_t | vfErrU |
| Float_t | vfErrV |
| Float_t | vfBestErrU |
| Float_t | vfBestErrV |
| Float_t | vfBestErrZ |
| Float_t | vfRelErrZ |
| Float_t | vfRelErrU |
| Float_t | vfRelErrV |
| Float_t | vfRelError |
| Int_t | mcContained |
| Int_t | vfContained |
|
|
Definition at line 13 of file VtxFinderData.cxx. 00013 : 00014 vfVtxZ(ANtpDefaultValue::kFloat), 00015 vfVtxY(ANtpDefaultValue::kFloat), 00016 vfVtxX(ANtpDefaultValue::kFloat), 00017 vfVtxU(ANtpDefaultValue::kFloat), 00018 vfVtxV(ANtpDefaultValue::kFloat), 00019 vfVtxPlane(ANtpDefaultValue::kFloat), 00020 mcVtxZ(ANtpDefaultValue::kFloat), 00021 mcVtxY(ANtpDefaultValue::kFloat), 00022 mcVtxX(ANtpDefaultValue::kFloat), 00023 mcVtxU(ANtpDefaultValue::kFloat), 00024 mcVtxV(ANtpDefaultValue::kFloat), 00025 trkVtxZ(ANtpDefaultValue::kFloat), 00026 trkVtxY(ANtpDefaultValue::kFloat), 00027 trkVtxX(ANtpDefaultValue::kFloat), 00028 trkVtxU(ANtpDefaultValue::kFloat), 00029 trkVtxV(ANtpDefaultValue::kFloat), 00030 trkVtxPlane(ANtpDefaultValue::kFloat), 00031 vfError(ANtpDefaultValue::kFloat), 00032 trkError(ANtpDefaultValue::kFloat), 00033 vfBestError(ANtpDefaultValue::kFloat), 00034 vfBestX(ANtpDefaultValue::kFloat), 00035 vfBestY(ANtpDefaultValue::kFloat), 00036 vfBestU(ANtpDefaultValue::kFloat), 00037 vfBestV(ANtpDefaultValue::kFloat), 00038 vfBestZ(ANtpDefaultValue::kFloat), 00039 vfErrZ(ANtpDefaultValue::kFloat), 00040 vfErrU(ANtpDefaultValue::kFloat), 00041 vfErrV(ANtpDefaultValue::kFloat), 00042 vfBestErrU(ANtpDefaultValue::kFloat), 00043 vfBestErrV(ANtpDefaultValue::kFloat), 00044 vfBestErrZ(ANtpDefaultValue::kFloat), 00045 vfRelErrZ(ANtpDefaultValue::kFloat), 00046 vfRelErrU(ANtpDefaultValue::kFloat), 00047 vfRelErrV(ANtpDefaultValue::kFloat), 00048 vfRelError(ANtpDefaultValue::kFloat), 00049 mcContained(ANtpDefaultValue::kInt), 00050 vfContained(ANtpDefaultValue::kInt) 00051 {}
|
|
|
Definition at line 99 of file VtxFinderData.cxx. 00099 : 00100 TObject(), 00101 vfVtxZ(vtx.vfVtxZ), 00102 vfVtxY(vtx.vfVtxY), 00103 vfVtxX(vtx.vfVtxX), 00104 vfVtxU(vtx.vfVtxU), 00105 vfVtxV(vtx.vfVtxV), 00106 vfVtxPlane(vtx.vfVtxPlane), 00107 mcVtxZ(vtx.mcVtxZ), 00108 mcVtxY(vtx.mcVtxY), 00109 mcVtxX(vtx.mcVtxX), 00110 mcVtxU(vtx.mcVtxU), 00111 mcVtxV(vtx.mcVtxV), 00112 trkVtxZ(vtx.trkVtxZ), 00113 trkVtxY(vtx.trkVtxY), 00114 trkVtxX(vtx.trkVtxX), 00115 trkVtxU(vtx.trkVtxU), 00116 trkVtxV(vtx.trkVtxV), 00117 trkVtxPlane(vtx.trkVtxPlane), 00118 vfError(vtx.vfError), 00119 trkError(vtx.trkError), 00120 vfBestError(vtx.vfBestError), 00121 vfBestX(vtx.vfBestX), 00122 vfBestY(vtx.vfBestY), 00123 vfBestU(vtx.vfBestU), 00124 vfBestV(vtx.vfBestV), 00125 vfBestZ(vtx.vfBestZ), 00126 vfErrZ(vtx.vfErrZ), 00127 vfErrU(vtx.vfErrU), 00128 vfErrV(vtx.vfErrV), 00129 vfBestErrU(vtx.vfBestErrU), 00130 vfBestErrV(vtx.vfBestErrV), 00131 vfBestErrZ(vtx.vfBestErrZ), 00132 vfRelErrZ(vtx.vfRelErrZ), 00133 vfRelErrU(vtx.vfRelErrU), 00134 vfRelErrV(vtx.vfRelErrV), 00135 vfRelError(vtx.vfRelError), 00136 mcContained(vtx.mcContained), 00137 vfContained(vtx.vfContained) 00138 { 00139 } }
|
|
|
Definition at line 53 of file VtxFinderData.cxx. 00054 {}
|
|
|
Definition at line 56 of file VtxFinderData.cxx. References mcContained, mcVtxU, mcVtxV, mcVtxX, mcVtxY, mcVtxZ, trkError, trkVtxPlane, trkVtxU, trkVtxV, trkVtxX, trkVtxY, trkVtxZ, vfBestError, vfBestErrU, vfBestErrV, vfBestErrZ, vfBestU, vfBestV, vfBestX, vfBestY, vfBestZ, vfContained, vfError, vfErrU, vfErrV, vfErrZ, vfRelError, vfRelErrU, vfRelErrV, vfRelErrZ, vfVtxPlane, vfVtxU, vfVtxV, vfVtxX, vfVtxY, and vfVtxZ. 00057 {
00058 vfVtxZ = ANtpDefaultValue::kFloat;
00059 vfVtxY= ANtpDefaultValue::kFloat;
00060 vfVtxX= ANtpDefaultValue::kFloat;
00061 vfVtxU= ANtpDefaultValue::kFloat;
00062 vfVtxV= ANtpDefaultValue::kFloat;
00063 vfVtxPlane= ANtpDefaultValue::kFloat;
00064 mcVtxZ= ANtpDefaultValue::kFloat;
00065 mcVtxY= ANtpDefaultValue::kFloat;
00066 mcVtxX= ANtpDefaultValue::kFloat;
00067 mcVtxU= ANtpDefaultValue::kFloat;
00068 mcVtxV= ANtpDefaultValue::kFloat;
00069 trkVtxZ= ANtpDefaultValue::kFloat;
00070 trkVtxY= ANtpDefaultValue::kFloat;
00071 trkVtxX= ANtpDefaultValue::kFloat;
00072 trkVtxU= ANtpDefaultValue::kFloat;
00073 trkVtxV= ANtpDefaultValue::kFloat;
00074 trkVtxPlane= ANtpDefaultValue::kFloat;
00075 vfError= ANtpDefaultValue::kFloat;
00076 trkError =ANtpDefaultValue::kFloat;
00077 vfBestError = ANtpDefaultValue::kFloat;
00078 vfBestX = ANtpDefaultValue::kFloat;
00079 vfBestY = ANtpDefaultValue::kFloat;
00080 vfBestU = ANtpDefaultValue::kFloat;
00081 vfBestV = ANtpDefaultValue::kFloat;
00082 vfBestZ = ANtpDefaultValue::kFloat;
00083 vfErrZ = ANtpDefaultValue::kFloat;
00084 vfErrU = ANtpDefaultValue::kFloat;
00085 vfErrV = ANtpDefaultValue::kFloat;
00086 vfBestErrU = ANtpDefaultValue::kFloat;
00087 vfBestErrV = ANtpDefaultValue::kFloat;
00088 vfBestErrZ = ANtpDefaultValue::kFloat;
00089 vfRelErrZ = ANtpDefaultValue::kFloat;
00090 vfRelErrU = ANtpDefaultValue::kFloat;
00091 vfRelErrV = ANtpDefaultValue::kFloat;
00092 vfRelError = ANtpDefaultValue::kFloat;
00093 mcContained = ANtpDefaultValue::kInt;
00094 vfContained = ANtpDefaultValue::kInt;
00095 }
|
|
|
Definition at line 57 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 25 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 26 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 24 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 23 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 22 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 37 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 34 of file VtxFinderData.h. Referenced by Reset(). |
|
|
Definition at line 32 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 33 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 31 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 30 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 29 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 39 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 49 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 50 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 51 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 42 of file VtxFinderData.h. Referenced by VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 43 of file VtxFinderData.h. Referenced by VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 40 of file VtxFinderData.h. Referenced by VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 41 of file VtxFinderData.h. Referenced by VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 44 of file VtxFinderData.h. Referenced by VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 58 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 36 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), ValVtxModule::FillPlots(), and Reset(). |
|
|
Definition at line 47 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), ValVtxModule::FillPlots(), and Reset(). |
|
|
Definition at line 48 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), ValVtxModule::FillPlots(), and Reset(). |
|
|
Definition at line 46 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), ValVtxModule::FillPlots(), and Reset(). |
|
|
Definition at line 55 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 53 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 54 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 52 of file VtxFinderData.h. Referenced by ValVtxModule::FillPlots(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 20 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 18 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 19 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), VtxFinderAna::FindClosest(), and Reset(). |
|
|
Definition at line 17 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 16 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), and Reset(). |
|
|
Definition at line 15 of file VtxFinderData.h. Referenced by VtxFinderAna::Analyze(), VtxFinderAna::FindClosest(), and Reset(). |
1.3.9.1