// $Header RecModule.cxx $
#include "RecModule.h"
//______________________________________________________________________
// RecModule
//
// Base class for all processing modules. Doesn't actually do anything
// itself
// This is just here so that rootcint will have an implementation file
ClassImp(RecModule)
RecModule::RecModule()
{ }
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.