Changeset 7330 for trunk


Ignore:
Timestamp:
08/28/05 02:05:32 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7328 r7330  
    143143    cout << "  Background Events:  " << bgd << endl;
    144144    cout << "  Signal     Events:  " << sig << endl;
    145     cout << "  Significance:       " << S   << endl;
    146     cout << "  Scale Factor:       " << f   << endl;
     145    cout << "  Significance:       " << signif   << endl;
     146    cout << "  Scale Factor:       " << scale   << endl;
    147147    cout << "  Total eff. on-time: " << tm << "s = " << tm/3600. << "h" << endl;
    148148
     
    166166//                     " fBackgroundRate=%f, "
    167167//                     " fSignificanceRate=%f ",
    168                      ds, exc, bgd, sig, S, f, tm);//,
     168                     ds, exc, bgd, sig, signif, scale, tm);//,
    169169//                     exc*60/tm, bgd*60/tm,
    170170//                     S/TMath::Sqrt(tm/3600));
     
    183183//                     " fSignificanceRate=%f ",
    184184                     " WHERE fDataSetNumber=%d ",
    185                      exc, bgd, sig, S, f, tm, ds);
     185                     exc, bgd, sig, signif, scale, tm, ds);
    186186//                     exc*60/tm, bgd*60/tm,
    187187//                     S/TMath::Sqrt(tm/3600), ds);
Note: See TracChangeset for help on using the changeset viewer.