~maddevelopers/mg5amcnlo/3.0.2_loopparams

« back to all changes in this revision

Viewing changes to madgraph/core/base_objects.py

  • Committer: Marco Zaro
  • Date: 2019-01-14 10:02:07 UTC
  • mfrom: (78.413.15 2.6.5)
  • Revision ID: marco.zaro@gmail.com-20190114100207-7ir5f1og3nxqd5g5
merged with 2.6.5 up to rev 294 (fix for applgrid)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3711
3711
        # Extract hierarchy and particles corresponding to the
3712
3712
        # different hierarchy levels from the model
3713
3713
        particles, hierarchy = model.get_particles_hierarchy()
3714
 
 
3715
3714
        # Find legs corresponding to the different orders
3716
3715
        # making sure we look at lowest hierarchy first for each leg
3717
3716
        max_order_now = []
3718
3717
        new_legs =  copy.copy(self.get('legs'))
 
3718
        import madgraph.core.base_objects as base_objects
3719
3719
        for parts, value in zip(particles, hierarchy):
3720
3720
            ileg = 0
3721
3721
            while ileg < len(new_legs):