Ignore:
Timestamp:
10/23/03 14:01:45 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/star.C

    r2383 r2423  
    5252
    5353    //
    54     // The geometry container must be created by yourself to make sure
    55     // that you don't choose a wrong geometry by mistake
    56     //
    57     MGeomCamMagic geomcam;
    58     plist.AddToList(&geomcam);
    59 
    60     //
    6154    // Now setup the tasks and tasklist:
    6255    // ---------------------------------
     
    6659
    6760    // ------------- user change -----------------
    68     read.AddFile("magictest/test/Gamma_z*.root");
     61    read.AddFile("~/MC/test_sample/Gamma_zbin0_0_*.root");
    6962
     63    MGeomApply        apply;
    7064    MMcPedestalCopy   pcopy;
    7165    MMcPedestalNSBAdd pnsb;
     
    9387
    9488    tlist.AddToList(&read);
     89    tlist.AddToList(&apply);
    9590    tlist.AddToList(&pcopy);
    9691    tlist.AddToList(&pnsb);
Note: See TracChangeset for help on using the changeset viewer.