Ignore:
Timestamp:
12/10/01 15:26:24 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MAnalysis.cc

    r1086 r1102  
    126126#include "MHStarMap.h"
    127127#include "MReadTree.h"
     128#include "MMcPedestalCopy.h"  // MMcPedestalCopy
     129#include "MMcPedestalNSB.h"   // MMcPedestalNSB
    128130#include "MCerPhotCalc.h"
    129131#include "MImgCleanStd.h"
     
    179181    MReadTree read("Events", fInputFile);
    180182
    181     MCerPhotCalc ncalc;
    182     MHillasCalc  hcalc;
     183    MMcPedestalCopy pcopy;
     184    MMcPedestalNSB  pdnsb;
     185    MCerPhotCalc    ncalc;
     186    MHillasCalc     hcalc;
    183187
    184188    tlist.AddToList(&read);
     189    tlist.AddToList(&pcopy);
     190    tlist.AddToList(&pdnsb);
    185191    tlist.AddToList(&ncalc);
    186192    tlist.AddToList(fImgClean);
Note: See TracChangeset for help on using the changeset viewer.