Ignore:
Timestamp:
06/13/08 17:39:47 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C

    r8931 r8951  
    241241    //inserting or updating the information in the database
    242242    TString vars =
    243         Form(" fSequenceFirst=%d,"
    244              " fUnsuitableInner=%d, "
     243        Form(" fUnsuitableInner=%d, "
    245244             " fUnsuitableOuter=%d, "
    246245             " fUnreliableInner=%d, "
     
    256255             " fConvFactorOuter=%s, "
    257256             " fRatioCalEvents=%s ",
    258              seq, (int)unsin, (int)unsout, (int)unrin,
     257             (int)unsin, (int)unsout, (int)unrin,
    259258             (int)unrout, (int)isoin, (int)isoout, (int)clumax,
    260259             meaninner.Data(), rmsinner.Data(),
Note: See TracChangeset for help on using the changeset viewer.