Changeset 7224 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 07/27/05 11:23:33 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
r7185 r7224 45 45 #include <TRandom.h> 46 46 47 #include <TLine.h> 47 48 #include <TLatex.h> 49 #include <TVirtualPad.h> 48 50 49 51 #include "MMath.h" … … 274 276 text.SetTextSize(size); 275 277 text.Paint(); 278 279 TLine line; 280 line.SetLineColor(14); 281 line.PaintLine(m, gPad->GetUymin(), m, gPad->GetUymax()); 276 282 } 277 283 -
trunk/MagicSoft/Mars/mhflux/MHDisp.cc
r7221 r7224 153 153 154 154 // Vector of length disp in direction of shower 155 const TVector2 p(hil->GetCosDelta(), hil->GetSinDelta());156 157 155 // Move origin of vector to center-of-gravity of shower and derotate 158 TVector2 pos1 = hil->GetMean()*fMm2Deg + p*fDisp->GetVal();156 TVector2 pos1 = hil->GetMean()*fMm2Deg + hil->GetNormAxis()*fDisp->GetVal(); 159 157 160 158 Double_t w0 = 1;
Note:
See TracChangeset
for help on using the changeset viewer.