]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALPreprocessor.cxx
Parameters for track finding in AliITStrackerSA added to AliITSRecoParam (F. Prino)
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALPreprocessor.cxx
index 338bc7bab4e07eecdc111626fad6a2980520949f..e63abad2879956ac1e72d1f3be210cc1cd305595 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.7  2007/06/20 08:50:14  gustavo
+ * Change wrong directory data name from EmcGainPedestals to Data
+ *
  * Revision 1.6  2007/04/29 15:06:19  gustavo
  * New return value, and some minor fixes
  *
@@ -76,6 +79,9 @@ AliEMCALPreprocessor::AliEMCALPreprocessor(AliShuttleInterface* shuttle):
 AliPreprocessor("EMC",shuttle)
 {
   // Constructor
+  AddRunType("PHYSICS");
+  AddRunType("STANDALONE");
+
 }
 
 //_______________________________________________________________________________________
@@ -113,7 +119,7 @@ UInt_t AliEMCALPreprocessor::Process(TMap* /*valueSet*/)
        
     if(!f.IsOpen()) {
       Log(Form("File %s is not opened, something goes wrong!",fileName.Data()));
-      return 0;
+      return 1;
     }