Changeset 19678 for trunk/Mars/mjobs


Ignore:
Timestamp:
09/24/19 15:39:44 (5 years ago)
Author:
tbretz
Message:
Better titles and labels. This is logically easier to understand as the position of X=0 in the pulse is arbitrary
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mjobs/MJSimulation.cc

    r19674 r19678  
    720720    SetupHist(mhn4);
    721721
    722     MH3 mhtp("TriggerPos.fVal-IntendedPulsePos.fVal-(PulseShape.GetWidth-PulseShape.GetXmin)*1000/MRawRunHeader.GetFreqSampling");
     722    MH3 mhtp("TriggerPos.fVal-IntendedPulsePos.fVal-PulseShape.GetWidth*1000/MRawRunHeader.GetFreqSampling");
    723723    mhtp.SetName("TrigPos");
    724     mhtp.SetTitle("Trigger position w.r.t. the first photon hitting a detector [ns]");
     724    mhtp.SetTitle("Trigger position w.r.t. the first photon (=Pulse.Xmin) hitting a detector [ns];#Delta T [ns]");
    725725
    726726    MH3 mhew("MPhotonStatistics.fLength");
    727727    mhew.SetName("TotLength");
    728     mhew.SetTitle("Time between first and last photon hitting a detector;L [ns]");
     728    mhew.SetTitle("Time between first and last photon hitting a detector;#Delta T [ns]");
    729729
    730730    MH3 mhed("MPhotonStatistics.fTimeMedDev");
    731731    mhed.SetName("MedLength");
    732     mhed.SetTitle("Median deviation (1#sigma);L [ns]");
     732    mhed.SetTitle("Median deviation (1#sigma);#sigma(#Delta T) [ns]");
    733733
    734734    MFillH fillh1(&mhn1, "", "FillCorsika");
Note: See TracChangeset for help on using the changeset viewer.