@@ -437,9 +437,9 @@ struct PrimVtxParticleTable {
437437 } // collision loop
438438
439439 if (cfgDebug.printDebugMessages ) {
440- printTime (collLoop1Start, Form (" DEBUG :: df_%ld :: collLoop1 Time :: " , dfCount));
441- printTime (start1, Form (" DEBUG :: df_%ld :: DF Reading :: DF Processing Time :: " , dfCount));
442- printTime (start0, Form (" DEBUG :: df_%ld :: DF Reading :: DF Elapsed Time :: " , dfCount));
440+ printTime (collLoop1Start, Form (" DEBUG :: df_%lld :: collLoop1 Time :: " , dfCount));
441+ printTime (start1, Form (" DEBUG :: df_%lld :: DF Reading :: DF Processing Time :: " , dfCount));
442+ printTime (start0, Form (" DEBUG :: df_%lld :: DF Reading :: DF Elapsed Time :: " , dfCount));
443443 }
444444 } // Process Function Ends
445445 PROCESS_SWITCH (PrimVtxParticleTable, processData, " Process for Data" , true );
@@ -4159,7 +4159,7 @@ struct KaonIsospinFluctuations {
41594159 std::array<std::array<std::vector<MyTrackData>, 2 >, v0TrkEnumSize> v0CndtDauList;
41604160 std::array<std::array<std::vector<MyTrackData>, 2 >, primVtxTrkEnumSize> primVtxCndtDauList;
41614161
4162- long int dfCount = 0 ;
4162+ int64_t dfCount = 0 ;
41634163 std::chrono::high_resolution_clock::time_point start0 = std::chrono::high_resolution_clock::now();
41644164
41654165 template <int analysisType, typename C, typename V, typename T, typename P>
0 commit comments