CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/MagneticField/Layers/interface/MagVerbosity.h

Go to the documentation of this file.
00001 #ifndef MagDebug_H
00002 #define MagDebug_H
00003 
00004 /*
00005  *  Hack while we wait for logging in the framework
00006  *
00007  *  $Date: 2007/03/09 14:57:11 $
00008  *  $Revision: 1.3 $
00009  *  \author N. Amapane - INFN Torino
00010  */
00011 
00012 
00013 struct verbose {
00014   static bool debugOut;
00015 };
00016 
00017 #endif
00018