adrien-matta / nptool

NPTool, a ROOT/Geant4 based framework for Nuclear Physics
nptool.org
Other
43 stars 19 forks source link

Struct for mapping silicon scorer output #13

Closed Munken closed 7 years ago

Munken commented 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);