/[PAMELA software]/PamCut/PamCutBase/PamCutBase.h
ViewVC logotype

Diff of /PamCut/PamCutBase/PamCutBase.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by pam-fi, Tue Oct 27 10:24:01 2009 UTC revision 1.6 by pam-fi, Thu Mar 18 14:41:13 2010 UTC
# Line 107  public: Line 107  public:
107      return _nGood;      return _nGood;
108    }    }
109    
110      /*! @brief Returns the index of currently processed event.
111        *
112        * This method returns the index of the currently processed event inside a #Process()
113        * invocation. It has no meaning when read outside #Process().
114        *
115        * @return The index of the currently processed event.
116        */
117      ULong_t GetCurrentEvent(){
118        return _currEv;
119      }
120    
121    /*! @brief The pre-analysis task definition.    /*! @brief The pre-analysis task definition.
122     *     *
123     * This method is automatically called by Process() before the event selection;     * This method is automatically called by Process() before the event selection;
# Line 154  public: Line 165  public:
165  private:  private:
166    
167    const char *_cutName;    const char *_cutName;
168      ULong_t _currEv;
169    
170  protected:  protected:
171    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23