Skip to content

Commit af69988

Browse files
authored
[PWGEM] [PGWEM] fix FT0 occupancy cut in treeCreatorElectronML (#8790)
1 parent 32134f4 commit af69988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/treeCreatorElectronML.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct TreeCreatorElectronML {
185185
// collision
186186
Configurable<float> maxVtxZ{"maxVtxZ", 10.0, "max VtxZ [cm]"};
187187
Configurable<int> maxTrackOccupancy{"maxTrackOccupancy", 999999, "max. track occupancy"};
188-
Configurable<int> maxFT0Occupancy{"maxFT0Occupancy", 999999, "max. FT0 occupancy"};
188+
Configurable<float> maxFT0Occupancy{"maxFT0Occupancy", 999999., "max. FT0 occupancy"};
189189

190190
// track
191191
Configurable<int> mincrossedrows{"mincrossedrows", 70, "min. crossed rows"};

0 commit comments

Comments
 (0)