Changeset 2062


Ignore:
Timestamp:
05/05/03 15:12:31 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MPadding.h

    r1951 r2062  
    4141
    4242    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);
    4444
    4545public:
  • trunk/MagicSoft/Mars/manalysis/MRanTree.cc

    r1871 r2062  
    3333#include "MRanTree.h"
    3434
    35 #include <ostream.h>
     35#include <iostream.h>
    3636
    3737#include <TVector.h>
  • trunk/MagicSoft/Mars/mimage/MHHillas.cc

    r2043 r2062  
    333333}
    334334
    335 void MHHillas::Paint(Option_t *opt="")
     335void MHHillas::Paint(Option_t *opt)
    336336{
    337337    SetColors();
  • trunk/MagicSoft/Mars/mimage/MNewImagePar.cc

    r2026 r2062  
    9090    Float_t maxpix2 = 0;                                 // [#phot]
    9191
    92     Int_t maxpixid = 0;
    93 
    94 
    9592    for (UInt_t i=0; i<npixevt; i++)
    9693    {
     
    131128            maxpix2  = maxpix1;
    132129            maxpix1  = nphot;                            // [1]
    133             maxpixid = pixid;
    134130            continue;                                    // [1]
    135131        }
  • trunk/MagicSoft/Mars/mmontecarlo/MMcEnergyEst.cc

    r2031 r2062  
    1616!
    1717!
    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>
    1919!   Author(s): Wolfgang Wittek 1/2002 <mailto:wittek@mppmu.mpg.de>
    2020!   Author(s): Abelardo Moralejo 4/2003 <mailto:moralejo@pd.infn.it>
     
    4040#include "MMcEnergyEst.h"
    4141
     42#include <math.h>            // fabs on Alpha
     43
     44#include <TMinuit.h>
    4245#include <TStopwatch.h>
    4346#include <TVirtualFitter.h>
    44 #include <TMinuit.h>
    4547
    4648#include "MParList.h"
Note: See TracChangeset for help on using the changeset viewer.