Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:28:19

0001 // Tristan Protzman, January 2024
0002 // Driver for converting the output of the HGCROC
0003 // into a root file for further analysis
0004 
0005 #pragma once
0006 
0007 #include "Analyses.h"
0008 #include "Event.h"
0009 #include "Tile.h"
0010 #include "HGCROC.h"
0011 
0012 #include "waveform_fitting/waveform_fit_base.h"
0013 
0014 #include <iostream>
0015 
0016 int run_hgcroc_conversion(Analyses *analysis, waveform_fit_base *waveform_builder);
0017 bool decode_position(int channel, int &x, int &y, int &z);