/[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.1 by pam-fi, Wed May 27 13:30:09 2009 UTC revision 1.2 by pam-fi, Fri May 29 10:10:28 2009 UTC
# Line 119  public: Line 119  public:
119     */     */
120    virtual void Setup(PamLevel2 *events);    virtual void Setup(PamLevel2 *events);
121    
122   /*! @brief The post-analysis task definition.    /*! @brief The post-analysis task definition.
123     *     *
124     * This method is automatically called by Process() after the event selection has been     * This method is automatically called by Process() after the event selection has been
125     * performed; override this in derived classes to perform post-analysis tasks like writing     * performed; override this in derived classes to perform post-analysis tasks like writing
# Line 173  public: Line 173  public:
173    
174    /*! @brief Constructor.    /*! @brief Constructor.
175     *     *
176     * @param cutName The cut's name.     * @param collectionName The collection's name.
177     */     */
178    PamCutCollection(const char *cutName) :    PamCutCollection(const char *collectionName) :
179      PamCut(cutName) {      PamCut(collectionName) {
180    }    }
181    
182    /*! @brief Destructor. */    /*! @brief Destructor. */
# Line 229  public: Line 229  public:
229     */     */
230    unsigned int GetSize();    unsigned int GetSize();
231    
   
232    /*! @brief The pre-analysis task definition.    /*! @brief The pre-analysis task definition.
233     *     *
234     * This override of the Setup() method calls Setup() for the base class PamCut, and subsequently for each cut     * This override of the Setup() method calls Setup() for the base class PamCut, and subsequently for each cut

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23