Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:10:07

0001 #ifndef METOOLS_Main_Four_Particle_Amplitudes_H
0002 #define METOOLS_Main_Four_Particle_Amplitudes_H
0003 
0004 #include "METOOLS/Main/Partial_Amplitude_Base.H"
0005 #include "METOOLS/Main/Polarization_Tools.H"
0006 
0007 namespace METOOLS {
0008 
0009   class VSSS : public Partial_Amplitude_Base {
0010   private:
0011   public:
0012     VSSS(const ATOOLS::Flavour_Vector& flavs,
0013          const std::vector<int>& i, const std::vector<bool>& out);
0014     ~VSSS() {}
0015 
0016     void Calculate(const ATOOLS::Vec4D_Vector& moms, bool anti=false);
0017   };
0018 
0019 }
0020 
0021 #endif