#ifndef HADRONS_Current_Library_VA_0_V_H #define HADRONS_Current_Library_VA_0_V_H #include "HADRONS++/Current_Library/Current_Base.H" namespace HADRONS { class VA_0_V : public Current_Base { double m_fV, m_Vxx; public: VA_0_V(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