Skip to content

Commit 50ec64e

Browse files
Update kaonIsospinFluctuations.cxx
1 parent bbdcdfc commit 50ec64e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)