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

centellaCuts.cpp

Go to the documentation of this file.
00001 
00002 #include "Event/centellaCuts.h"
00003 #include "Event/selectionManager.h"
00004 
00005 #include "Event/centellaCommands.h"
00006 
00007 //####################################
00008 centellaCuts::centellaCuts()
00009 //####################################
00010 {
00011         selectionManager* s = selectionManager::instance();
00012         
00013         s->addCut("conNextEvent",   new conNextEvent());
00014 }

Generated at Fri Aug 18 12:57:37 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000