Ignore:
Timestamp:
10/29/01 13:22:33 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r988 r1007  
    2525void collarea(char *filename = "data/camera.root")
    2626{
    27     // FIXME: Harald, you should tell the people what the result of
    28     // this macro really is.
    29 
    3027    //
    3128    // first we have to create our empty lists
     
    4239    //
    4340    MReadTree reader("Events", filename);
    44     reader.UseLeaf("fImpact");
    45     reader.UseLeaf("fEnergy");
    46     reader.UseLeaf("fNumFirstLevel");
     41    MMcCollectionAreaCalc effi;
     42
    4743    tasklist.AddToList(&reader);
    48 
    49     MMcCollectionAreaCalc effi;
    5044    tasklist.AddToList(&effi);
    51 
    52     MTask task;
    53     tasklist.AddToList(&task);
    5445
    5546    //
Note: See TracChangeset for help on using the changeset viewer.