Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef HADRONS_Current_Library_VA_0_P_H
0002 #define HADRONS_Current_Library_VA_0_P_H
0003 
0004 #include "HADRONS++/Current_Library/Current_Base.H"
0005 
0006 
0007 namespace HADRONS {
0008   class VA_0_P : public Current_Base {
0009     double m_fP, m_Vxx;
0010   public:
0011     VA_0_P(const ATOOLS::Flavour_Vector& flavs,const std::vector<int>& indices,
0012            const std::string& name) :
0013     Current_Base(flavs, indices, name) {};
0014     void SetModelParameters( struct GeneralModel _md );
0015     void Calc(const ATOOLS::Vec4D_Vector& moms, bool m_anti);
0016   };
0017 }
0018 
0019 #endif