~maddevelopers/mg5amcnlo/2.5.5_NLOandLOmerging

« back to all changes in this revision

Viewing changes to Template/LO/Cards/run_card.dat

  • Committer: olivier Mattelaer
  • Date: 2017-11-26 16:35:21 UTC
  • mfrom: (271.1.38 2.6.1_bk)
  • Revision ID: olivier.mattelaer@uclouvain.be-20171126163521-2q5otmkxwluwsp68
merge with latest 2.6.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 %(ptamax)s  = ptamax    ! maximum pt for the photons
120
120
 %(ptlmax)s  = ptlmax    ! maximum pt for the charged leptons
121
121
 %(missetmax)s  = missetmax ! maximum missing Et (sum of neutrino's momenta)
 
122
 %(pt_min_pdg)s = pt_min_pdg ! pt cut for other particles (use pdg code). Applied on particle and anti-particle
 
123
 %(pt_max_pdg)s = pt_max_pdg ! pt cut for other particles (syntax e.g. {6: 100, 25: 50}) 
122
124
#*********************************************************************
123
125
# Minimum and maximum E's (in the center of mass frame)              *
124
126
#*********************************************************************
130
132
 %(ebmax)s   = ebmax ! maximum E for the b
131
133
 %(eamax)s   = eamax ! maximum E for the photons
132
134
 %(elmax)s   = elmax ! maximum E for the charged leptons
 
135
 %(e_min_pdg)s = e_min_pdg ! E cut for other particles (use pdg code). Applied on particle and anti-particle
 
136
 %(e_max_pdg)s = e_max_pdg ! E cut for other particles (syntax e.g. {6: 100, 25: 50}) 
133
137
#*********************************************************************
134
138
# Maximum and minimum absolute rapidity (for max, -1 means no cut)   *
135
139
#*********************************************************************
141
145
 %(etabmin)s  = etabmin ! min rap for the b
142
146
 %(etaamin)s  = etaamin ! min rap for the photons
143
147
 %(etalmin)s  = etalmin ! main rap for the charged leptons
 
148
 %(eta_min_pdg)s = eta_min_pdg ! rap cut for other particles (use pdg code). Applied on particle and anti-particle
 
149
 %(eta_max_pdg)s = eta_max_pdg ! rap cut for other particles (syntax e.g. {6: 2.5, 23: 5})
144
150
#*********************************************************************
145
151
# Minimum and maximum DeltaR distance                                *
146
152
#*********************************************************************
177
183
 %(mmbbmax)s  = mmbbmax ! max invariant mass of a b pair
178
184
 %(mmaamax)s  = mmaamax ! max invariant mass of gamma gamma pair
179
185
 %(mmllmax)s  = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
 
186
 %(mxx_min_pdg)s = mxx_min_pdg ! min invariant mass of a pair of particles X/X~ (e.g. {6:250})
 
187
 %(mxx_only_part_antipart)s = mxx_only_part_antipart ! if True the invariant mass is applied only 
 
188
                       ! to pairs of particle/antiparticle and not to pairs of the same pdg codes.  
180
189
#*********************************************************************
181
190
# Minimum and maximum invariant mass for all letpons                 *
182
191
#*********************************************************************