Changeset 18688 for trunk/Mars/fact
- Timestamp:
- 12/18/16 21:05:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/processing/numevents.C
r18075 r18688 241 241 TString star_fname; 242 242 Int_t rc=0; 243 Int_t numpb=0; 243 244 244 245 //loop over the data files … … 280 281 rc=process(serv, ganymed_fname, star_fname, night2, runid, table, pernight, source); 281 282 if (rc>1) 282 return rc; 283 284 } 285 286 287 return 1; 283 numpb++; 284 //return rc; 285 286 } 287 288 289 if (numpb>0) 290 return numpb+1;//avoid that 1 (i.e. everything ok) is returned in case of problems 291 else 292 return 1; 288 293 } 289 294
Note:
See TracChangeset
for help on using the changeset viewer.