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

ANtpEventInfoMRCC.cxx

Go to the documentation of this file.
00001 #include "ANtpEventInfoMRCC.h"
00002 
00003 #include "ANtpDefaultValue.h"
00004 
00005 ANtpEventInfoMRCC::ANtpEventInfoMRCC()
00006 {
00007 }
00008 
00009 void ANtpEventInfoMRCC::Reset()
00010 {
00011   index = ANtpDefVal::kInt;
00012   digits = ANtpDefVal::kInt;
00013   strips = ANtpDefVal::kInt;
00014   origEvent = ANtpDefVal::kInt;
00015   bestEvent = ANtpDefVal::kInt;
00016   bestPurity = ANtpDefVal::kFloat;
00017   bestComplete = ANtpDefVal::kFloat;
00018   bestPurityPHw = ANtpDefVal::kFloat;
00019   bestCompletePHw = ANtpDefVal::kFloat;
00020 
00021   origABPID = ANtpDefVal::kFloat;
00022   origROPID = ANtpDefVal::kFloat;
00023 
00024   showerVtxX = ANtpDefVal::kFloat;
00025   showerVtxY = ANtpDefVal::kFloat;
00026   showerVtxZ = ANtpDefVal::kFloat;
00027   showerEndX = ANtpDefVal::kFloat;
00028   showerEndY = ANtpDefVal::kFloat;
00029   showerEndZ = ANtpDefVal::kFloat;
00030   showerVtxPlane = ANtpDefVal::kInt;
00031   showerEndPlane = ANtpDefVal::kInt;
00032   showerPlanes = ANtpDefVal::kInt;
00033   showerCharge = ANtpDefVal::kFloat;
00034 
00035   trackVtxX = ANtpDefVal::kFloat;
00036   trackVtxY = ANtpDefVal::kFloat;
00037   trackVtxZ = ANtpDefVal::kFloat;
00038   trackVtxDistanceToEdge = ANtpDefVal::kFloat;
00039 
00040   trackEndX = ANtpDefVal::kFloat;
00041   trackEndY = ANtpDefVal::kFloat;
00042   trackEndZ = ANtpDefVal::kFloat;
00043   trackEndDistanceToEdge = ANtpDefVal::kFloat;
00044 
00045   trackVtxPlane = ANtpDefVal::kInt;
00046   trackEndPlane = ANtpDefVal::kInt;
00047   trackPlanes = ANtpDefVal::kInt;
00048   rangeMomentum = ANtpDefVal::kFloat;
00049   fitMomentum = ANtpDefVal::kFloat;
00050   trackDcosXVtx = ANtpDefVal::kFloat;
00051   trackDcosYVtx = ANtpDefVal::kFloat;
00052   trackDcosZVtx = ANtpDefVal::kFloat;
00053 
00054   passedFit = ANtpDefVal::kInt;
00055   contained = ANtpDefVal::kInt;
00056   containedOrGoodFit = ANtpDefVal::kInt;
00057 
00058   trackMomentumX = ANtpDefVal::kFloat;
00059   trackMomentumY = ANtpDefVal::kFloat;
00060   trackMomentumZ = ANtpDefVal::kFloat;
00061 
00062   maxTrackPlane = ANtpDefVal::kInt;
00063   qp = ANtpDefVal::kDouble;
00064 
00065   trueMomentumX = ANtpDefVal::kFloat;
00066   trueMomentumY = ANtpDefVal::kFloat;
00067   trueMomentumZ = ANtpDefVal::kFloat;
00068   trueQ2 = ANtpDefVal::kFloat;
00069   trueShowerEnergy = ANtpDefVal::kFloat;
00070 }

Generated on Mon Feb 15 11:06:22 2010 for loon by  doxygen 1.3.9.1