Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

AtmosTrack Class Reference

#include <AtmosTrack.h>

List of all members.

Public Member Functions

 AtmosTrack ()
 ~AtmosTrack ()
void Init ()

Public Attributes

Int_t VtxPlane
Double_t VtxTime
Double_t VtxU
Double_t VtxV
Double_t VtxX
Double_t VtxY
Double_t VtxZ
Double_t VtxR
Double_t VtxTrace
Double_t VtxTraceZ
Double_t VtxDirCosU
Double_t VtxDirCosV
Double_t VtxDirCosX
Double_t VtxDirCosY
Double_t VtxDirCosZ
Int_t EndPlane
Double_t EndTime
Double_t EndU
Double_t EndV
Double_t EndX
Double_t EndY
Double_t EndZ
Double_t EndR
Double_t EndTrace
Double_t EndTraceZ
Double_t EndDirCosU
Double_t EndDirCosV
Double_t EndDirCosX
Double_t EndDirCosY
Double_t EndDirCosZ
Double_t Range
Double_t Momentum
Double_t TimeSlope
Double_t TimeOffset
Int_t AtNuNstrips
Int_t AtNuNplanes
Int_t AtNuMinPlane
Int_t AtNuMaxPlane
Double_t AtNuDirTimeSlope
Double_t AtNuDirTimeOffset
Double_t AtNuDirTimeScatter
Double_t AtNuDirTimeScore
Double_t AtNuVtxDirTimeFitChisq
Double_t AtNuEndDirTimeFitChisq
Int_t AtNuVtxDirTimeFitNdf
Int_t AtNuEndDirTimeFitNdf
Int_t AtNuVtxShw
Int_t AtNuVtxShwStrips
Int_t AtNuVtxShwReseeded
Int_t AtNuEndShw
Int_t AtNuEndShwStrips
Int_t AtNuEndShwReseeded
Double_t AtNuVtxR
Double_t AtNuVtxRdigits
Int_t AtNuVtxPlaneDigits
Double_t AtNuVtxUwidth
Double_t AtNuVtxUmean
Double_t AtNuVtxVwidth
Double_t AtNuVtxVmean
Double_t AtNuVtxRmax
Double_t AtNuVtxQmax
Double_t AtNuEndR
Double_t AtNuEndRdigits
Int_t AtNuEndPlaneDigits
Double_t AtNuEndUwidth
Double_t AtNuEndUmean
Double_t AtNuEndVwidth
Double_t AtNuEndVmean
Double_t AtNuEndRmax
Double_t AtNuEndQmax
Int_t AtNuTrkPlanes
Double_t AtNuTrkPH
Double_t AtNuShwPH
Double_t AtNuAssocTrkPH
Double_t AtNuAssocTrkPHfrac
Double_t AtNuLinearDirCosU
Double_t AtNuLinearDirCosV
Double_t AtNuLinearDirCosZ
Double_t AtNuLinearDirFitChisq
Int_t AtNuLinearDirFitNdf
Double_t AtNuRangeThruSteel
Double_t AtNuRangeThruDetector
Int_t AtNuReseedFlag
Int_t FitPass
Double_t EMcharge
Double_t MomentumRange
Double_t MomentumCurve
Double_t VtxQPError
Double_t AtNuChi2
Double_t AtNuChi2Lin
Double_t AtNuQPmean
Double_t AtNuQPerr
Double_t AtNuQPcorr
Double_t AtNuQPwidth
Int_t AtNuQPplns


Constructor & Destructor Documentation

AtmosTrack::AtmosTrack  ) 
 

Definition at line 6 of file AtmosTrack.cxx.

00007 {
00008   this->Init();
00009 }

AtmosTrack::~AtmosTrack  ) 
 

Definition at line 11 of file AtmosTrack.cxx.

00012 {
00013 
00014 }


Member Function Documentation

void AtmosTrack::Init  ) 
 

Definition at line 16 of file AtmosTrack.cxx.

References AtNuAssocTrkPH, AtNuAssocTrkPHfrac, AtNuChi2, AtNuChi2Lin, AtNuDirTimeOffset, AtNuDirTimeScatter, AtNuDirTimeScore, AtNuDirTimeSlope, AtNuEndDirTimeFitChisq, AtNuEndDirTimeFitNdf, AtNuEndPlaneDigits, AtNuEndQmax, AtNuEndR, AtNuEndRdigits, AtNuEndRmax, AtNuEndShw, AtNuEndShwReseeded, AtNuEndShwStrips, AtNuEndUmean, AtNuEndUwidth, AtNuEndVmean, AtNuEndVwidth, AtNuLinearDirCosU, AtNuLinearDirCosV, AtNuLinearDirCosZ, AtNuLinearDirFitChisq, AtNuLinearDirFitNdf, AtNuMaxPlane, AtNuMinPlane, AtNuNplanes, AtNuNstrips, AtNuQPcorr, AtNuQPerr, AtNuQPmean, AtNuQPplns, AtNuQPwidth, AtNuRangeThruDetector, AtNuRangeThruSteel, AtNuReseedFlag, AtNuShwPH, AtNuTrkPH, AtNuTrkPlanes, AtNuVtxDirTimeFitChisq, AtNuVtxDirTimeFitNdf, AtNuVtxPlaneDigits, AtNuVtxQmax, AtNuVtxR, AtNuVtxRdigits, AtNuVtxRmax, AtNuVtxShw, AtNuVtxShwReseeded, AtNuVtxShwStrips, AtNuVtxUmean, AtNuVtxUwidth, AtNuVtxVmean, AtNuVtxVwidth, EMcharge, EndDirCosU, EndDirCosV, EndDirCosX, EndDirCosY, EndDirCosZ, EndPlane, EndR, EndTime, EndTrace, EndTraceZ, EndU, EndV, EndX, EndY, EndZ, FitPass, Momentum, MomentumCurve, MomentumRange, TimeOffset, TimeSlope, VtxDirCosU, VtxDirCosV, VtxDirCosX, VtxDirCosY, VtxDirCosZ, VtxPlane, VtxQPError, VtxR, VtxTime, VtxTrace, VtxTraceZ, VtxU, VtxV, VtxX, VtxY, and VtxZ.

00017 {
00018   VtxPlane = 0;
00019   VtxTime = 0.0;
00020   VtxU = 0.0;
00021   VtxV = 0.0;
00022   VtxX = 0.0;
00023   VtxY = 0.0;
00024   VtxZ = 0.0;
00025   VtxR = 0.0;
00026   VtxTrace = 0.0;
00027   VtxTraceZ = 0.0;
00028   VtxDirCosU = 0.0;
00029   VtxDirCosV = 0.0;
00030   VtxDirCosX = 0.0;
00031   VtxDirCosY = 0.0;
00032   VtxDirCosZ = 0.0;
00033 
00034   EndPlane = 0;
00035   EndTime = 0.0;
00036   EndU = 0.0;
00037   EndV = 0.0;
00038   EndX = 0.0;
00039   EndY = 0.0;
00040   EndZ = 0.0;
00041   EndR = 0.0;
00042   EndTrace = 0.0;
00043   EndTraceZ = 0.0;
00044   EndDirCosU = 0.0;
00045   EndDirCosV = 0.0;
00046   EndDirCosX = 0.0;
00047   EndDirCosY = 0.0;
00048   EndDirCosZ = 0.0;
00049   
00050   Range = 0.0;
00051   Momentum = 0.0;
00052   TimeSlope = 0.0;
00053   TimeOffset = 0.0; 
00054   
00055   AtNuNstrips = 0;
00056   AtNuNplanes = 0;
00057   AtNuMinPlane = 0; 
00058   AtNuMaxPlane = 0; 
00059 
00060   AtNuDirTimeSlope = 0.0;
00061   AtNuDirTimeOffset = 0.0;
00062   AtNuDirTimeScatter = 0.0;
00063   AtNuDirTimeScore = 0.0;
00064 
00065   AtNuVtxDirTimeFitChisq = 0;
00066   AtNuEndDirTimeFitChisq = 0.0;
00067   AtNuVtxDirTimeFitNdf = 0;
00068   AtNuEndDirTimeFitNdf = 0;
00069   AtNuVtxShw = 0;  
00070   AtNuVtxShwStrips = 0;
00071   AtNuVtxShwReseeded = 0;
00072   AtNuEndShw = 0;
00073   AtNuEndShwStrips = 0;
00074   AtNuEndShwReseeded = 0;
00075 
00076   AtNuVtxR = 0.0;
00077   AtNuVtxRdigits = 0.0;
00078   AtNuVtxPlaneDigits = 0;
00079   AtNuVtxUwidth = 0.0;
00080   AtNuVtxUmean = 0.0;
00081   AtNuVtxVwidth = 0.0;
00082   AtNuVtxVmean = 0.0;
00083   AtNuVtxRmax = 0.0;
00084   AtNuVtxQmax = 0.0;
00085 
00086   AtNuEndR = 0.0;
00087   AtNuEndRdigits = 0.0;
00088   AtNuEndPlaneDigits = 0;
00089   AtNuEndUwidth = 0.0;
00090   AtNuEndUmean = 0.0;
00091   AtNuEndVwidth = 0.0;
00092   AtNuEndVmean = 0.0;
00093   AtNuEndRmax = 0.0;
00094   AtNuEndQmax = 0.0;
00095 
00096   AtNuTrkPlanes = 0;
00097   AtNuTrkPH = 0.0;
00098   AtNuShwPH = 0.0;
00099   AtNuAssocTrkPH = 0.0;
00100   AtNuAssocTrkPHfrac = 0.0;
00101   AtNuLinearDirCosU = 0.0;
00102   AtNuLinearDirCosV = 0.0;
00103   AtNuLinearDirCosZ = 0.0;
00104   AtNuLinearDirFitChisq = 0.0;
00105   AtNuLinearDirFitNdf = 0;
00106   AtNuRangeThruSteel = 0.0;
00107   AtNuRangeThruDetector = 0.0;
00108   AtNuReseedFlag = -1;
00109 
00110   FitPass = 0;    
00111   EMcharge = 0.0;
00112   MomentumRange = 0.0;
00113   MomentumCurve = 0.0;
00114   VtxQPError = 0.0;
00115 
00116   AtNuChi2 = 0.0;
00117   AtNuChi2Lin = 0.0;
00118   AtNuQPmean = 0.0;
00119   AtNuQPerr = 0.0;
00120   AtNuQPcorr = 0.0;
00121   AtNuQPwidth = 0.0;
00122   AtNuQPplns = 0;
00123 
00124 }


Member Data Documentation

Double_t AtmosTrack::AtNuAssocTrkPH
 

Definition at line 92 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuAssocTrkPHfrac
 

Definition at line 93 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuChi2
 

Definition at line 109 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuChi2Lin
 

Definition at line 110 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuDirTimeOffset
 

Definition at line 56 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuDirTimeScatter
 

Definition at line 57 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuDirTimeScore
 

Definition at line 58 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuDirTimeSlope
 

Definition at line 55 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndDirTimeFitChisq
 

Definition at line 60 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuEndDirTimeFitNdf
 

Definition at line 62 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuEndPlaneDigits
 

Definition at line 81 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndQmax
 

Definition at line 87 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndR
 

Definition at line 79 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndRdigits
 

Definition at line 80 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndRmax
 

Definition at line 86 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuEndShw
 

Definition at line 66 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuEndShwReseeded
 

Definition at line 68 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuEndShwStrips
 

Definition at line 67 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndUmean
 

Definition at line 83 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndUwidth
 

Definition at line 82 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndVmean
 

Definition at line 85 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuEndVwidth
 

Definition at line 84 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuLinearDirCosU
 

Definition at line 94 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuLinearDirCosV
 

Definition at line 95 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuLinearDirCosZ
 

Definition at line 96 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuLinearDirFitChisq
 

Definition at line 97 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuLinearDirFitNdf
 

Definition at line 98 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuMaxPlane
 

Definition at line 53 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuMinPlane
 

Definition at line 52 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuNplanes
 

Definition at line 51 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuNstrips
 

Definition at line 50 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuQPcorr
 

Definition at line 113 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuQPerr
 

Definition at line 112 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuQPmean
 

Definition at line 111 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuQPplns
 

Definition at line 115 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuQPwidth
 

Definition at line 114 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuRangeThruDetector
 

Definition at line 100 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuRangeThruSteel
 

Definition at line 99 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuReseedFlag
 

Definition at line 101 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuShwPH
 

Definition at line 91 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuTrkPH
 

Definition at line 90 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuTrkPlanes
 

Definition at line 89 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxDirTimeFitChisq
 

Definition at line 59 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuVtxDirTimeFitNdf
 

Definition at line 61 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuVtxPlaneDigits
 

Definition at line 72 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxQmax
 

Definition at line 78 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxR
 

Definition at line 70 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxRdigits
 

Definition at line 71 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxRmax
 

Definition at line 77 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuVtxShw
 

Definition at line 63 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuVtxShwReseeded
 

Definition at line 65 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::AtNuVtxShwStrips
 

Definition at line 64 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxUmean
 

Definition at line 74 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxUwidth
 

Definition at line 73 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxVmean
 

Definition at line 76 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::AtNuVtxVwidth
 

Definition at line 75 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EMcharge
 

Definition at line 104 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndDirCosU
 

Definition at line 39 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndDirCosV
 

Definition at line 40 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndDirCosX
 

Definition at line 41 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndDirCosY
 

Definition at line 42 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndDirCosZ
 

Definition at line 43 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::EndPlane
 

Definition at line 29 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndR
 

Definition at line 36 of file AtmosTrack.h.

Referenced by Init().

Double_t AtmosTrack::EndTime
 

Definition at line 30 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndTrace
 

Definition at line 37 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndTraceZ
 

Definition at line 38 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndU
 

Definition at line 31 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndV
 

Definition at line 32 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndX
 

Definition at line 33 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndY
 

Definition at line 34 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::EndZ
 

Definition at line 35 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::FitPass
 

Definition at line 103 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::Momentum
 

Definition at line 46 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::MomentumCurve
 

Definition at line 106 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::MomentumRange
 

Definition at line 105 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::Range
 

Definition at line 45 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo().

Double_t AtmosTrack::TimeOffset
 

Definition at line 48 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::TimeSlope
 

Definition at line 47 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxDirCosU
 

Definition at line 23 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxDirCosV
 

Definition at line 24 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxDirCosX
 

Definition at line 25 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxDirCosY
 

Definition at line 26 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxDirCosZ
 

Definition at line 27 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Int_t AtmosTrack::VtxPlane
 

Definition at line 13 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxQPError
 

Definition at line 107 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxR
 

Definition at line 20 of file AtmosTrack.h.

Referenced by Init().

Double_t AtmosTrack::VtxTime
 

Definition at line 14 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxTrace
 

Definition at line 21 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxTraceZ
 

Definition at line 22 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxU
 

Definition at line 15 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxV
 

Definition at line 16 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxX
 

Definition at line 17 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxY
 

Definition at line 18 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().

Double_t AtmosTrack::VtxZ
 

Definition at line 19 of file AtmosTrack.h.

Referenced by NtpMaker::FillCandInfo(), and Init().


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 15:55:37 2007 for loon by  doxygen 1.3.9.1