Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:31

0001 #ifndef InterpolationDebug_h
0002 #define InterpolationDebug_h
0003 
0004 /** \class InterpolationDebug
0005  *
0006  *  No description available.
0007  *
0008  *  \author N. Amapane - CERN
0009  */
0010 
0011 #include "FWCore/Utilities/interface/Visibility.h"
0012 struct dso_internal InterpolationDebug {
0013   static const bool debug;
0014 };
0015 
0016 #endif