Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members
PisaStack.h
Go to the documentation of this file.00001 #ifndef __PISASTACK_H__ 00002 #define __PISASTACK_H__ 00003 00004 #include "PHObject.h" 00005 00006 class TVirtualMCStack; 00007 00011 class PisaStack : public PHObject 00012 { 00013 public: 00014 virtual ~PisaStack(); 00015 00017 virtual TVirtualMCStack* stack() = 0; 00018 00022 virtual void Reset() = 0; 00023 00024 ClassDef(PisaStack,0) 00025 }; 00026 00027 #endif