Changeset 8216 for trunk/MagicSoft


Ignore:
Timestamp:
11/17/06 11:45:29 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8212 r8216  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.5 2006-11-03 10:52:36 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.6 2006-11-17 11:45:29 dorner Exp $
    33! --------------------------------------------------------------------------
    44!
     
    543543    // This is the condition to take only the "ok" flagged data
    544544    // and to restrict the query to a given source (if any)
    545     TString cond = "fStatusKEY=13";
     545    TString cond = "fStatusKEY=1";
    546546    if (!source.IsNull())
    547547    {
Note: See TracChangeset for help on using the changeset viewer.