Warning, /analysis/INTT_preliminary/202409_performance/timing/src/README.md is written in an unsupported language. File is not indexed.
0001 # INTT streaming timing
0002 Analysis to show the timing plot of the INTT streaming data
0003
0004 ## Modules
0005 - InttStreamingTiming
0006
0007 ## Common libraries
0008 - InttQaCommon: Variables, and functions for general use are here. Namespace InttQa is used.
0009
0010 ## How to use
0011
0012 ### Condition
0013 #### Input
0014 DST(s) file containing INTTRAWHIT and INTTEVENTHEADER (may not be mandatory).
0015
0016 #### Output
0017 By default, outputs are saved in the QA directory of INTT commissioning (/sphenix/tg/tg01/commissioning/INTT/QA/raw_hit).
0018 If you want to change it, for example, the current directory as a test, use void SetOutputDir( std::string dir ).
0019 Output files are
0020 - ROOT file (directory: {root_dir}/root/{year}/): ROOT objects are saved.
0021 - PDF file (directory: {root_dir}/plots/{year}/): Plots are saved.
0022 - txt file (directory: {root_dir}/txt/{year}/): Some information is stored for easy access.