Skip to content
Snippets Groups Projects

First DVMP analysis

Merged Sylvester Joosten requested to merge dvmp_ana into master
2 files
+ 9
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
3
@@ -34,8 +34,11 @@ JUGGLER_FILE_NAME_TAG="dvmp"
@@ -34,8 +34,11 @@ JUGGLER_FILE_NAME_TAG="dvmp"
JUGGLER_GEN_FILE="results/dvmp/jpsi_central_electron-10on100-gen.hepmc"
JUGGLER_GEN_FILE="results/dvmp/jpsi_central_electron-10on100-gen.hepmc"
# FIXME use the input file name, as we will be generating a lot of these
# FIXME use the input file name, as we will be generating a lot of these
# in the future...
# in the future...
JUGGLER_SIM_FILE="sim_${JUGGLER_FILE_NAME_TAG}.root"
## note: these variables need to be exported to be accessible from
JUGGLER_REC_FILE="rec_${JUGGLER_FILE_NAME_TAG}.root"
## the juggler options.py. We should really work on a dedicated
 
## juggler launcher to get rid of these "magic" variables. FIXME
 
export JUGGLER_SIM_FILE="sim_${JUGGLER_FILE_NAME_TAG}.root"
 
export JUGGLER_REC_FILE="rec_${JUGGLER_FILE_NAME_TAG}.root"
## =============================================================================
## =============================================================================
@@ -59,7 +62,7 @@ fi
@@ -59,7 +62,7 @@ fi
## =============================================================================
## =============================================================================
## Step 3: Run digitization & reconstruction
## Step 3: Run digitization & reconstruction
echo "Running Geant4 simulation"
echo "Running the digitization and reconstruction"
# FIXME Need to figure out how to pass file name to juggler from the commandline
# FIXME Need to figure out how to pass file name to juggler from the commandline
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
gaudirun.py options/tracker_reconstruction.py
gaudirun.py options/tracker_reconstruction.py
Loading