]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using galice.root by default
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Nov 2002 15:31:36 +0000 (15:31 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Nov 2002 15:31:36 +0000 (15:31 +0000)
TPC/AliTPCFindClusters.C

index bf33e302583b7d3c488dc9d16d8f98619f16422c..c3e21928c831c8b78bee9f06d383b193f3734bd0 100644 (file)
@@ -19,7 +19,7 @@ Int_t AliTPCFindClusters(Int_t n=1) {
    TFile *in=TFile::Open("rfio:galice.root");
    if (!in->IsOpen()) {cerr<<"Can't open galice.root !\n"; return 2;}
 
-   TFile *ind=TFile::Open("digits.root");
+   TFile *ind=TFile::Open("galice.root");
    if (!ind->IsOpen()) {cerr<<"Can't open galice.root !\n"; return 2;}
 
    if (!(gAlice=(AliRun*)in->Get("gAlice"))) {