Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
PiENu | ||||||||
Line: 29 to 29 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Tagging Bhabha events | |||||||
> > | Bhabha events taggingIn MC, this is done via a code snippet added by Chloe inSteppingAction.cc :
//Chloe's addition (in SteppingAction.cc) if (theParticleName == "e+" && thePostVolume == "/pienu/Target" && theProcessName == "eIoni") { runAction->SBhabha(postEnergy); // G4cout << postEnergy/MeV << G4endl; }However, this only selects Bhabha scattering events happening in the target volume. Reproducing plots from Chloe's thesisThe data tree produced byMCtoData contains numerous new branches, which can be useful for this analysis. A first step is trying to identify these branches and reproduce some of the most important plots from Chloe's thesis.
These PDFs contain our plots:
| |||||||
Deleted: | ||||||||
< < | ... Will be documented along the way ... | |||||||
| ||||||||
Added: | ||||||||
> > |
|