We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be98dc commit a4b82acCopy full SHA for a4b82ac
1 file changed
PWGCF/TableProducer/dptdptfilter.h
@@ -98,8 +98,8 @@ int recoIdMethod = 0;
98
bool useOwnTrackSelection = false;
99
TrackSelection ownTrackSelection = getGlobalTrackSelection();
100
bool useOwnParticleSelection = false;
101
-bool particleMaxDCAxy = 999.9;
102
-bool particleMaxDCAZ = 999.9;
+float particleMaxDCAxy = 999.9f;
+float particleMaxDCAZ = 999.9f;
103
bool traceCollId0 = false;
104
105
TDatabasePDG* fPDG = nullptr;
0 commit comments