File indexing completed on 2025-04-19 09:10:02
0001 #ifndef DIM__Shower__Lorentz_FF_H
0002 #define DIM__Shower__Lorentz_FF_H
0003
0004 #include "DIM/Shower/Lorentz.H"
0005
0006 namespace DIM {
0007
0008 class Lorentz_FF: public Lorentz {
0009 protected:
0010
0011 double Jacobian(const Splitting &s) const;
0012
0013 public:
0014
0015 Lorentz_FF(const Kernel_Key &k);
0016
0017 int Construct(Splitting &s,const int mode) const;
0018
0019 bool Compute(Splitting &s) const;
0020
0021 double MEPSWeight(const Splitting &s) const;
0022
0023 };
0024
0025 }
0026
0027 #endif