Skip to content

Commit

Permalink
[SimWF] Allow any detectors
Browse files Browse the repository at this point in the history
* always run all digi stages independent of which detectors produce hits

* update TOF match sources

* add TRD and HMP sources

* introduces implicit modularisation
  * empty digit and reco files are always produced for missing detector
    hit files
    --> technicannly allows for any detector composition
    --> in particular crucial for anchored simulations
    --> enables the simulation of single detectors for specific expert
        studies when other material budget is not needed or has to be
        avoided even
  • Loading branch information
Benedikt Volkel committed Feb 12, 2024
1 parent f99e0fb commit d345940
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 143 deletions.
1 change: 1 addition & 0 deletions DATA/production/configurations/asyncReco/setenv_extra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ if [[ -z $RUN_IR ]] || [[ -z $RUN_DURATION ]] || [[ -z $RUN_BFIELD ]]; then
export RUN_DURATION=`cat Duration.txt`
export RUN_BFIELD=`cat BField.txt`
export RUN_DETECTOR_LIST=`cat DetList.txt`
export WORKFLOW_DETECTORS=$(echo "$RUN_DETECTOR_LIST" | tr " " ",")
fi
echo "DETECTOR LIST for current run ($RUNNUMBER) = $RUN_DETECTOR_LIST"
echo "DURATION for current run ($RUNNUMBER) = $RUN_DURATION"
Expand Down
Loading

0 comments on commit d345940

Please sign in to comment.