Skip to content

Commit a4b82ac

Browse files
Fix wrong type definition (#301)
1 parent 9be98dc commit a4b82ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/TableProducer/dptdptfilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ int recoIdMethod = 0;
9898
bool useOwnTrackSelection = false;
9999
TrackSelection ownTrackSelection = getGlobalTrackSelection();
100100
bool useOwnParticleSelection = false;
101-
bool particleMaxDCAxy = 999.9;
102-
bool particleMaxDCAZ = 999.9;
101+
float particleMaxDCAxy = 999.9f;
102+
float particleMaxDCAZ = 999.9f;
103103
bool traceCollId0 = false;
104104

105105
TDatabasePDG* fPDG = nullptr;

0 commit comments

Comments
 (0)