]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Typo corrected (HP)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Sep 2002 13:25:52 +0000 (13:25 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Sep 2002 13:25:52 +0000 (13:25 +0000)
ITS/AliITSFindClustersV2.cxx

index 96e50d50abdfb8a17d7abe279f657d8a000e9231..c9d1469ca8a247a7a757b9b400bafeb3b18096a0 100644 (file)
@@ -15,6 +15,9 @@
  
 /*
 $Log$
+Revision 1.1  2002/09/09 17:36:05  nilsen
+new TTask to replace non-working AliITSFindClusterV2.C macro.
+
 */
 #include <TROOT.h>
 #include <TFile.h>
@@ -286,7 +289,7 @@ void AliITSFindClustersV2::Exec(const Option_t *opt){
     else sprintf(name,"ITSRecPoints");
     branch = pTree->GetBranch(name);
     if(!branch){
-       Warning("Exec","Can't find branch \%s in TreeR fSlowFast=%d",
+       Warning("Exec","Can't find branch %s in TreeR fSlowFast=%d",
                name,fSlowFast);
        return;
     } // end if !branch