Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 /// ---------------------------------------------------------------------------
0002 /*! \file   Interfaces.h
0003  *  \author Derek Anderson
0004  *  \date   12.29.2023
0005  *
0006  *  All-in-one header for utility interfaces.
0007  */
0008 /// ---------------------------------------------------------------------------
0009 
0010 #ifndef SCORRELATORUTILITIES_INTERFACES_H
0011 #define SCORRELATORUTILITIES_INTERFACES_H
0012 
0013 #include "ClustInterfaces.h"
0014 #include "CstInterfaces.h"
0015 #include "FlowInterfaces.h"
0016 #include "NodeInterfaces.h"
0017 #include "ParInterfaces.h"
0018 #include "TreeInterfaces.h"
0019 #include "TrkInterfaces.h"
0020 #include "TupleInterfaces.h"
0021 #include "TwrInterfaces.h"
0022 #include "VtxInterfaces.h"
0023 
0024 #endif
0025 
0026 // end ------------------------------------------------------------------------