Changeset 2062
- Timestamp:
- 05/05/03 15:12:31 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPadding.h
r1951 r2062 41 41 42 42 Double_t CalcOtherSig(const Double_t mySig, const Double_t theta) const; 43 Bool_t Padding( Double_t quadDiff, const Double_t theta);43 Bool_t Padding(const Double_t quadDiff, const Double_t theta); 44 44 45 45 public: -
trunk/MagicSoft/Mars/manalysis/MRanTree.cc
r1871 r2062 33 33 #include "MRanTree.h" 34 34 35 #include < ostream.h>35 #include <iostream.h> 36 36 37 37 #include <TVector.h> -
trunk/MagicSoft/Mars/mimage/MHHillas.cc
r2043 r2062 333 333 } 334 334 335 void MHHillas::Paint(Option_t *opt ="")335 void MHHillas::Paint(Option_t *opt) 336 336 { 337 337 SetColors(); -
trunk/MagicSoft/Mars/mimage/MNewImagePar.cc
r2026 r2062 90 90 Float_t maxpix2 = 0; // [#phot] 91 91 92 Int_t maxpixid = 0;93 94 95 92 for (UInt_t i=0; i<npixevt; i++) 96 93 { … … 131 128 maxpix2 = maxpix1; 132 129 maxpix1 = nphot; // [1] 133 maxpixid = pixid;134 130 continue; // [1] 135 131 } -
trunk/MagicSoft/Mars/mmontecarlo/MMcEnergyEst.cc
r2031 r2062 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 1/2002 <mailto:tbretz@ uni-sw.gwdg.de>18 ! Author(s): Thomas Bretz 1/2002 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! Author(s): Wolfgang Wittek 1/2002 <mailto:wittek@mppmu.mpg.de> 20 20 ! Author(s): Abelardo Moralejo 4/2003 <mailto:moralejo@pd.infn.it> … … 40 40 #include "MMcEnergyEst.h" 41 41 42 #include <math.h> // fabs on Alpha 43 44 #include <TMinuit.h> 42 45 #include <TStopwatch.h> 43 46 #include <TVirtualFitter.h> 44 #include <TMinuit.h>45 47 46 48 #include "MParList.h"
Note:
See TracChangeset
for help on using the changeset viewer.