User:Sophie/CE: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 12: Line 12:
Conversion electrons can be generated in two ways:
Conversion electrons can be generated in two ways:


* as endpoints (CEEndpoint) assuming a coherent mono-energetic electron emitted at 104.97 MeV/c
* as endpoints (CeEndpoint) assuming a coherent mono-energetic electron emitted at 104.97 MeV/c
* including leading log radiative corrections (see literature).
* including leading log (CeMLeadingLog) radiative corrections (see literature).


In the latter case are 10 % of the electrons are in a low momentum tail shifted away from the endpoint.
In the latter case 10 % of the electrons are in a low momentum tail shifted away from the endpoint.


In the figure below we see the generated spectra for the two cases on a log scale:
In the figure below we see the generated spectra for the two cases on a log scale:
Line 21: Line 21:
[[File:CEMLL.png|512px|center|compares CE and CELL.]]
[[File:CEMLL.png|512px|center|compares CE and CELL.]]


===Functional Form===
===Functional Forms===


The CeEndpoint is a simple delta function at the 104.97 MeV/c endpoint for coherent conversion in an aluminum nucleus.
The CeEndpoint is a simple delta function at the 104.97 MeV/c endpoint for coherent conversion in an aluminum nucleus.


[[File:cemath.png|512px|center|cemmaths]]
The endpoint energy is calculated as follows:
 
[[File:cemath.png|256px|center|cemmaths]]
 
with muon mass of 105.66 MeV/c^2 and E_{BE,1s} is the binding energy of the 1s state, and E_{recoil} denotes the nuclear recoil energy.
 
The generator used to create endpoints is: Offline/EventGenerator/src/CeEndpoint_module.cc. Locations of standard .fcl files are detailed below.
 
The leading log corrections are derived in the literature noted above:


[[File:CeMLLMath.png|512px|center|cemllmaths]].
[[File:CeMLLMath.png|512px|center|cemllmaths]].


where most of the terms have their usual meaning and Emax is the conversion energy and W (Ee) is the non-universal part of the correction.
where most of the terms have their usual meaning and E_{max} is the conversion energy and W (E_e) is the non-universal part of the correction.
 
The generator used to make leading log is: Offline/EventGenerator/src/LeadingLog_module.cc. Locations of standard .fcl files are detailed below.
 
=== Generating ===
 
Both CeEndpoints and CeMLeadingLog primaries can be made in the same way we generate any other primary process. We utilize the set of muons stopped in target and resample these for a given number of generated conversion electrons.
 
The .fcl files to produce both are stored in Mu2e/Production/JobConfig.
 
Jobs can be configured by a user using the gen_Primary.sh stored in Mu2e/Production/Scripts. All the user needs to do is specify the chosen primary e.g.
 
  gen_Primary.sh --primary CeEndpoint --campaign MDC2020 --pver ah --sver p --type Muminus --njobs 1000 --events 4000
 
This will generate a total of 4e6 ce endpoints. These can then be mixed with pile-up (using the standard mixing campaign) or digitized and reconstructed using the standard campaigns to produce pure reconstructed conversions.
 
== Contacts ==
 
* Current generators written by: Andrei Gaponenko, Sophie Middleton
* Production: Yuri Oksuzian

Latest revision as of 18:54, 16 December 2024

Channel Description

CE stands for Conversion Electron. This is the primary signal we are searching for at Mu2e. Therefore, ensuring an accurate generator is crucial to us understanding what our signal could look like in our detectors.


Literature

Generator

Conversion electrons can be generated in two ways:

  • as endpoints (CeEndpoint) assuming a coherent mono-energetic electron emitted at 104.97 MeV/c
  • including leading log (CeMLeadingLog) radiative corrections (see literature).

In the latter case 10 % of the electrons are in a low momentum tail shifted away from the endpoint.

In the figure below we see the generated spectra for the two cases on a log scale:

compares CE and CELL.

Functional Forms

The CeEndpoint is a simple delta function at the 104.97 MeV/c endpoint for coherent conversion in an aluminum nucleus.

The endpoint energy is calculated as follows:

cemmaths

with muon mass of 105.66 MeV/c^2 and E_{BE,1s} is the binding energy of the 1s state, and E_{recoil} denotes the nuclear recoil energy.

The generator used to create endpoints is: Offline/EventGenerator/src/CeEndpoint_module.cc. Locations of standard .fcl files are detailed below.

The leading log corrections are derived in the literature noted above:

cemllmaths

.

where most of the terms have their usual meaning and E_{max} is the conversion energy and W (E_e) is the non-universal part of the correction.

The generator used to make leading log is: Offline/EventGenerator/src/LeadingLog_module.cc. Locations of standard .fcl files are detailed below.

Generating

Both CeEndpoints and CeMLeadingLog primaries can be made in the same way we generate any other primary process. We utilize the set of muons stopped in target and resample these for a given number of generated conversion electrons.

The .fcl files to produce both are stored in Mu2e/Production/JobConfig.

Jobs can be configured by a user using the gen_Primary.sh stored in Mu2e/Production/Scripts. All the user needs to do is specify the chosen primary e.g.

 gen_Primary.sh --primary CeEndpoint --campaign MDC2020 --pver ah --sver p --type Muminus --njobs 1000 --events 4000

This will generate a total of 4e6 ce endpoints. These can then be mixed with pile-up (using the standard mixing campaign) or digitized and reconstructed using the standard campaigns to produce pure reconstructed conversions.

Contacts

  • Current generators written by: Andrei Gaponenko, Sophie Middleton
  • Production: Yuri Oksuzian