Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/INTT_preliminary/202409_performance/correlation/src/README.md is written in an unsupported language. File is not indexed.

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