@@ -568,9 +568,9 @@ void VAnaSum::doStereoAnalysis( int icounter, int onrun, int offrun, TDirectory*
568568 fstereo_onoff->doOnOffforSkyHistograms ( fStereoOn ->getSkyHistograms ( true ), fStereoOff ->getSkyHistograms ( true ), fStereoOff ->getAlphaNormUC () );
569569
570570 // print out maximum in maps
571- cout << " \t Maximum in CORRELATED maps: " << endl;
571+ cout << " \t Maximum in CORRELATED maps:" << endl;
572572 TH2D* hStSig = ( TH2D* )fstereo_onoff->do2DSignificance ( fStereoOn ->getStereoSkyMap (), fStereoOff ->getStereoSkyMap (), fStereoOff ->getAlphaNorm () );
573- cout << " \t Maximum in UNCORRELATED maps: " << endl;
573+ cout << " \t Maximum in UNCORRELATED maps:" << endl;
574574 TH2D* hStSigUC = ( TH2D* )fstereo_onoff->do2DSignificance ( fStereoOn ->getStereoSkyMapUC (), fStereoOff ->getStereoSkyMapUC (), fStereoOff ->getAlphaNormUC () );
575575
576576 // //////////////////////////////////////////////////////////
@@ -595,9 +595,9 @@ void VAnaSum::doStereoAnalysis( int icounter, int onrun, int offrun, TDirectory*
595595 }
596596
597597 cout << endl;
598- cout << " \t ---------------------------- " << endl;
599- cout << " \t RESULTS FOR SOURCE POSITION: " << endl;
600- cout << " \t ---------------------------- " << endl;
598+ cout << " \t ----------------------------" << endl;
599+ cout << " \t RESULTS FOR SOURCE POSITION:" << endl;
600+ cout << " \t ----------------------------" << endl;
601601 cout << " \t ON:" << i_nevts_on << " OFF:" << setprecision ( 4 ) << i_nevts_off* i_norm_alpha << " (" ;
602602 cout << " off " << i_nevts_off << " , alpha=" << i_norm_alpha << " )" << endl;
603603 cout << " \t " << setprecision ( 4 ) << i_sig << " Sigma " << i_rate << " +/-" << i_rateE << " gammas/min" << endl;
0 commit comments