Skip to content

Commit 6bf5eb1

Browse files
zchochulZuzanna Chochulska
andauthored
Changing int8_t to int for debug track sign to allow negative tracks (#6981)
Co-authored-by: Zuzanna Chochulska <zuzanna.chochulska.dokt@pw.edu.pl>
1 parent 0ddbda0 commit 6bf5eb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugTrack.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct femtoUniverseDebugTrack {
5353
Configurable<bool> ConfIsTrackIdentified{"ConfIsTrackIdentified", true, "Enable PID for the track"};
5454
Configurable<bool> ConfIsMC{"ConfIsMC", false, "Enable additional Histogramms in the case of a MonteCarlo Run"};
5555
Configurable<int> ConfTrackChoicePartOne{"ConfTrackChoicePartOne", 1, "Type of particle (track1): {0:Proton, 1:Pion, 2:Kaon}"};
56-
Configurable<int8_t> ConfTrackSign{"ConfTrackSign", 1, "Track sign"};
56+
Configurable<int> ConfTrackSign{"ConfTrackSign", 1, "Track sign"};
5757
} trackonefilter;
5858

5959
struct : o2::framework::ConfigurableGroup {

0 commit comments

Comments
 (0)