Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlgTrack.h

Go to the documentation of this file.
00001 
00002 // $$
00003 //
00004 // AlgTrack
00005 //
00006 // AlgTrack is an abstract base class.  This class should and cannot
00007 // be instantiated.
00008 //
00009 // Author:  R. Lee 2002.08.06
00010 //
00012 
00013 #ifndef ALGTRACK_H
00014 #define ALGTRACK_H
00015 
00016 #include <Rtypes.h>             // for ClassDef
00017 
00018 class CandTrackHandle;
00019 
00020 class AlgTrack
00021 {
00022 
00023 protected:
00024 
00025   void SetUVZT(CandTrackHandle *);
00026   void SetUVZ(CandTrackHandle *);
00027   void SetT(CandTrackHandle *);
00028   void SetdS(CandTrackHandle *);
00029   void CalculateTrace(CandTrackHandle & cth);
00030 
00031   AlgTrack() { }
00032   virtual ~AlgTrack() { }
00033 
00034 ClassDef(AlgTrack,1)
00035 
00036 };
00037 
00038 #endif                                                    // ALGTRACK_H

Generated on Mon Feb 15 11:06:20 2010 for loon by  doxygen 1.3.9.1