/[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.7 by pam-fi, Tue Oct 27 10:24:01 2009 UTC revision 1.8 by pam-fi, Wed Jan 27 15:59:11 2010 UTC
# Line 119  public: Line 119  public:
119     * @param event The event to analyze.     * @param event The event to analyze.
120     * @return CUTOK if the event survives all the selection and detector cuts.     * @return CUTOK if the event survives all the selection and detector cuts.
121     */     */
122    
123      /*! @brief The pre-analysis task definition.
124       *
125       * This override of the Setup() method sets up the selection and detector cuts and actions
126       *
127       * @param events The PamLevel2 pointer to the events that will be analyzed. Used only as parameter for
128       *          VerboseCollection::Setup().
129       */
130      void Setup(PamLevel2 *events);
131    
132    int ApplyCut(PamLevel2 *event);    int ApplyCut(PamLevel2 *event);
133    
134    /*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.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23