Skip to content

Commit

Permalink
fixed issues with Field maps used
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Britton committed Apr 6, 2017
1 parent faa9c50 commit 2d757aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MCwrapper/Gcontrol.in
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ c similarly named configuration parameters used in the reconstruction,
c the difference being that underscores are not allowed here. To
c specify the values to the reconstruction code used here, use the
c -PBFIELD_TYPE=CalibDB and -PBFIELD_MAP=Magnets/Solenoid/solenoid_1500
BFIELDMAP 'Magnets/Solenoid/solenoid_1200A_poisson_20140520'
cBFIELDMAP 'Magnets/Solenoid/solenoid_1200A_poisson_20140520'
cBFIELDTYPE 'NoField'

c The pair spectrometer magnetic field map can also be accessed through the
Expand All @@ -390,7 +390,7 @@ c supported values for PSBFIELDTYPE. To specify the values used here to
c the reconstruction code, use options -PPSBFIELD_TYPE=CalibDB and
c -PPSBFIELD_MAP=Magnets/PairSpectrometer/PS_1.8T_20150513_test
c on the jana command line.
PSBFIELDMAP 'Magnets/PairSpectrometer/PS_1.8T_20150513_test'
cPSBFIELDMAP 'Magnets/PairSpectrometer/PS_1.8T_20150513_test'
cPSBFIELDTYPE 'Const'

c Use this card to enable/disable ( SAVEHITS 1/0 ) writing events with no
Expand Down
2 changes: 1 addition & 1 deletion MCwrapper/gluex_MC.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def add_job(WORKFLOW,CHANNEL, RUNNO, FILENO,SCRIPT,COMMAND, VERBOSE,PROJECT,TRAC
def showhelp():
helpstring= "variation=%s where %s is a valid jana_calib_context variation string (default is \"mc\")\n"
helpstring+= " per_file=%i where %i is the number of events you want per file/job (default is 10000)\n"
helpstring+= " numthread=%i sets the number of threads to use to %i. Note that this will overwrite the NCORES set in MC.config\n"
helpstring+= " numthreads=%i sets the number of threads to use to %i. Note that this will overwrite the NCORES set in MC.config\n"
helpstring+= " generate=[0/1] where 0 means that the generation step and any subsequent step will not run (default is 1)\n"
helpstring+= " geant=[0/1] where 0 means that the geant step and any subsequent step will not run (default is 1)\n"
helpstring+= " mcsmear=[0/1] where 0 means that the mcsmear step and any subsequent step will not run (default is 1)\n"
Expand Down

0 comments on commit 2d757aa

Please sign in to comment.