Closed Munken closed 7 years ago
This adds structs mapping for the scorer output.
Hence in the ReadSensitive part of the tutorial this line
G4double* Info = *(Strip_itr->second);
could be change to this:
RectangularOutput* Info = (RectangularOutput*) *(Strip_itr->second);
This adds structs mapping for the scorer output.
Hence in the ReadSensitive part of the tutorial this line
could be change to this: