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

ANtpTrackInfoAtm Class Reference

#include <ANtpTrackInfoAtm.h>

Inheritance diagram for ANtpTrackInfoAtm:

ANtpTrackInfo List of all members.

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

Constructor & Destructor Documentation

ANtpTrackInfoAtm::ANtpTrackInfoAtm  ) 
 

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 {
00054   
00055   MSG("ANtpTrackInfoAtm", Msg::kDebug) << "ANtpTrackInfoAtm::Constructor" << endl;
00056     
00057 }

ANtpTrackInfoAtm::~ANtpTrackInfoAtm  )  [virtual]
 

Definition at line 60 of file ANtpTrackInfoAtm.cxx.

References MSG.

00061 {
00062   
00063   MSG("ANtpTrackInfoAtm", Msg::kDebug) << "ANtpTrackInfoAtm::Destructor" << endl;
00064 
00065 }


Member Function Documentation

void ANtpTrackInfoAtm::Reset  ) 
 

Reimplemented from ANtpTrackInfo.

Definition at line 68 of file ANtpTrackInfoAtm.cxx.

References 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.

00069 {
00070   ANtpTrackInfo::Reset();       
00071   azimuth = ANtpDefVal::kFloat;
00072   ra = ANtpDefVal::kFloat;
00073   dec = ANtpDefVal::kFloat;
00074   trackLikePlanes = ANtpDefVal::kFloat;
00075   invBeta = ANtpDefVal::kFloat;
00076   invBetaChi2 = ANtpDefVal::kFloat;
00077   timeSlopeY = ANtpDefVal::kFloat;
00078   timeSlopeYChi2 = ANtpDefVal::kFloat;
00079   fiducialVtxDz = ANtpDefVal::kFloat;
00080   fiducialVtxDr = ANtpDefVal::kFloat;
00081   fiducialEndDz = ANtpDefVal::kFloat;
00082   fiducialEndDr = ANtpDefVal::kFloat;
00083   uvAsymmetry = ANtpDefVal::kFloat;
00084   slantDepth = ANtpDefVal::kFloat;
00085   planeUseFraction = ANtpDefVal::kFloat;
00086   signalUseFraction = ANtpDefVal::kFloat;
00087   impactParameter = ANtpDefVal::kFloat;
00088   twoEndStripFraction = ANtpDefVal::kFloat;
00089   planesIn10Meter = ANtpDefVal::kInt;
00090   planesIn15Meter = ANtpDefVal::kInt;
00091   planesIn20Meter = ANtpDefVal::kInt;
00092   planesIn25Meter = ANtpDefVal::kInt;
00093   planesIn30Meter = ANtpDefVal::kInt;
00094   planesIn35Meter = ANtpDefVal::kInt;
00095   planesIn40Meter = ANtpDefVal::kInt;
00096   sagitta = ANtpDefVal::kFloat;
00097   netDistFromLinearFit = ANtpDefVal::kFloat;
00098   meanDistFromLinearFit = ANtpDefVal::kFloat;
00099   rmsDistFromLinearFit = ANtpDefVal::kFloat;
00100   flatLineChi2 = ANtpDefVal::kFloat;
00101   zeroCurvatureChi2 = ANtpDefVal::kFloat;
00102 
00103   return;
00104 }


Member Data Documentation

Float_t ANtpTrackInfoAtm::azimuth
 

Definition at line 24 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::dec
 

Definition at line 26 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::fiducialEndDr
 

Definition at line 35 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::fiducialEndDz
 

Definition at line 34 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::fiducialVtxDr
 

Definition at line 33 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::fiducialVtxDz
 

Definition at line 32 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::flatLineChi2
 

Definition at line 53 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::impactParameter
 

Definition at line 40 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::invBeta
 

Definition at line 28 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::invBetaChi2
 

Definition at line 29 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::meanDistFromLinearFit
 

Definition at line 51 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::netDistFromLinearFit
 

Definition at line 50 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn10Meter
 

Definition at line 42 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn15Meter
 

Definition at line 43 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn20Meter
 

Definition at line 44 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn25Meter
 

Definition at line 45 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn30Meter
 

Definition at line 46 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn35Meter
 

Definition at line 47 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Int_t ANtpTrackInfoAtm::planesIn40Meter
 

Definition at line 48 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::planeUseFraction
 

Definition at line 38 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::ra
 

Definition at line 25 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::rmsDistFromLinearFit
 

Definition at line 52 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::sagitta
 

Definition at line 49 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::signalUseFraction
 

Definition at line 39 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::slantDepth
 

Definition at line 37 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::timeSlopeY
 

Definition at line 30 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::timeSlopeYChi2
 

Definition at line 31 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::trackLikePlanes
 

Definition at line 27 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::twoEndStripFraction
 

Definition at line 41 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::uvAsymmetry
 

Definition at line 36 of file ANtpTrackInfoAtm.h.

Referenced by Reset().

Float_t ANtpTrackInfoAtm::zeroCurvatureChi2
 

Definition at line 54 of file ANtpTrackInfoAtm.h.

Referenced by Reset().


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