Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/SHERPA-MC/HADRONS++/Current_Library/VA_0_V.H was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef HADRONS_Current_Library_VA_0_V_H
0002 #define HADRONS_Current_Library_VA_0_V_H
0003 
0004 #include "HADRONS++/Current_Library/Current_Base.H"
0005 
0006 
0007 namespace HADRONS {
0008   class VA_0_V : public Current_Base {
0009     double m_fV, m_Vxx;
0010   public:
0011     VA_0_V(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