Changeset 8951 for trunk/MagicSoft
- Timestamp:
- 06/13/08 17:39:47 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8947 r8951 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 22 2008/06/13 Thomas Bretz 23 24 * datacenter/macros/fillcalib.C: 25 - fixed a bug introduced by the usage of InserUpdate 26 20 27 21 28 -
trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C
r8931 r8951 241 241 //inserting or updating the information in the database 242 242 TString vars = 243 Form(" fSequenceFirst=%d," 244 " fUnsuitableInner=%d, " 243 Form(" fUnsuitableInner=%d, " 245 244 " fUnsuitableOuter=%d, " 246 245 " fUnreliableInner=%d, " … … 256 255 " fConvFactorOuter=%s, " 257 256 " fRatioCalEvents=%s ", 258 seq,(int)unsin, (int)unsout, (int)unrin,257 (int)unsin, (int)unsout, (int)unrin, 259 258 (int)unrout, (int)isoin, (int)isoout, (int)clumax, 260 259 meaninner.Data(), rmsinner.Data(),
Note:
See TracChangeset
for help on using the changeset viewer.