Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:18:42

0001 /// ===========================================================================
0002 /*! \file   CaloStatusMapperLinkDef.h
0003  *  \author Derek Anderson
0004  *  \date   05.22.2024
0005  *
0006  *  A Fun4All QA module to plot no. of towers per event
0007  *  and vs. eta, phi as a function of status.
0008  */
0009 /// ===========================================================================
0010 
0011 #pragma once
0012 
0013 #ifdef __CINT__
0014 
0015 #pragma link C++ class CaloStatusMapper
0016 
0017 #endif  // end if __CINT__
0018 
0019 // end ========================================================================