]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/README
Realistic raw data format for tracker (Christian)
[u/mrichter/AliRoot.git] / MUON / README
index 782858967f4a04bf04d9d9a2d51b0827edee49ea..7ee55aff3fc764cecb1d44268e4d572de5f8e309 100644 (file)
@@ -253,12 +253,13 @@ gener->SetSigma(0,0,0.0);       // Sigma in (X,Y,Z) (cm) on IP position
 gener->Init();
  
 ===========================================================
- csh Script for the full reconstruction
+ csh Script for the full reconstruction with raw data generator
 ===========================================================
 
 
 aliroot -b << EOF  
 AliSimulation MuonSim("YourConfig.C")
+MuonSim.SetWriteRawData("MUON");
 MuonSim.Run(XXX)
 .q
 EOF