We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004755d commit bdf170fCopy full SHA for bdf170f
1 file changed
PWGUD/Tasks/fwdMuonsUPC.cxx
@@ -304,11 +304,11 @@ struct fwdMuonsUPC {
304
305
// struct used to store the ZDC info in a map
306
struct ZDCinfo {
307
- float timeA;
308
- float timeC;
309
- float enA;
310
- float enC;
311
- int32_t id;
+ float timeA = 0.f;
+ float timeC = 0.f;
+ float enA = 0.f;
+ float enC = 0.f;
+ int32_t id = -1;
312
};
313
314
// function that fills a map with the collision id of each udcollision as key
0 commit comments