Skip to content

Commit 45b3e6a

Browse files
committed
by default take field from CCDB
1 parent 1ea8f06 commit 45b3e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
parser.add_argument('-eA',help='Beam A energy', default=-1) #6369 PbPb, 2.510 pp 5 TeV, 4 pPb
5959
parser.add_argument('-eB',help='Beam B energy', default=-1)
6060
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')
6262

6363
parser.add_argument('-ptHatMin',help='pT hard minimum when no bin requested', default=0)
6464
parser.add_argument('-ptHatMax',help='pT hard maximum when no bin requested', default=-1)

0 commit comments

Comments
 (0)