Changeset 8216 for trunk/MagicSoft
- Timestamp:
- 11/17/06 11:45:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/plotoptical.C
r8212 r8216 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1. 5 2006-11-03 10:52:36 tbretzExp $2 ! $Name: not supported by cvs2svn $:$Id: plotoptical.C,v 1.6 2006-11-17 11:45:29 dorner Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 543 543 // This is the condition to take only the "ok" flagged data 544 544 // and to restrict the query to a given source (if any) 545 TString cond = "fStatusKEY=1 3";545 TString cond = "fStatusKEY=1"; 546 546 if (!source.IsNull()) 547 547 {
Note:
See TracChangeset
for help on using the changeset viewer.