Changeset 8951 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 06/13/08 17:39:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.