Ignore:
Timestamp:
07/05/08 20:01:55 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/plotstat.C

    r8983 r8996  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotstat.C,v 1.6 2008-06-19 15:18:57 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotstat.C,v 1.7 2008-07-05 19:01:42 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    4848
    4949#include <TH2.h>
    50 #include <TEnv.h>
    5150#include <TPad.h>
    5251#include <TLine.h>
     
    663662int plotstat(Int_t first=-1, Int_t last=-1)
    664663{
    665     TEnv env("sql.rc");
    666 
    667     MSQLServer serv(env);
     664    MSQLServer serv("sql.rc");
    668665    if (!serv.IsConnected())
    669666    {
Note: See TracChangeset for help on using the changeset viewer.