modified: README.md

modified:   run_27Al.sh
This commit is contained in:
Vignesh Sitaraman 2026-05-15 14:57:12 -04:00
parent 3503953b0f
commit 17f44bc12e
2 changed files with 18 additions and 18 deletions

View File

@ -24,32 +24,32 @@ Raw .fsu files (FSUNSCL digitizer output)
┌─────────────────────────────────────────────────────────────────┐
│ 1. EVENT BUILDING │
│ Binary: EventBuilder (Armory/EventBuilder.cpp) │
│ Script: buildEvents.sh or ProcessRun.sh <run> <tw> 0 │
│ Input : *.fsu files │
│ Output: Run_NNN_<timeWindow>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 <run> <tw> 0
│ Input : *.fsu files
│ Output: Run_NNN_<timeWindow>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 <run> <tw> 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 <run> <tw> 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).
└─────────────────────────────────────────────────────────────────┘

View File

@ -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)