CMS 3D CMS Logo

GenUtilVerbosity.cc

Go to the documentation of this file.
00001 #include "Utilities/General/interface/GenUtilVerbosity.h"
00002 #include<iostream>
00003 
00004 template <>
00005 envSwitch & GenUtilVerbosity::me() {
00006   static envSwitch l("GenUtilVerbose");
00007   return l;
00008 }
00009 
00010 template <>
00011 envSwitch & GenUtilVerbosity::silence() {
00012   static envSwitch l("GenUtilSilent");
00013   return l;
00014 }
00015 
00016 #include "Utilities/General/interface/DecoratedSB.h"
00017 namespace {
00018   static DefDecoratedSB lsb(std::cout.rdbuf(),"","");
00019 
00020 }
00021 std::ostream GenUtil::cout(&lsb);

Generated on Tue Jun 9 17:48:51 2009 for CMSSW by  doxygen 1.5.4