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

Public Member Functions | |
| ANtpTrackInfoAtm () | |
| virtual | ~ANtpTrackInfoAtm () |
| void | Reset () |
Public Attributes | |
| Float_t | azimuth |
| Float_t | ra |
| Float_t | dec |
| Float_t | trackLikePlanes |
| Float_t | invBeta |
| Float_t | invBetaChi2 |
| Float_t | timeSlopeY |
| Float_t | timeSlopeYChi2 |
| Float_t | fiducialVtxDz |
| Float_t | fiducialVtxDr |
| Float_t | fiducialEndDz |
| Float_t | fiducialEndDr |
| Float_t | uvAsymmetry |
| Float_t | slantDepth |
| Float_t | planeUseFraction |
| Float_t | signalUseFraction |
| Float_t | impactParameter |
| Float_t | twoEndStripFraction |
| Int_t | planesIn10Meter |
| Int_t | planesIn15Meter |
| Int_t | planesIn20Meter |
| Int_t | planesIn25Meter |
| Int_t | planesIn30Meter |
| Int_t | planesIn35Meter |
| Int_t | planesIn40Meter |
| Float_t | sagitta |
| Float_t | netDistFromLinearFit |
| Float_t | meanDistFromLinearFit |
| Float_t | rmsDistFromLinearFit |
| Float_t | flatLineChi2 |
| Float_t | zeroCurvatureChi2 |
| Float_t | alternateChi2 |
|
|
Definition at line 21 of file ANtpTrackInfoAtm.cxx. References MSG. 00021 : 00022 azimuth(ANtpDefVal::kFloat), 00023 ra(ANtpDefVal::kFloat), 00024 dec(ANtpDefVal::kFloat), 00025 trackLikePlanes(ANtpDefVal::kFloat), 00026 invBeta(ANtpDefVal::kFloat), 00027 invBetaChi2(ANtpDefVal::kFloat), 00028 timeSlopeY(ANtpDefVal::kFloat), 00029 timeSlopeYChi2(ANtpDefVal::kFloat), 00030 fiducialVtxDz(ANtpDefVal::kFloat), 00031 fiducialVtxDr(ANtpDefVal::kFloat), 00032 fiducialEndDz(ANtpDefVal::kFloat), 00033 fiducialEndDr(ANtpDefVal::kFloat), 00034 uvAsymmetry(ANtpDefVal::kFloat), 00035 slantDepth(ANtpDefVal::kFloat), 00036 planeUseFraction(ANtpDefVal::kFloat), 00037 signalUseFraction(ANtpDefVal::kFloat), 00038 impactParameter(ANtpDefVal::kFloat), 00039 twoEndStripFraction(ANtpDefVal::kFloat), 00040 planesIn10Meter(ANtpDefVal::kInt), 00041 planesIn15Meter(ANtpDefVal::kInt), 00042 planesIn20Meter(ANtpDefVal::kInt), 00043 planesIn25Meter(ANtpDefVal::kInt), 00044 planesIn30Meter(ANtpDefVal::kInt), 00045 planesIn35Meter(ANtpDefVal::kInt), 00046 planesIn40Meter(ANtpDefVal::kInt), 00047 sagitta(ANtpDefVal::kFloat), 00048 netDistFromLinearFit(ANtpDefVal::kFloat), 00049 meanDistFromLinearFit(ANtpDefVal::kFloat), 00050 rmsDistFromLinearFit(ANtpDefVal::kFloat), 00051 flatLineChi2(ANtpDefVal::kFloat), 00052 zeroCurvatureChi2(ANtpDefVal::kFloat), 00053 alternateChi2(ANtpDefVal::kFloat) 00054 { 00055 00056 MSG("ANtpTrackInfoAtm", Msg::kDebug) << "ANtpTrackInfoAtm::Constructor" << endl; 00057 00058 }
|
|
|
Definition at line 61 of file ANtpTrackInfoAtm.cxx. References MSG. 00062 {
00063
00064 MSG("ANtpTrackInfoAtm", Msg::kDebug) << "ANtpTrackInfoAtm::Destructor" << endl;
00065
00066 }
|
|
|
Reimplemented from ANtpTrackInfo. Definition at line 69 of file ANtpTrackInfoAtm.cxx. References alternateChi2, azimuth, dec, fiducialEndDr, fiducialEndDz, fiducialVtxDr, fiducialVtxDz, flatLineChi2, impactParameter, invBeta, invBetaChi2, meanDistFromLinearFit, netDistFromLinearFit, planesIn10Meter, planesIn15Meter, planesIn20Meter, planesIn25Meter, planesIn30Meter, planesIn35Meter, planesIn40Meter, planeUseFraction, ra, ANtpTrackInfo::Reset(), rmsDistFromLinearFit, sagitta, signalUseFraction, slantDepth, timeSlopeY, timeSlopeYChi2, trackLikePlanes, twoEndStripFraction, uvAsymmetry, and zeroCurvatureChi2. Referenced by CondensedNtpModuleAtm::ResetTreeVariables(). 00070 {
00071 ANtpTrackInfo::Reset();
00072 azimuth = ANtpDefVal::kFloat;
00073 ra = ANtpDefVal::kFloat;
00074 dec = ANtpDefVal::kFloat;
00075 trackLikePlanes = ANtpDefVal::kFloat;
00076 invBeta = ANtpDefVal::kFloat;
00077 invBetaChi2 = ANtpDefVal::kFloat;
00078 timeSlopeY = ANtpDefVal::kFloat;
00079 timeSlopeYChi2 = ANtpDefVal::kFloat;
00080 fiducialVtxDz = ANtpDefVal::kFloat;
00081 fiducialVtxDr = ANtpDefVal::kFloat;
00082 fiducialEndDz = ANtpDefVal::kFloat;
00083 fiducialEndDr = ANtpDefVal::kFloat;
00084 uvAsymmetry = ANtpDefVal::kFloat;
00085 slantDepth = ANtpDefVal::kFloat;
00086 planeUseFraction = ANtpDefVal::kFloat;
00087 signalUseFraction = ANtpDefVal::kFloat;
00088 impactParameter = ANtpDefVal::kFloat;
00089 twoEndStripFraction = ANtpDefVal::kFloat;
00090 planesIn10Meter = ANtpDefVal::kInt;
00091 planesIn15Meter = ANtpDefVal::kInt;
00092 planesIn20Meter = ANtpDefVal::kInt;
00093 planesIn25Meter = ANtpDefVal::kInt;
00094 planesIn30Meter = ANtpDefVal::kInt;
00095 planesIn35Meter = ANtpDefVal::kInt;
00096 planesIn40Meter = ANtpDefVal::kInt;
00097 sagitta = ANtpDefVal::kFloat;
00098 netDistFromLinearFit = ANtpDefVal::kFloat;
00099 meanDistFromLinearFit = ANtpDefVal::kFloat;
00100 rmsDistFromLinearFit = ANtpDefVal::kFloat;
00101 flatLineChi2 = ANtpDefVal::kFloat;
00102 zeroCurvatureChi2 = ANtpDefVal::kFloat;
00103 alternateChi2 = ANtpDefVal::kFloat;
00104
00105 return;
00106 }
|
|
|
Definition at line 55 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 24 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 26 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 35 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 34 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 33 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicTrack(), and Reset(). |
|
|
Definition at line 32 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicTrack(), and Reset(). |
|
|
Definition at line 53 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackTimingVariables(), and Reset(). |
|
|
Definition at line 40 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 28 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), CondensedNtpModuleAtm::FillTrackTimingVariables(), and Reset(). |
|
|
Definition at line 29 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackTimingVariables(), and Reset(). |
|
|
Definition at line 51 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackMagneticBendingVariables(), and Reset(). |
|
|
Definition at line 50 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackMagneticBendingVariables(), and Reset(). |
|
|
Definition at line 42 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 43 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 44 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 45 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 46 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 47 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicChargeID(), and Reset(). |
|
|
Definition at line 48 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 38 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicTrack(), and Reset(). |
|
|
Definition at line 25 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 52 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackMagneticBendingVariables(), and Reset(). |
|
|
Definition at line 49 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackMagneticBendingVariables(), and Reset(). |
|
|
Definition at line 39 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicTrack(), and Reset(). |
|
|
Definition at line 37 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 30 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackTimingVariables(), and Reset(). |
|
|
Definition at line 31 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackTimingVariables(), and Reset(). |
|
|
Definition at line 27 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), and Reset(). |
|
|
Definition at line 41 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicTrack(), and Reset(). |
|
|
Definition at line 36 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackInformation(), NCAnalysisCutsCR::IsGoodCosmicTrack(), and Reset(). |
|
|
Definition at line 54 of file ANtpTrackInfoAtm.h. Referenced by CondensedNtpModuleAtm::FillTrackMagneticBendingVariables(), and Reset(). |
1.3.9.1