Changeset 9336 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 02/15/09 13:24:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJSimulation.cc
r9332 r9336 331 331 MBinning binss( 100, 1, 10000000, "BinningSize", "log"); 332 332 MBinning binsi( 50, -250, 250, "BinningImpact"); 333 MBinning binsh( 50, 0, 12, "BinningHeight");334 MBinning binsaz( 360, -360, 360, "BinningAz");333 MBinning binsh( 150, 0, 50, "BinningHeight"); 334 MBinning binsaz(720, -360, 360, "BinningAz"); 335 335 MBinning binszd( 70, 0, 70, "BinningZd"); 336 MBinning binsvc( 155, 0, 31, "BinningViewCone");336 MBinning binsvc( 45, 0, 9, "BinningViewCone"); 337 337 MBinning binsew(150, 0, 50, "BinningEvtWidth"); 338 338 MBinning binstr("BinningTrigPos"); … … 357 357 mhtp.SetTitle("Trigger position w.r.t. the first photon hitting a detector"); 358 358 359 MH3 mhew("MPhotonStatistics.f TimeLast-MPhotonStatistics.fTimeFirst - MRawRunHeader.GetFreqSampling/1000.*MRawRunHeader.fNumSamplesHiGain - 2*MPulseShape.GetPulseWidth");359 MH3 mhew("MPhotonStatistics.fLength"); 360 360 mhew.SetName("EvtWidth"); 361 361 mhew.SetTitle("Time between first and last photon hitting a detector"); 362 363 MH3 mhed("MPhotonStatistics.fTimeMedDev"); 364 mhed.SetName("EvtMedDev;EvtWidth"); 362 365 363 366 MFillH fillh1(&mhn1, "", "FillCorsika"); … … 366 369 MFillH filltp(&mhtp, "", "FillTriggerPos"); 367 370 MFillH fillew(&mhew, "", "FillEvtWidth"); 371 MFillH filled(&mhed, "", "FillMedDev"); 368 372 fillh1.SetNameTab("Corsika", "Distribution as simulated by Corsika"); 369 373 fillh2.SetNameTab("Detectable", "Distribution of events hit the detector"); … … 371 375 filltp.SetNameTab("TrigPos", "TriggerPosition w.r.t the first photon"); 372 376 fillew.SetNameTab("EvtWidth", "Time between first and last photon hitting a detector"); 377 filled.SetNameTab("MedDev", "Time between first and last photon hitting a detector"); 373 378 374 379 MHPhotonEvent planeG(1); // Get from MaxImpact … … 621 626 } 622 627 if (header.IsDataRun()) 628 { 623 629 tasks.AddToList(&fillew); 630 tasks.AddToList(&filled); 631 } 624 632 if (!header.IsPedestalRun()) 625 633 {
Note:
See TracChangeset
for help on using the changeset viewer.