Commit 1dd776f 1 parent c2612f5 commit 1dd776f Copy full SHA for 1dd776f
File tree 1 file changed +10
-10
lines changed
PWGCF/EbyEFluctuations/Tasks
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1095,8 +1095,8 @@ struct KaonIsospinFluctuations {
1095
1095
} else if (track.hasTOF () && track.beta () > 0.0 && selPionTOF (track)) {
1096
1096
IdMethod = kTOFidentified ;
1097
1097
return true ;
1098
- } else
1099
- return false ;
1098
+ }
1099
+ return false ;
1100
1100
}
1101
1101
return false ;
1102
1102
}
@@ -1114,8 +1114,8 @@ struct KaonIsospinFluctuations {
1114
1114
} else if (track.hasTOF () && track.beta () > 0.0 && selKaonTOF (track)) {
1115
1115
IdMethod = kTOFidentified ;
1116
1116
return true ;
1117
- } else
1118
- return false ;
1117
+ }
1118
+ return false ;
1119
1119
}
1120
1120
return false ;
1121
1121
}
@@ -1133,8 +1133,8 @@ struct KaonIsospinFluctuations {
1133
1133
} else if (track.hasTOF () && track.beta () > 0.0 && selProtonTOF (track)) {
1134
1134
IdMethod = kTOFidentified ;
1135
1135
return true ;
1136
- } else
1137
- return false ;
1136
+ }
1137
+ return false ;
1138
1138
}
1139
1139
return false ;
1140
1140
}
@@ -1152,8 +1152,8 @@ struct KaonIsospinFluctuations {
1152
1152
} else if (track.hasTOF () && track.beta () > 0.0 && selDeuteronTOF (track)) {
1153
1153
IdMethod = kTOFidentified ;
1154
1154
return true ;
1155
- } else
1156
- return false ;
1155
+ }
1156
+ return false ;
1157
1157
}
1158
1158
return false ;
1159
1159
}
@@ -1171,8 +1171,8 @@ struct KaonIsospinFluctuations {
1171
1171
} else if (track.hasTOF () && track.beta () > 0.0 && selElectronTOF (track)) {
1172
1172
IdMethod = kTOFidentified ;
1173
1173
return true ;
1174
- } else
1175
- return false ;
1174
+ }
1175
+ return false ;
1176
1176
}
1177
1177
return false ;
1178
1178
}
You can’t perform that action at this time.
0 commit comments