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

HighHitVars.cxx

Go to the documentation of this file.
00001 #include "NueAna/HighHitVars.h"
00002 #include "AnalysisNtuples/ANtpDefaultValue.h"
00003 
00004 ClassImp(HighHitVars)
00005 
00006 HighHitVars::HighHitVars():
00007 
00008   // Pulse height of highest hit in shower in sigcor (and 2nd highest, and 3rd highest, 4rth, 5th, 6th)
00009   high_hit_1_ph(ANtpDefVal::kFloat),
00010   high_hit_2_ph(ANtpDefVal::kFloat),
00011   high_hit_3_ph(ANtpDefVal::kFloat),
00012   high_hit_4_ph(ANtpDefVal::kFloat),
00013   high_hit_5_ph(ANtpDefVal::kFloat),
00014   high_hit_6_ph(ANtpDefVal::kFloat),
00015 
00016   // Pulse height of highest hit in shower in MIP (and 2nd highest, and 3rd highest, 4rth, 5th, 6th)
00017   high_hit_1_mip(ANtpDefVal::kFloat),
00018   high_hit_2_mip(ANtpDefVal::kFloat),
00019   high_hit_3_mip(ANtpDefVal::kFloat),
00020   high_hit_4_mip(ANtpDefVal::kFloat),
00021   high_hit_5_mip(ANtpDefVal::kFloat),
00022   high_hit_6_mip(ANtpDefVal::kFloat),
00023 
00024   // position variables of those high hits
00025   high_hit_1_plane(ANtpDefVal::kInt),
00026   high_hit_2_plane(ANtpDefVal::kInt),
00027   high_hit_3_plane(ANtpDefVal::kInt),
00028   high_hit_4_plane(ANtpDefVal::kInt),
00029   high_hit_5_plane(ANtpDefVal::kInt),
00030   high_hit_6_plane(ANtpDefVal::kInt),
00031   high_hit_1_strip(ANtpDefVal::kInt),
00032   high_hit_2_strip(ANtpDefVal::kInt),
00033   high_hit_3_strip(ANtpDefVal::kInt),
00034   high_hit_4_strip(ANtpDefVal::kInt),
00035   high_hit_5_strip(ANtpDefVal::kInt),
00036   high_hit_6_strip(ANtpDefVal::kInt),
00037   high_hit_1_planeview(7),
00038   high_hit_2_planeview(7),
00039   high_hit_3_planeview(7),
00040   high_hit_4_planeview(7),
00041   high_hit_5_planeview(7),
00042   high_hit_6_planeview(7),
00043   high_hit_1_tpos(ANtpDefVal::kFloat),
00044   high_hit_2_tpos(ANtpDefVal::kFloat),
00045   high_hit_3_tpos(ANtpDefVal::kFloat),
00046   high_hit_4_tpos(ANtpDefVal::kFloat),
00047   high_hit_5_tpos(ANtpDefVal::kFloat),
00048   high_hit_6_tpos(ANtpDefVal::kFloat),
00049   high_hit_1_zpos(ANtpDefVal::kFloat),
00050   high_hit_2_zpos(ANtpDefVal::kFloat),
00051   high_hit_3_zpos(ANtpDefVal::kFloat),
00052   high_hit_4_zpos(ANtpDefVal::kFloat),
00053   high_hit_5_zpos(ANtpDefVal::kFloat),
00054   high_hit_6_zpos(ANtpDefVal::kFloat),
00055   showervtx_plane(ANtpDefVal::kInt),
00056   showervtx_u_pos(ANtpDefVal::kFloat),
00057   showervtx_v_pos(ANtpDefVal::kFloat),
00058   showerbeg_plane(ANtpDefVal::kInt)
00059 
00060 {}
00061 
00062 HighHitVars::~HighHitVars(){}
00063 
00064 void HighHitVars::Reset()
00065 {
00066   high_hit_1_ph = ANtpDefVal::kFloat;
00067   high_hit_2_ph = ANtpDefVal::kFloat;
00068   high_hit_3_ph = ANtpDefVal::kFloat;
00069   high_hit_4_ph = ANtpDefVal::kFloat;
00070   high_hit_5_ph = ANtpDefVal::kFloat;
00071   high_hit_6_ph = ANtpDefVal::kFloat;
00072 
00073   high_hit_1_mip = ANtpDefVal::kFloat;
00074   high_hit_2_mip = ANtpDefVal::kFloat;
00075   high_hit_3_mip = ANtpDefVal::kFloat;
00076   high_hit_4_mip = ANtpDefVal::kFloat;
00077   high_hit_5_mip = ANtpDefVal::kFloat;
00078   high_hit_6_mip = ANtpDefVal::kFloat;
00079 
00080   // position variables of those high hits
00081   high_hit_1_plane = ANtpDefVal::kInt;
00082   high_hit_2_plane = ANtpDefVal::kInt;
00083   high_hit_3_plane = ANtpDefVal::kInt;
00084   high_hit_4_plane = ANtpDefVal::kInt;
00085   high_hit_5_plane = ANtpDefVal::kInt;
00086   high_hit_6_plane = ANtpDefVal::kInt;
00087   high_hit_1_strip = ANtpDefVal::kInt;
00088   high_hit_2_strip = ANtpDefVal::kInt;
00089   high_hit_3_strip = ANtpDefVal::kInt;
00090   high_hit_4_strip = ANtpDefVal::kInt;
00091   high_hit_5_strip = ANtpDefVal::kInt;
00092   high_hit_6_strip = ANtpDefVal::kInt;
00093   high_hit_1_planeview = 7;
00094   high_hit_2_planeview = 7;
00095   high_hit_3_planeview = 7;
00096   high_hit_4_planeview = 7;
00097   high_hit_5_planeview = 7;
00098   high_hit_6_planeview = 7;
00099   high_hit_1_tpos = ANtpDefVal::kFloat;
00100   high_hit_2_tpos = ANtpDefVal::kFloat;
00101   high_hit_3_tpos = ANtpDefVal::kFloat;
00102   high_hit_4_tpos = ANtpDefVal::kFloat;
00103   high_hit_5_tpos = ANtpDefVal::kFloat;
00104   high_hit_6_tpos = ANtpDefVal::kFloat;
00105   high_hit_1_zpos = ANtpDefVal::kFloat;
00106   high_hit_2_zpos = ANtpDefVal::kFloat;
00107   high_hit_3_zpos = ANtpDefVal::kFloat;
00108   high_hit_4_zpos = ANtpDefVal::kFloat;
00109   high_hit_5_zpos = ANtpDefVal::kFloat;
00110   high_hit_6_zpos = ANtpDefVal::kFloat;
00111   showervtx_plane = ANtpDefVal::kInt;
00112   showervtx_u_pos = ANtpDefVal::kFloat;
00113   showervtx_v_pos = ANtpDefVal::kFloat;
00114   showerbeg_plane = ANtpDefVal::kInt;
00115 
00116 
00117 }

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