#ifndef HADRONS_Current_Library_VA_0_P_H #define HADRONS_Current_Library_VA_0_P_H #include "HADRONS++/Current_Library/Current_Base.H" namespace HADRONS { class VA_0_P : public Current_Base { double m_fP, m_Vxx; public: VA_0_P(const ATOOLS::Flavour_Vector& flavs,const std::vector& indices, const std::string& name) : Current_Base(flavs, indices, name) {}; void SetModelParameters( struct GeneralModel _md ); void Calc(const ATOOLS::Vec4D_Vector& moms, bool m_anti); }; } #endif