Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ITrackParameters.h

Go to the documentation of this file.
00001 #ifndef ATLFANA_ITRACKPARAMETERS_H
00002 #define ATLFANA_ITRACKPARAMETERS_H
00003 //
00004 
00005 #include "AtlfastCode/Phi.h"
00006 
00007 namespace AtlfAna{
00008   class ITrackParameters{
00009   public:
00010     virtual double  eta()             const =0;
00011     virtual double  phi()             const =0;
00012     virtual double  pT()              const =0;
00013     virtual double  impactParameter() const =0;
00014     virtual double  zPerigee()        const =0;
00015     virtual double  cotTheta()        const =0;
00016     virtual double  invPtCharge()     const =0;
00017   };
00018 }
00019 #endif

Generated on Wed Jan 23 12:58:32 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001