Skip to content

[WIP] Modularise and add hit field to StepInfo#9

Closed
benedikt-voelkel wants to merge 2 commits intoAliceO2Group:masterfrom
benedikt-voelkel:add-hit-intercepts
Closed

[WIP] Modularise and add hit field to StepInfo#9
benedikt-voelkel wants to merge 2 commits intoAliceO2Group:masterfrom
benedikt-voelkel:add-hit-intercepts

Conversation

@benedikt-voelkel
Copy link
Contributor

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.

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.
@benedikt-voelkel benedikt-voelkel changed the title [WIP] Add hit intercepts Modularise and add hit field to StepInfo Jun 4, 2019
@benedikt-voelkel benedikt-voelkel changed the title Modularise and add hit field to StepInfo [WIP] Modularise and add hit field to StepInfo Jun 4, 2019
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant