Changeset 1924 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Mar 6, 2002, 7:15:13 PM (24 years ago)
Author:
perderos
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/flowmodex.cc

    r1920 r1924  
    126126  if(tokens.size()>7) bidon = tokens[7];
    127127  if(tokens.size()>5) nocut = tokens[5];
     128  cout << " nocut "<<nocut<<" bidon "<<bidon<<endl;
     129
    128130  srvo->ComputeExpressions(obja,tokens[1],tokens[2],tokens[3],tokens[4],nocut,bidon,ntint,NULL,NULL);
     131 
     132  if(ntint->NEntry()<=0){
     133    cerr << " FlowModExecutor::Execute plot2dvec <=0 evts selectionness "<<endl;
     134    return(0);
     135  }
     136
     137  cout << " avant creation de p2dv "<<endl;
    129138  p2dv = new PI2dVecDrawer(ntint,adel);
    130139  p2dv->SelectXY(ntn[0],ntn[1]);
Note: See TracChangeset for help on using the changeset viewer.