Ignore:
Timestamp:
02/15/07 12:40:41 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/tutorials/mirrordelay.C

    r8320 r8321  
    2828    TF1 fsph("Sphere", "-sqrt([0]*[0] - x*x)+[0]");
    2929
    30     Double_t F = 4.5; // Fokallaenge = 1/4a
    31     Double_t D = 4.5; // Mirror Diameter
     30    Double_t F = 4.92; // Fokallaenge = 1/4a
     31    Double_t D = 4.5;  // Mirror Diameter
    3232    Double_t x = 1.85;
    3333
     
    8282
    8383    f->GetXaxis()->SetTitle("x [m]");
    84     f->GetYaxis()->SetTitle("delay [ns]");
     84    f->GetYaxis()->SetTitle("Delay \\Delta t [ns]");
    8585    f->GetXaxis()->CenterTitle();
    8686}
Note: See TracChangeset for help on using the changeset viewer.