// -*- mode: c++ -*- // // $Id: BrRecoPackage.h,v 1.1 2002/08/06 22:12:47 hagel Exp $ // $Author: hagel $ // $Date: 2002/08/06 22:12:47 $ // $Copyright: (C) 2001 BRAHMS Collaboration // #ifndef BRAT_BrRecoPackage #define BRAT_BrRecoPackage #ifndef BRAT_BrModuleContainer #include "BrModuleContainer.h" #endif class BrRecoPackage : public BrModuleContainer { private: public: BrRecoPackage(); BrRecoPackage(const Char_t* name, const Char_t* title); virtual void Init(); virtual void Print(Option_t* option="B") const; // *MENU* ClassDef(BrRecoPackage,0) // Tpc Tracking Package (raw -> tracks) }; #endif //____________________________________________________________________ // // $Log: BrRecoPackage.h,v $ // Revision 1.1 2002/08/06 22:12:47 hagel // Initial placeholder revision //