| 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. */ |