]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSFindClustersV2.cxx
New pathlength option added.
[u/mrichter/AliRoot.git] / ITS / AliITSFindClustersV2.cxx
index 96e50d50abdfb8a17d7abe279f657d8a000e9231..a89787f91640da42da29fa17fb03b33f2bc5d3b3 100644 (file)
@@ -13,9 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
  
-/*
-$Log$
-*/
+/* $Id$ */
+
 #include <TROOT.h>
 #include <TFile.h>
 #include <TTree.h>
@@ -56,7 +55,7 @@ AliITSFindClustersV2::AliITSFindClustersV2(){
 }
 //______________________________________________________________________
 AliITSFindClustersV2::AliITSFindClustersV2(const TString infile,
-                                          const TString outfile){
+                                           const TString outfile){
     // Standard constructor.
     // Inputs:
     //  const TString infile   Input file name where the RecPoints are
@@ -269,7 +268,7 @@ void AliITSFindClustersV2::Exec(const Option_t *opt){
     Char_t name[50];
 
     if(!fInit){
-       Warning("Exec","Initilization not succesfull. Aborting.");
+       Warning("Exec","(opt=%s) Initilization not succesfull. Aborting.\n",opt);
        return;
     } // end if !fInit
 
@@ -286,7 +285,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