MUONrawcluster ready to compile
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Aug 2003 12:51:32 +0000 (12:51 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Aug 2003 12:51:32 +0000 (12:51 +0000)
MUON/MUONrawclusters.C
MUON/README

index 0fdf3c6b5c2ec44b5ccbf2ca1e33fab87e6394ea..cdc45b9a01cdca2586e77e1a5ba39745647c26f9 100644 (file)
@@ -1,5 +1,19 @@
 #include "iostream.h"
 
+#include <TClassTable.h>
+#include <TClonesArray.h>
+#include <TFile.h>
+#include <TParticle.h>
+#include <TROOT.h>
+#include <TTree.h>
+
+#include "AliHeader.h"
+#include "AliRun.h"
+
+#include "AliMUON.h"
+
+#include "AliMUONClusterFinderVS.h"
+
 void MUONrawclusters (char* filename, Int_t evNumber1=0,Int_t evNumber2=0) 
 {
   //////////////////////////////////////
@@ -49,7 +63,8 @@ void MUONrawclusters (char* filename, Int_t evNumber1=0,Int_t evNumber2=0)
   nevents = RunLoader->GetNumberOfEvents();
 
   for (Int_t i=0; i<10; i++) {
-    RecModel = new AliMUONClusterFinderVS();
+    //RecModel = new AliMUONClusterFinderVS();
+    AliMUONClusterFinderVS *RecModel = new AliMUONClusterFinderVS();
     // RecModel->SetTracks(16,17);    
     // RecModel->SetTracks(266,267);    
     RecModel->SetGhostChi2Cut(10);
index 9af9cc99213abf5fe3c6c80bf1a15d69e29eb2ff..12fa65ca145b0010fcc0f90b38771f71269ddeb5 100644 (file)
@@ -53,8 +53,7 @@ First event and last event are given by hand, but this will change.
 
 ============================================================
  How to run MUON Tracking reconstruction
-============================================================
-
+===========================================================
 .includepath $ALICE_ROOT/STEER
 .includepath $ALICE_ROOT/MUON
 .L $ALICE_ROOT/MUON/MUONrecoNtuple.C++