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

AlBjet.h

Go to the documentation of this file.
00001 
00002 //
00003 // CLASS AlBjet
00004 // Concrete class for B-Jets, inherits from AlJet
00005 //
00006 // Author :  C. Delaere
00007 //
00009  
00010 
00011 #ifndef _ALBJET_H_
00012 #define _ALBJET_H_
00013 
00014 #include "AlJet.h"
00015 
00017 class AlBjet: public AlJet
00018 {
00019  public: 
00020 
00022   AlBjet();
00023 
00025   AlBjet(const AlBjet& oldAj);
00026 
00028   AlBjet(const AlJet& ojet, float proba = 0);
00029 
00031   void setBprobability(float);
00032 
00034   float getBprobability() const;
00035 
00036  private:
00037   
00039   float Bproba;
00040 };
00041 
00042 #endif

Generated at Wed Jun 18 17:19:09 2003 for ALPHA++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001