We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddbda0 commit 6bf5eb1Copy full SHA for 6bf5eb1
1 file changed
PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugTrack.cxx
@@ -53,7 +53,7 @@ struct femtoUniverseDebugTrack {
53
Configurable<bool> ConfIsTrackIdentified{"ConfIsTrackIdentified", true, "Enable PID for the track"};
54
Configurable<bool> ConfIsMC{"ConfIsMC", false, "Enable additional Histogramms in the case of a MonteCarlo Run"};
55
Configurable<int> ConfTrackChoicePartOne{"ConfTrackChoicePartOne", 1, "Type of particle (track1): {0:Proton, 1:Pion, 2:Kaon}"};
56
- Configurable<int8_t> ConfTrackSign{"ConfTrackSign", 1, "Track sign"};
+ Configurable<int> ConfTrackSign{"ConfTrackSign", 1, "Track sign"};
57
} trackonefilter;
58
59
struct : o2::framework::ConfigurableGroup {
0 commit comments