]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - doc/aliroot-primer/primer.tex
START becomes T0
[u/mrichter/AliRoot.git] / doc / aliroot-primer / primer.tex
index b210be3d549d171c2dc87386de0d19c2e7820aea..86a68b48d89a3a2bd68a0b7f4ce7b1c8613ced60 100644 (file)
@@ -1295,7 +1295,7 @@ proton-proton collisions is provided below:
     TStopwatch timer;
     timer.Start();
     // List of detectors, where both summable digits and digits are provided
-    simulator.SetMakeSDigits("TRD TOF PHOS EMCAL HMPID MUON ZDC PMD FMD START VZERO");
+    simulator.SetMakeSDigits("TRD TOF PHOS EMCAL HMPID MUON ZDC PMD FMD T0 VZERO");
     // Direct conversion of hits to digits for faster processing (ITS TPC)
     simulator.SetMakeDigitsFromHits("ITS TPC");
     simulator.Run(nev);
@@ -2645,12 +2645,12 @@ physics analysis:
   time stamp, type of event, trigger type (mask), trigger cluster (mask),
   version of reconstruction, etc.;
 \item reconstructed ZDC energies and number of participant;
-\item primary vertex information: vertex z position estimated by the START,
+\item primary vertex information: vertex z position estimated by the T0,
   primary vertex estimated by the SPD, primary vertex estimated using
   ESD tracks;
 \item SPD tracklet multiplicity;
-\item interaction time estimated by the START together with additional
-  time and amplitude information from START;
+\item interaction time estimated by the T0 together with additional
+  time and amplitude information from T0;
 \item array of ESD tracks;
 \item arrays of HLT tracks both from the conformal mapping and from
   the Hough transform reconstruction;