00001 // max number of entries in the paw ntuple 00002 #define NTMAXIN 100 00003 00004 // user classes declaration 00005 // the definition must be in your main cpp file, with UserInit(), UserEvent() and UserTerm() 00006 // if you want to use the class with the NtupleWriter facility, 00007 // you have to derive from TObject and to implement a (dummy) operator float() 00008 // and to create a dictionary for the file.. cfr ROOT doc for full details 00009 // note: you may have to modify the makefile 00010 // and to add some includes to Driver/inc/AlephNtupleWriter.h 00011 00012 #ifndef _USERCLASSES_H_ 00013 #define _USERCLASSES_H_ 00014 00015 #endif