TypeIIISeeSaw: formats.inc

File formats.inc, 957 bytes (added by Carla Biggio, 13 years ago)

formats.inc

Line 
1c************************************************************************
2c** **
3c** MadGraph/MadEvent Interface to FeynRules **
4c** **
5c** C. Duhr (Louvain U.) - M. Herquet (NIKHEF) **
6c** **
7c************************************************************************
8
9c Formats for printout output
10
11c Simple real
12 1 format(1x,a15,e16.5)
13c Simple Complex
14 2 format(1x,a15,e16.5,1x,e16.5)
15c Real with mass dimension
16 3 format(1x,a15,e16.5,' GeV')
17c Chiral couplings
18 4 format(1x,a15,e16.5,1x,e16.5,a15,e16.5,1x,e16.5)
19
20
21c Formats for helas_coupling output
22
23c Real
24 11 format(a10,e16.5)
25c Complex
26 12 format(a10,e16.5,1x,e16.5 )
27c Chiral
28 13 format(a10,e16.5,1x,e16.5,1x,e16.5,1x,e16.5 )
29