~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/input_files/IOTestsComparison/short_ML_SMQCD_LoopInduced/gg_hh/%..%..%Source%MODEL%formats.inc

  • Committer: olivier Mattelaer
  • Date: 2014-06-11 19:47:48 UTC
  • mfrom: (253.1.38 2.1.2)
  • mto: (253.1.70 2.1.2)
  • mto: This revision was merged to the branch mainline in revision 254.
  • Revision ID: olivier.mattelaer@uclouvain.be-20140611194748-nhxx3210gudd1qfw
merge with 2.1.2

Show diffs side-by-side

added added

removed removed

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