Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members
PisaHit.h
Go to the documentation of this file.00001 #ifndef __PISAHIT_H__ 00002 #define __PISAHIT_H__ 00003 00004 #include "PHObject.h" 00005 00009 class PisaHit : public PHObject 00010 { 00011 public: 00012 00013 virtual ~PisaHit(); 00014 00016 virtual const char* subsystem() const = 0; 00017 00019 virtual int track() const = 0; 00020 00022 virtual void track(int n) = 0; 00023 00024 ClassDef(PisaHit,0) 00025 }; 00026 00027 #endif