Changeset 7627 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/05/06 13:06:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r7625 r7627  
    2828     people for weak sources.
    2929
    30    - macros: plotdc.C: if no dataset and no time-interval is given only
    31      sequences with an effective on-time above five minutes are plotted
    32      anymore
     30   - macros: plotdb.C:
     31       + if no dataset and no time-interval is given only sequences with
     32         an effective on-time above five minutes are plotted anymore
     33       + added a new tab "RelTime" displaying the relative on-time
     34         (effective on-time divided by the observation time)
    3335
    3436   - ganymed: In the second loop the MHNewImagePar histograms disapeared.
  • trunk/MagicSoft/Mars/datacenter/macros/plotdb.C

    r7625 r7627  
    425425    plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn");
    426426    plot.Plot("Star.fEffOnTime",               0, 10000, 150);
     427    plot.SetDescription("Relative effective on time;T_{eff}/T_{obs} [ratio]", "RelTime");
     428    plot.Plot("Star.fEffOnTime/Sequences.fRunTime",    0, 1.5, 0.01);
    427429    plot.SetDescription("Datarate [Hz]", "Rate");
    428430    plot.Plot("Star.fDataRate",                0, 600, 10);
  • trunk/MagicSoft/Mars/sponde_onoff.rc

    r7626 r7627  
    22EstimateEnergy.Rule: 1.40871*pow(MHillas.fSize,0.810253)
    33
    4 #EstimateEnergy: MRFEnergyEst
     4#EstimateEnergy: MRanForestCalc
     5#EstimateEnergy.NameOutput: MEnergyEst
    56#EstimateEnergy.FileName: ranforest.root
    67#EstimateEnergy.Debug: No
Note: See TracChangeset for help on using the changeset viewer.