00001 00002 // $Id: Lat.cxx,v 1.2 2000/05/10 10:07:04 west Exp $ 00003 // 00004 // Lat 00005 // 00006 // Begin_Html<img src="../../pedestrians.gif" align=center> 00007 // <a href="../source_warning.html">Warning for beginners</a>.<br> 00008 // Also see <a href="../../root_crib/index.html">The ROOT Crib</a> and 00009 // <a href="../index.html">The MINOS Class User Guide</a>End_Html 00010 // 00011 // N. West 03/2000 00012 // 00013 // Purpose: 00014 // 00016 00017 #include "MessageService/MsgService.h" 00018 #include "Lattice/Lat.h" 00019 00020 // ClassImp(Lat) 00021 00022 // Definition of static data members 00023 // ********************************* 00024 00025 //CVSID("$Id: Lat.cxx,v 1.2 2000/05/10 10:07:04 west Exp $"); 00026 UInt_t Lat::fgDebugFlgs = 0; 00027 00028 // Definition of member functions (alphabetical order) 00029 // *************************************************** 00030 00031 void Lat::SetLogLevel(int level) { 00032 MsgService::Instance()->GetStream("Lat")->SetLogLevel(level); 00033 } 00034 00035 // ********************************************************************
1.3.9.1