00001 #ifndef userCuts_h
00002 #define userCuts_h
00003
00004 00006
00007 \c userCuts should be implemented by the USER
00008 <ul>
00009 <li> The user cuts should be created in the constructor of this class. <br>
00010 <li> The user cuts should be added into the selectionManager in the constructor
00011 of this class. For that use the method \c addCut() of the selectionManager. <br>
00012 <li> All the user cuts should inherit from cutVI.
00013 <li> See centellaCuts for reference.
00014 </ul>
00015 */
00016
00017
00018
00019
00020 class userCuts
00021
00022 {
00023 public:
00025
00026 userCuts(){};
00028 ~userCuts(){};
00029 };
00030 #endif