Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

UserClasses.h

Go to the documentation of this file.
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

Generated at Wed Jun 18 17:19:20 2003 for ALPHA++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001