Falaise
3.3.0
SuperNEMO Software Toolkit
|
At present, the builtin ROOT formatter of flreconstruct
only outputs the basic raw and calibrated data banks. To help in user analysis, a simple converter program, flptd2root.py
is provided to convert all data banks to a flat ROOT TTree for further analysis.
If you have installed Falaise via Cadfaelbrew, simply do
FLPTD2Root is implemented as a simple command line python program. To get help on the available options, run flptd2root.py
with the -h
option:
To convert a full BRIO format file output by flreconstruct
, simply pass the path to this file as the -i
argument, and use the -o
option to supply the name of the output ROOT format file. For example,
The format of the TFile/TTree is fully documented in a README PDF file.