HOME
ESR
EXPERIMENTS
LABS etc
|
E121
E127
E132
E125
E143
laser_cooling_2021
E142
Ê128
E146
E0052
E0018
E0028
E0038
|
Bound beta decay experiment on Tl-205 |
Not logged in |
|
|
Message ID: 177
Entry time: Thu Nov 5 15:13:43 2020
|
Author: |
Jan |
Category: |
Analysis |
Subject: |
root script example |
|
|
Attached is an example root script/macro that shows how to use scripts for analysis.
Usage:
1. change INPUT and OUTPUT preprocessor variables in e121_analysis.c pointing to your desired input and output root-files.
2. open root and type: root [1] .L e121_analysis.C++
root [2] run() 3. check plots popping up and output files
Hints:
in e121_analysis.C use #include "e121_raw.h" for the original channel names/mapping (e.g. ADC1_1,...)
and use#include "e121_mapped.h" for named channels (e.g. e_csi[0] or e_dssd_top) |
|
|
|