]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updates for running on grid (Markus)
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Apr 2010 12:16:04 +0000 (12:16 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Apr 2010 12:16:04 +0000 (12:16 +0000)
-This line, and those below, will be ignored--

M    AliTRDrecoTask.h
M    AliTRDrecoTask.cxx

PWG1/TRD/AliTRDrecoTask.cxx
PWG1/TRD/AliTRDrecoTask.h

index f1f8788bb66abb80a76564e2dff5501955376972..80f67a74eb570c02c2d938f90c6ffd5612f37a8b 100644 (file)
@@ -116,6 +116,7 @@ void AliTRDrecoTask::UserExec(Option_t *)
 {
 // Loop over Plot functors published by particular tasks
 
+  GetInputData(1);
   if(!fPlotFuncList){
     AliWarning("No functor list defined for the reference plots");
     return;
index 1535d4059023ee0b38a426c64b5f9b297768042e..8b768f966e60da075aac5b26806cda632eec8ee7 100644 (file)
@@ -68,8 +68,9 @@ protected:
   static TTreeSRedirector* DebugStream() { return fgDebugStream;}
   void           InitFunctorList();
   void           Adjust(TF1 *f, TH1 * const h);
-  Char_t    fNameId[10];   //! unique identifier of task particularity
-  UChar_t   fNRefFigures;  //! no of reference figures reported by task
+  Bool_t         HasFunctorList() const { return fPlotFuncList != NULL; }
+  Char_t    fNameId[10];   // unique identifier of task particularity
+  UChar_t   fNRefFigures;  // no of reference figures reported by task
   TObjArray *fContainer;   //! container to store results
   TObjArray *fTracks;      //! Array of tracks
   const AliTRDtrackV1    *fkTrack;         //! current track
@@ -84,7 +85,7 @@ private:
   static TList      *fgTrendPoint;          //! trend point
   static TTreeSRedirector *fgDebugStream;  //! Debug stream 
 
-  ClassDef(AliTRDrecoTask, 2) // base TRD reconstruction task
+  ClassDef(AliTRDrecoTask, 3) // base TRD reconstruction task
 };
 
 #endif