#include <ANtpTrackInfoNC.h>
Inheritance diagram for ANtpTrackInfoNC:

Public Member Functions | |
| ANtpTrackInfoNC () | |
| virtual | ~ANtpTrackInfoNC () |
| void | Reset () |
Public Attributes | |
| Int_t | xTalkStrips |
| Float_t | uvAsymmetry |
| Float_t | planeUseFraction |
| Float_t | signalUseFraction |
| Float_t | twoEndStripFraction |
| Int_t | trackLikePlanes |
| Float_t | dtdz |
| Float_t | phPerStrip |
| Float_t | phPerPlane |
| Float_t | aTrkpass_ns |
| Float_t | aTrkph_ns |
| Float_t | aTrklen_ns |
| Float_t | aTrkphperpl_ns |
| Float_t | aTrkphper_ns |
| Float_t | aTrkplu_ns |
| Float_t | aTrkplv_ns |
| Float_t | aTrkstp_ns |
| Float_t | aTrkvtx_ns |
| Float_t | kNN |
| Float_t | numScintPlanes |
| Float_t | meanSigCor |
| Float_t | meanLowStripDivHighStrip |
| Float_t | trackSigCorFraction |
|
|
Definition at line 21 of file ANtpTrackInfoNC.cxx. References MSG. 00021 : 00022 xTalkStrips(ANtpDefVal::kInt), 00023 uvAsymmetry(ANtpDefVal::kFloat), 00024 planeUseFraction(ANtpDefVal::kFloat), 00025 signalUseFraction(ANtpDefVal::kFloat), 00026 twoEndStripFraction(ANtpDefVal::kFloat), 00027 dtdz(ANtpDefVal::kFloat), 00028 phPerStrip(ANtpDefVal::kFloat), 00029 phPerPlane(ANtpDefVal::kFloat), 00030 aTrkpass_ns(ANtpDefVal::kFloat), 00031 aTrkph_ns(ANtpDefVal::kFloat), 00032 aTrklen_ns(ANtpDefVal::kFloat), 00033 aTrkphperpl_ns(ANtpDefVal::kFloat), 00034 aTrkphper_ns (ANtpDefVal::kFloat), 00035 aTrkplu_ns(ANtpDefVal::kFloat), 00036 aTrkplv_ns(ANtpDefVal::kFloat), 00037 aTrkstp_ns(ANtpDefVal::kFloat), 00038 aTrkvtx_ns(ANtpDefVal::kFloat), 00039 kNN(ANtpDefVal::kFloat), 00040 numScintPlanes(ANtpDefVal::kFloat), 00041 meanSigCor(ANtpDefVal::kFloat), 00042 meanLowStripDivHighStrip(ANtpDefVal::kFloat), 00043 trackSigCorFraction(ANtpDefVal::kFloat) 00044 { 00045 00046 MSG("ANtpTrackInfoNC", Msg::kDebug) << "ANtpTrackInfoNC::Constructor" << endl; 00047 00048 }
|
|
|
Definition at line 51 of file ANtpTrackInfoNC.cxx. References MSG. 00052 {
00053
00054 MSG("ANtpTrackInfoNC", Msg::kDebug) << "ANtpTrackInfoNC::Destructor" << endl;
00055
00056 }
|
|
|
Reimplemented from ANtpTrackInfo. Definition at line 59 of file ANtpTrackInfoNC.cxx. References aTrklen_ns, aTrkpass_ns, aTrkph_ns, aTrkphper_ns, aTrkphperpl_ns, aTrkplu_ns, aTrkplv_ns, aTrkstp_ns, aTrkvtx_ns, dtdz, kNN, meanLowStripDivHighStrip, meanSigCor, numScintPlanes, phPerPlane, phPerStrip, planeUseFraction, ANtpTrackInfo::Reset(), signalUseFraction, trackSigCorFraction, twoEndStripFraction, uvAsymmetry, and xTalkStrips. Referenced by CondensedNtpModuleNC::Ana(), NuExtraction::ExtractNCInfo(), ANtpInfoObjectFillerNC::FillTrackInformation(), and CondensedNtpModuleNC::ResetTreeVariables(). 00060 {
00061 ANtpTrackInfo::Reset();
00062 xTalkStrips = ANtpDefVal::kInt;
00063 uvAsymmetry = ANtpDefVal::kFloat;
00064 planeUseFraction = ANtpDefVal::kFloat;
00065 signalUseFraction = ANtpDefVal::kFloat;
00066 twoEndStripFraction = ANtpDefVal::kFloat;
00067 dtdz = ANtpDefVal::kFloat;
00068 phPerStrip = ANtpDefVal::kFloat;
00069 phPerPlane = ANtpDefVal::kFloat;
00070 aTrkpass_ns = ANtpDefVal::kFloat;
00071 aTrkph_ns = ANtpDefVal::kFloat;
00072 aTrklen_ns = ANtpDefVal::kFloat;
00073 aTrkphperpl_ns = ANtpDefVal::kFloat;
00074 aTrkphper_ns = ANtpDefVal::kFloat;
00075 aTrkplu_ns = ANtpDefVal::kFloat;
00076 aTrkplv_ns = ANtpDefVal::kFloat;
00077 aTrkstp_ns = ANtpDefVal::kFloat;
00078 aTrkvtx_ns = ANtpDefVal::kFloat;
00079 kNN = ANtpDefVal::kFloat;
00080 numScintPlanes = ANtpDefVal::kFloat;
00081 meanSigCor = ANtpDefVal::kFloat;
00082 meanLowStripDivHighStrip = ANtpDefVal::kFloat;
00083 trackSigCorFraction = ANtpDefVal::kFloat;
00084
00085 return;
00086 }
|
|
|
Definition at line 35 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 33 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 34 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 37 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 36 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 38 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 39 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 40 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 41 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), NCAnalysisCuts::IsGoodShower(), and Reset(). |
|
|
Definition at line 29 of file ANtpTrackInfoNC.h. Referenced by NuExtraction::ExtractNCInfo(), ANtpInfoObjectFillerNC::FillTrackInformation(), NCAnalysisCutsNC::IsCosmicInSpillOx(), and Reset(). |
|
|
Definition at line 43 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), NCExtractionkNN::GetIdProbability(), and Reset(). |
|
|
Definition at line 46 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 45 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 44 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 31 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 30 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 25 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 26 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 28 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(). |
|
|
Definition at line 48 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), NCExtractionANN::GetIdProbability(), and Reset(). |
|
|
Definition at line 27 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 24 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
|
|
Definition at line 23 of file ANtpTrackInfoNC.h. Referenced by ANtpInfoObjectFillerNC::FillTrackInformation(), and Reset(). |
1.3.9.1