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

Legend:

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

    r7331 r7332  
    140140
    141141    cout << "Dataset #" << ds << endl;
    142     cout << "  Excess     Events:  " << exc << endl;
    143     cout << "  Background Events:  " << bgd << endl;
    144     cout << "  Signal     Events:  " << sig << endl;
    145     cout << "  Significance:       " << signif   << endl;
    146     cout << "  Scale Factor:       " << scale   << endl;
    147     cout << "  Total eff. on-time: " << tm << "s = " << tm/3600. << "h" << endl;
     142    cout << "  Excess     Events:  " << exc    << endl;
     143    cout << "  Background Events:  " << bgd    << endl;
     144    cout << "  Signal     Events:  " << sig    << endl;
     145    cout << "  Significance:       " << signif << endl;
     146    cout << "  Scale Factor:       " << scale  << endl;
     147    cout << "  Total eff. on-time: " << tm     << "s = " << tm/3600. << "h" << endl;
    148148
    149149//    cout << "  Excess       Rate:  " << exc*60/tm << " evts/min"  << endl;
     
    162162                     " fSignificance=%s, "
    163163                     " fScaleFactor=%s, "
    164                      " fEffOnTime=%d ", //, "
    165 //                     " fExcessRate=%f, "
    166 //                     " fBackgroundRate=%f, "
    167 //                     " fSignificanceRate=%f ",
    168                      ds, exc, bgd, sig, signif, scale, tm);//,
    169 //                     exc*60/tm, bgd*60/tm,
    170 //                     S/TMath::Sqrt(tm/3600));
     164                     " fEffOnTime=%d ",
     165                     ds, exc, bgd, sig,
     166                     signif, scale, tm);
    171167    }
    172168    else
     
    178174                     " fSignificance=%s, "
    179175                     " fScaleFactor=%s, "
    180                      " fEffOnTime=%d " //, "
    181 //                     " fExcessRate=%f, "
    182 //                     " fBackgroundRate=%f, "
    183 //                     " fSignificanceRate=%f ",
     176                     " fEffOnTime=%d "
    184177                     " WHERE fDataSetNumber=%d ",
    185                      exc, bgd, sig, signif, scale, tm, ds);
    186 //                     exc*60/tm, bgd*60/tm,
    187 //                     S/TMath::Sqrt(tm/3600), ds);
     178                     exc, bgd, sig, signif,
     179                     scale, tm, ds);
    188180    }
    189181
Note: See TracChangeset for help on using the changeset viewer.