Changeset 8321
- Timestamp:
- 02/15/07 12:40:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/tutorials/mirrordelay.C
r8320 r8321 28 28 TF1 fsph("Sphere", "-sqrt([0]*[0] - x*x)+[0]"); 29 29 30 Double_t F = 4. 5; // Fokallaenge = 1/4a31 Double_t D = 4.5; // Mirror Diameter30 Double_t F = 4.92; // Fokallaenge = 1/4a 31 Double_t D = 4.5; // Mirror Diameter 32 32 Double_t x = 1.85; 33 33 … … 82 82 83 83 f->GetXaxis()->SetTitle("x [m]"); 84 f->GetYaxis()->SetTitle(" delay[ns]");84 f->GetYaxis()->SetTitle("Delay \\Delta t [ns]"); 85 85 f->GetXaxis()->CenterTitle(); 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.