Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-20 09:09:19

0001 #ifndef DIM__Shower__Lorentz_II_H
0002 #define DIM__Shower__Lorentz_II_H
0003 
0004 #include "DIM/Shower/Lorentz.H"
0005 
0006 namespace DIM {
0007 
0008   class Lorentz_II: public Lorentz {
0009   protected:
0010 
0011     double Jacobian(const Splitting &s) const;
0012 
0013     double PDFEstimate(const Splitting &s) const;
0014 
0015   public:
0016 
0017     Lorentz_II(const Kernel_Key &k);
0018 
0019     int Construct(Splitting &s,const int mode) const;
0020 
0021     bool Compute(Splitting &s) const;
0022 
0023     double MEPSWeight(const Splitting &s) const;
0024 
0025   };// end of class Lorentz_II
0026 
0027 }// end of namepsace DIM
0028 
0029 #endif