CERN Converter

adds clustering and charge to trees created with pXar

source

CERNConverter

 CERNConverter (data_dir, run_number, dut_name=None)

Converts the raw data taken at CERN in several steps to hdf5 files. The raw data consists of one root file for the DUTs saved with pXar and a binary file from the KARTEL telescope. STEP -2: raw -> root for tel (judith) STEP -1: adc -> vcal for DUTs (python) STEP 0: merge tel and dut root files (python) STEP 2: alignment (proteus) STEP 3: track reconstruction (proteus) STEP 4: root -> hdf5 (python)


source

main

 main (run:int=232, dut:int=0, tc:str=None)