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

SplitDecision.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_SPLITDECISION_H
00002 #define FASTSHOWER_SPLITDECISION_H
00003 #include "FastShowerUtils/ProcessedFlat.h"
00005 
00006 namespace FastShower{
00007   class SplitDecision{
00008   public:
00009     SplitDecision();
00010     SplitDecision(double);
00011     void setBoundary(double);
00012     bool lower();
00013   private:
00014     double m_boundary;
00015     ProcessedFlat m_flat;
00016   };
00017 }
00018 #endif
00019 
00020     
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 

Generated on Tue Mar 18 11:50:06 2003 for FastShowerUtils by doxygen1.3-rc1