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/filloptical.C

    r8404 r8996  
    4646#include <TVector3.h>
    4747
    48 #include <TEnv.h>
    4948#include <TRegexp.h>
    5049
     
    274273int filloptical(TString path, Bool_t dummy=kTRUE)
    275274{
    276     TEnv env("sql.rc");
    277 
    278     MSQLMagic serv(env);
     275    MSQLMagic serv("sql.rc");
    279276    if (!serv.IsConnected())
    280277    {
Note: See TracChangeset for help on using the changeset viewer.