/[PAMELA software]/PamCut/Collections/EffCollection/EffCollection.h
ViewVC logotype

Diff of /PamCut/Collections/EffCollection/EffCollection.h

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

revision 1.8 by pam-fi, Wed Jan 27 15:59:11 2010 UTC revision 1.9 by pam-fi, Tue Mar 23 17:27:40 2010 UTC
# Line 114  public: Line 114  public:
114     */     */
115    void AddSelectionAction(CollectionAction *action);    void AddSelectionAction(CollectionAction *action);
116    
   /*! @brief Applies the selection and detector cuts to the current event.  
    *  
    * @param event The event to analyze.  
    * @return CUTOK if the event survives all the selection and detector cuts.  
    */  
117    
118    /*! @brief The pre-analysis task definition.    /*! @brief The pre-analysis task definition.
119     *     *
# Line 129  public: Line 124  public:
124     */     */
125    void Setup(PamLevel2 *events);    void Setup(PamLevel2 *events);
126    
127      /*! @brief Applies the selection and detector cuts to the current event.
128        *
129        * @param event The event to analyze.
130        * @return CUTOK if the event survives all the selection and detector cuts.
131        */
132    
133    int ApplyCut(PamLevel2 *event);    int ApplyCut(PamLevel2 *event);
134    
135    /*TODO: redefine GetCut and the other methods to comply with the new selection/detector cuts structure. */    /*TODO: redefine GetCut and the other methods to comply with the new selection/detector cuts structure. */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23