IKtCluster.h

Go to the documentation of this file.
00001 #ifndef ATLFAST_IKTCLUSTER_H
00002 #define ATLFAST_IKTCLUSTER_H
00003 
00004 #ifndef ATLFAST_ICLUSTER_H
00005 #include "AtlfastEvent/ICluster.h"
00006 #endif
00007 
00008 namespace Atlfast {
00009 
00010   class IKtCluster:    virtual public ICluster{
00011     public:
00013     virtual ~IKtCluster() { } 
00014     virtual IKtCluster* cloneIKTC()                   const = 0;
00016     virtual double yCut() const            = 0;
00017   };
00018 }
00019 #endif

Generated on Fri Sep 21 13:00:08 2007 for AtlfastEvent by  doxygen 1.5.1