User:Sophie/RPC

From Mu2eWiki
Revision as of 19:40, 16 December 2024 by Sophie (talk | contribs)
Jump to navigation Jump to search

Channel Description

An important background to the Mu2e experiment is that originating from negatively charged pions produced at the primary production target. These pions can provide two potential sources of backgrounds to both signal channels if they stop on the Al Stopping Target and a radiative nuclear capture process occurs. There are two scenarios:

  • External RPC where an outgoing (real) photon converts externally to an e^{+}e^{-}pair, most likely in one of the Al foils:

\begin{equation} \pi^{-} + N(A,Z) \rightarrow \gamma + N(A, Z-1) \rightarrow N(A, Z-1) + e^{+} + e^{-}, \end{equation}

where (A, Z - 1) is the daughter nucleus of the process.

  • Internal conversion is related, but quantum mechanically independent:

\begin{equation} \pi^{-} + N(A,Z) \rightarrow N(A, Z-1) + e^{+} + e^{-}. \end{equation}

Here the e^{+}e^{-} pair is produced by an internal, virtual, photon. External Conversions and Internal Conversions can be categorized collectively as pion-capture backgrounds to the \mu^{-} --> e^{-} if the pair-produced electron has an energy consistent with a conversion-electron signature. Likewise, the outgoing positron can pose a background to the lepton number violating \mu^{-} --> e^{+}$ channel.

Although pion-capture backgrounds are sub-dominant they are the driving force behind the livegate optimization in our analysis.

In Mu2e we must characterize both in time RPC (that corresponding to stopped pion from the primary beam) and out of time RPC (which is a result of poor extinction). The latter should be minimized by the extinction system.

Literature

Generation in Mu2e

The RPCGun_module is based in Offline/EventGenerators. This can be run using the Production/JobConfig/primary/RPC.fcl file:

#include "Production/JobConfig/primary/TargetPiStopParticle.fcl"
physics.producers.generate : {
 module_type : RPCGun
 inputSimParticles: TargetPiStopResampler
 verbosity : 0
 RPCType : @nil
 spectrum : {
   spectrumShape : Bistirlich
   elow : 1. #MeV
   ehi : 140.
   spectrumResolution : 0.1 #MeV
 }
 pionDecayOff : true # will apply surv prob
 doHistograms : true
 #SurvivalProbScaling : 1
}
physics.producers.FindMCPrimary.PrimaryProcess : @nil

The first include here adds in our target resampler. This samples a set of input stopped pions. The stopped pion campaign is not detailed here.

The photon spectrum shape is specified as "Bistirlich", that refers to the first author of the document above. The user can chose to make internal or external RPC events. The production of these differs:

  • external RPC: the generator makes just the photons. Our G4 code then propagates these photons, pair production happens in the usual way in materials within the detector solenoid (target or elsewhere). As the photons tarvel through materials they can also produce other particles. Compton electrons distort the electron spectrum (see figure below).
  • internal RPC: here there is a second stage to the generation. That is that the photon spectrum is resampled to produce electron positron pairs which follow the Kroll-Wada-Joseph parameterization.