Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGCF/TableProducer/dptdptfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ int recoIdMethod = 0;
bool useOwnTrackSelection = false;
TrackSelection ownTrackSelection = getGlobalTrackSelection();
bool useOwnParticleSelection = false;
bool particleMaxDCAxy = 999.9;
bool particleMaxDCAZ = 999.9;
float particleMaxDCAxy = 999.9f;
float particleMaxDCAZ = 999.9f;
bool traceCollId0 = false;

TDatabasePDG* fPDG = nullptr;
Expand Down