Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:13:21

0001 /// ---------------------------------------------------------------------------
0002 /*! \file   Tools.h
0003  *  \author Derek Anderson
0004  *  \date   12.29.2023
0005  *
0006  *  All-in-one header for utility tools.
0007  */
0008 /// ---------------------------------------------------------------------------
0009 
0010 #ifndef SCORRELATORUTILITIES_TOOLS_H
0011 #define SCORRELATORUTILITIES_TOOLS_H
0012 
0013 #include "ClustTools.h"
0014 #include "GEvtTools.h"
0015 #include "ParTools.h"
0016 #include "REvtTools.h"
0017 #include "TrkTools.h"
0018 #include "TwrTools.h"
0019 #include "VtxTools.h"
0020 
0021 #endif
0022 
0023 // end ------------------------------------------------------------------------