[WIP] Modularise and add hit field to StepInfo#9
Closed
benedikt-voelkel wants to merge 2 commits intoAliceO2Group:masterfrom
Closed
[WIP] Modularise and add hit field to StepInfo#9benedikt-voelkel wants to merge 2 commits intoAliceO2Group:masterfrom
benedikt-voelkel wants to merge 2 commits intoAliceO2Group:masterfrom
Conversation
Add histograms to monitor in which volume/module a track was before entering another volume/module. Use these information to extract more detailed dependencies between volumes/modules and prioritise.
af6ddfa to
0001326
Compare
Extract StepLogger and FieldLogger from MCStepLoggerImpl.cxx in order to allow for naturally use and integrate these objects in external code. The hit field to StepInfo is added to flag whether a step has produced a hit. This could be extended to contain more info of the hit like deposited energy, spatial coordinates etc. A interception plugin is added to intercept O2 simulation whenever o2::data::Stack::addHit(int) is called and attach the detector ID where the hit was registered.
0001326 to
9355119
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extract StepLogger and FieldLogger from MCStepLoggerImpl.cxx in order to
allow for naturally use and integrate these objects in external code.
The hit field to StepInfo is added to flag whether a step has produced a
hit. This could be extended to contain more info of the hit like
deposited energy, spatial coordinates etc.
A use case will be added to the O2 simulation.
[WIP] label until final decision on specific histograms to be added for the SimpleStepAnalysis is made.