Changeset 7358 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 09/21/05 14:26:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotdb.C
r7142 r7358 292 292 //from signal*.root 293 293 plot.SetDescription("Mean Pedestal RMS inner Camera;\\sigma_{P,I} [phe]", "PedRmsI"); 294 plot.Plot("Calibration.fMeanPedRmsInner", 0, 3.5, 0. 1);294 plot.Plot("Calibration.fMeanPedRmsInner", 0, 3.5, 0.05); 295 295 //from star*.root 296 296 //muon … … 303 303 //imgpar 304 304 plot.SetDescription("Mean Number of Islands after cleaning;N [#]", "NumIsl"); 305 plot.Plot("Star.fMeanNumberIslands", 0.5, 4.5, 0. 1);305 plot.Plot("Star.fMeanNumberIslands", 0.5, 4.5, 0.01); 306 306 plot.SetDescription("Measures effective on time;T_{eff} [s]", "EffOn"); 307 plot.Plot("Star.fEffOnTime", 0, 10000, 60);307 plot.Plot("Star.fEffOnTime", 0, 10000, 150); 308 308 plot.SetDescription("Datarate [Hz]", "Rate"); 309 309 plot.Plot("Star.fDataRate", 0, 600, 10); … … 323 323 //from signal*.root 324 324 plot.SetDescription("Mean Pedestal RMS outer Camera;\\sigma_{P,O} [phe]", "PedRmsO"); 325 plot.Plot("Calibration.fMeanPedRmsOuter", 0, 4.0, 0. 1);325 plot.Plot("Calibration.fMeanPedRmsOuter", 0, 4.0, 0.05); 326 326 } 327 327
Note:
See TracChangeset
for help on using the changeset viewer.