diff --git a/README.md b/README.md index 420fa65..fceeb2a 100644 --- a/README.md +++ b/README.md @@ -24,32 +24,32 @@ Raw .fsu files (FSUNSCL digitizer output) ▼ ┌─────────────────────────────────────────────────────────────────┐ │ 1. EVENT BUILDING │ -│ Binary: EventBuilder (Armory/EventBuilder.cpp) │ -│ Script: buildEvents.sh or ProcessRun.sh 0 │ -│ Input : *.fsu files │ -│ Output: Run_NNN_ns.root (raw, unmapped TTree) │ -│ Hits within a configurable time window are grouped as events. │ +│ Binary: EventBuilder (Armory/EventBuilder.cpp) │ +│ Script: buildEvents.sh or ProcessRun.sh 0 │ +│ Input : *.fsu files │ +│ Output: Run_NNN_ns.root (raw, unmapped TTree) │ +│ Hits within a configurable time window are grouped as events. │ └─────────────────────────────────────────────────────────────────┘ │ ▼ ┌─────────────────────────────────────────────────────────────────┐ -│ 3. PRE-ANALYSIS CHECKS (optional) │ -│ Macro: PreAnalysis.C │ -│ Plots raw rates and energy spectra per channel from unmapped │ -│ data — useful for identifying dead/noisy channels before │ -│ mapping. │ +│ 3. PRE-ANALYSIS CHECKS (optional) │ +│ Macro: PreAnalysis.C │ +│ Plots raw rates and energy spectra per channel from unmapped │ +│ data — useful for identifying dead/noisy channels before │ +│ mapping. │ └─────────────────────────────────────────────────────────────────┘ │ ▼ ┌─────────────────────────────────────────────────────────────────┐ │ 2. CHANNEL MAPPING │ -│ Binary: Mapper (Armory/Mapper.cpp) │ -│ Script: ProcessRun.sh 0 (calls Mapper internally) │ -│ Config: mapping.h │ -│ Input : eventbuilt ROOT tree │ -│ Output: Run_NNN_mapped.root │ -│ Translates hardware (digitizer SN, channel) to logical │ -│ detector identity (SX3/QQQ/PC, strip/wire number). │ +│ Binary: Mapper (Armory/Mapper.cpp) │ +│ Script: ProcessRun.sh 0 (calls Mapper internally) │ +│ Config: mapping.h │ +│ Input : eventbuilt ROOT tree │ +│ Output: Run_NNN_mapped.root │ +│ Translates hardware (digitizer SN, channel) to logical │ +│ detector identity (SX3/QQQ/PC, strip/wire number). │ └─────────────────────────────────────────────────────────────────┘ │ ▼ diff --git a/run_27Al.sh b/run_27Al.sh index bacd00e..b0e3011 100644 --- a/run_27Al.sh +++ b/run_27Al.sh @@ -2,7 +2,7 @@ rm results_run*.root export DATASET="27Al" export flip180="0" export flipa=0 -export anode_offset=2 +export anode_offset=0 #declare -i run=28 #while [[ $run -lt 34 ]]; do #runs 1 to 84 # wrun=$(printf "%03d" $run)