Changeset 7627 for trunk/MagicSoft/Mars
- Timestamp:
- 04/05/06 13:06:12 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r7625 r7627 28 28 people for weak sources. 29 29 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) 33 35 34 36 - ganymed: In the second loop the MHNewImagePar histograms disapeared. -
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7625 r7627 425 425 plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn"); 426 426 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); 427 429 plot.SetDescription("Datarate [Hz]", "Rate"); 428 430 plot.Plot("Star.fDataRate", 0, 600, 10); -
trunk/MagicSoft/Mars/sponde_onoff.rc
r7626 r7627 2 2 EstimateEnergy.Rule: 1.40871*pow(MHillas.fSize,0.810253) 3 3 4 #EstimateEnergy: MRFEnergyEst 4 #EstimateEnergy: MRanForestCalc 5 #EstimateEnergy.NameOutput: MEnergyEst 5 6 #EstimateEnergy.FileName: ranforest.root 6 7 #EstimateEnergy.Debug: No
Note:
See TracChangeset
for help on using the changeset viewer.