Commit adb9828
committed
TrackReference: possibility to have unknown DetectorID
We've been using 0 as detectorID in generic "Stopping" TrackReferences.
Unfortunately, 0 is also the ID of the ITS sensitive detector according to
o2::detectors::DetID class.
The commit changes this to using -1, where -1 means simply means "unknown".1 parent 5a776ff commit adb9828
File tree
2 files changed
+2
-2
lines changed- DataFormats/simulation/include/SimulationDataFormat
- Detectors/gconfig/src
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
0 commit comments