ICluster.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef ATLFAST_ICLUSTER_H
00004 #define ATLFAST_ICLUSTER_H
00005 
00006 //#ifndef ATLFAST_IKINEMATIC_H
00007 //#include "AtlfastEvent/IKinematic.h"
00008 //#endif
00009 
00010 #ifndef ATLFAST_IAODNAVIGATION_H
00011 #include "AtlfastEvent/IAODNavigation.h"
00012 #endif
00013 
00014 #ifndef HEPLORENTZVECTOR_H
00015 #include "CLHEP/Vector/LorentzVector.h" 
00016 #define HEPLORENTZVECTOR_H
00017 #endif
00018 
00019 namespace Atlfast {
00020  
00021   class ICluster:    virtual public IAODNavigation{
00022     public:
00024     virtual ~ICluster() { } 
00025     //Deposits due to a ...
00026     virtual void setMomentum(const HepLorentzVector&) = 0;
00027   };
00028 }
00029 #endif
00030 

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