~maddevelopers/mg5amcnlo/2.5.3_lep

« back to all changes in this revision

Viewing changes to madgraph/__init__.py

working version of creating the model. and start of instalation of the aloha

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
 
22
22
#Look for basic file position MG5DIR and MG4DIR
23
 
MG5DIR = os.path.dirname(os.path.realpath(__file__))
 
23
MG5DIR = os.path.realpath(os.path.join(
 
24
                        os.path.dirname(os.path.realpath(__file__)), os.pardir))
24
25
MG4DIR = None
25
26
 
26
27
mg4_possibility = [os.path.join(MG5DIR, os.path.pardir),