You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('-eB',help='Beam B energy', default=-1)
60
60
parser.add_argument('-col',help='collision system: pp, PbPb, pPb, Pbp, ..., in case of embedding collision system of signal', default='pp')
61
-
parser.add_argument('-field',help='L3 field rounded to kGauss, allowed: values +-2,+-5 and 0; +-5U for uniform field', default='-5')
61
+
parser.add_argument('-field',help='L3 field rounded to kGauss, allowed values: +-2,+-5 and 0; +-5U for uniform field; or "ccdb" to take from conditions database', default='ccdb')
62
62
63
63
parser.add_argument('-ptHatMin',help='pT hard minimum when no bin requested', default=0)
64
64
parser.add_argument('-ptHatMax',help='pT hard maximum when no bin requested', default=-1)
0 commit comments