Skip to content

Commit 9b43277

Browse files
committed
improved printout
1 parent 06c1f5f commit 9b43277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VEvndispRunParameter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,8 @@ void VEvndispRunParameter::print( int iEv )
759759
cout << "\t trace integration method: \t" << fTraceIntegrationMethod[fTelToAnalyze[i]];
760760
if( fDoublePass )
761761
{
762-
cout << "\t (doublepass, integration method pass 1: " << fTraceIntegrationMethod_pass1[fTelToAnalyze[i]] << ")";
762+
cout << "\t (doublepass, integration method pass 1: " << fTraceIntegrationMethod_pass1[fTelToAnalyze[i]] << ", ";
763+
cout << "\t max LG/HG time difference: " << fSumWindowMaxTimeDifferenceLGtoHG[fTelToAnalyze[i]] << ")";
763764
}
764765
cout << endl;
765766
cout << "\t start of summation window: \t" << fsumfirst[fTelToAnalyze[i]];

0 commit comments

Comments
 (0)