modified: README.md
modified: run_27Al.sh
This commit is contained in:
parent
3503953b0f
commit
17f44bc12e
34
README.md
34
README.md
|
|
@ -24,32 +24,32 @@ Raw .fsu files (FSUNSCL digitizer output)
|
||||||
▼
|
▼
|
||||||
┌─────────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────────┐
|
||||||
│ 1. EVENT BUILDING │
|
│ 1. EVENT BUILDING │
|
||||||
│ Binary: EventBuilder (Armory/EventBuilder.cpp) │
|
│ Binary: EventBuilder (Armory/EventBuilder.cpp) │
|
||||||
│ Script: buildEvents.sh or ProcessRun.sh <run> <tw> 0 │
|
│ Script: buildEvents.sh or ProcessRun.sh <run> <tw> 0 │
|
||||||
│ Input : *.fsu files │
|
│ Input : *.fsu files │
|
||||||
│ Output: Run_NNN_<timeWindow>ns.root (raw, unmapped TTree) │
|
│ Output: Run_NNN_<timeWindow>ns.root (raw, unmapped TTree) │
|
||||||
│ Hits within a configurable time window are grouped as events. │
|
│ Hits within a configurable time window are grouped as events. │
|
||||||
└─────────────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────────────┘
|
||||||
│
|
│
|
||||||
▼
|
▼
|
||||||
┌─────────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────────┐
|
||||||
│ 3. PRE-ANALYSIS CHECKS (optional) │
|
│ 3. PRE-ANALYSIS CHECKS (optional) │
|
||||||
│ Macro: PreAnalysis.C │
|
│ Macro: PreAnalysis.C │
|
||||||
│ Plots raw rates and energy spectra per channel from unmapped │
|
│ Plots raw rates and energy spectra per channel from unmapped │
|
||||||
│ data — useful for identifying dead/noisy channels before │
|
│ data — useful for identifying dead/noisy channels before │
|
||||||
│ mapping. │
|
│ mapping. │
|
||||||
└─────────────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────────────┘
|
||||||
│
|
│
|
||||||
▼
|
▼
|
||||||
┌─────────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────────┐
|
||||||
│ 2. CHANNEL MAPPING │
|
│ 2. CHANNEL MAPPING │
|
||||||
│ Binary: Mapper (Armory/Mapper.cpp) │
|
│ Binary: Mapper (Armory/Mapper.cpp) │
|
||||||
│ Script: ProcessRun.sh <run> <tw> 0 (calls Mapper internally) │
|
│ Script: ProcessRun.sh <run> <tw> 0 (calls Mapper internally) │
|
||||||
│ Config: mapping.h │
|
│ Config: mapping.h │
|
||||||
│ Input : eventbuilt ROOT tree │
|
│ Input : eventbuilt ROOT tree │
|
||||||
│ Output: Run_NNN_mapped.root │
|
│ Output: Run_NNN_mapped.root │
|
||||||
│ Translates hardware (digitizer SN, channel) to logical │
|
│ Translates hardware (digitizer SN, channel) to logical │
|
||||||
│ detector identity (SX3/QQQ/PC, strip/wire number). │
|
│ detector identity (SX3/QQQ/PC, strip/wire number). │
|
||||||
└─────────────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────────────┘
|
||||||
│
|
│
|
||||||
▼
|
▼
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ rm results_run*.root
|
||||||
export DATASET="27Al"
|
export DATASET="27Al"
|
||||||
export flip180="0"
|
export flip180="0"
|
||||||
export flipa=0
|
export flipa=0
|
||||||
export anode_offset=2
|
export anode_offset=0
|
||||||
#declare -i run=28
|
#declare -i run=28
|
||||||
#while [[ $run -lt 34 ]]; do #runs 1 to 84
|
#while [[ $run -lt 34 ]]; do #runs 1 to 84
|
||||||
# wrun=$(printf "%03d" $run)
|
# wrun=$(printf "%03d" $run)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user