Ignore:
Timestamp:
07/20/08 15:21:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8996 r9017  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotrundb.C,v 1.6 2008-07-05 19:01:42 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotrundb.C,v 1.7 2008-07-20 14:21:40 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    6161#include "plotdb.C"
    6262
    63 void plotall(MPlot &plot)
     63void plotall(MPlot &plot, Int_t tel=0)
    6464{
    6565    plot.SetGroupBy(MPlot::kGroupByNight);
     
    7373    cond += t.GetSqlDateTime();
    7474    cond += "'";
     75    if (tel>0)
     76    {
     77        query[0] += " AND fTelescopeNumber=";
     78        query[0] += tel;
     79    }
    7580    plot.SetCondition(cond);
    7681
Note: See TracChangeset for help on using the changeset viewer.