|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<BabyIAXO> |
| 3 | + <globals> |
| 4 | + <constant name="Pi" value="3.1415927" /> |
| 5 | + <constant name="Bores" value="8" /> |
| 6 | + <constant name="SpotRadius" value="0.2185" /> <!-- Area 0.15 cm2 --> |
| 7 | + <constant name="BField" value="2.55" /> |
| 8 | + <constant name="Years" value="3" /> |
| 9 | + <constant name="MagnetRadius" value="30" /> |
| 10 | + <constant name="MagnetLength" value="20" /> |
| 11 | + <constant name="WindowEff" value="0.8" /> |
| 12 | + <constant name="OpticsEff" value="0.7" /> |
| 13 | + <constant name="BckRate" value="1e-8" /> |
| 14 | + </globals> |
| 15 | + |
| 16 | + <TRestSensitivity name="VacuumPhase" strategy="nodes" > |
| 17 | + |
| 18 | + <TRestExperiment name="Vacuum" exposureTime="Years*365*12hr" useAverage="true"> |
| 19 | + <!-- Background --> |
| 20 | + <TRestComponentFormula name="Flat8" nature="background" > |
| 21 | + <parameter name="formulaUnits" value="keV^-1" /> |
| 22 | + <cVariable name="energy" range="(0,10)keV" bins="20" /> |
| 23 | + <formula name="bck" expression="Bores*BckRate*Pi*SpotRadius*SpotRadius" /> |
| 24 | + </TRestComponentFormula> |
| 25 | + |
| 26 | + <!-- Signal --> |
| 27 | + <TRestAxionHelioscopeSignal name="Vacuum" nature="signal" parameter="ma" |
| 28 | + conversionType="IAXO" bores="Bores" |
| 29 | + magnetRadius="MagnetRadius cm" magnetLength="MagnetLength m" magnetStrength="BField T" |
| 30 | + opticsEfficiency="OpticsEff" windowEfficiency="WindowEff" > |
| 31 | + |
| 32 | + <cVariable name="energy" range="(0,10)keV" bins="20" /> |
| 33 | + |
| 34 | + <parameter name="firstParameterValue" value="0.001" /> |
| 35 | + <parameter name="lastParameterValue" value="10" /> |
| 36 | + <parameter name="stepParameterValue" value="1.02" /> |
| 37 | + <parameter name="exponential" value="true" /> |
| 38 | + |
| 39 | + <TRestAxionSolarQCDFlux name="LennertHoofPrimakoff" couplingType="g_ag" couplingStrength="1.e-10" |
| 40 | + fluxDataFile="Primakoff_LennertHoof_202203.dat" seed="137" /> |
| 41 | + </TRestAxionHelioscopeSignal> |
| 42 | + </TRestExperiment> |
| 43 | + |
| 44 | + </TRestSensitivity> |
| 45 | + |
| 46 | + <TRestSensitivity name="CombinedPhase" strategy="nodes" > |
| 47 | + <TRestExperiment name="Vacuum" exposureTime="1.5*300*12hr" useAverage="true"> |
| 48 | + <!-- Background --> |
| 49 | + <TRestComponentFormula name="Flat8" nature="background" > |
| 50 | + <parameter name="formulaUnits" value="keV^-1" /> |
| 51 | + <cVariable name="energy" range="(0,10)keV" bins="20" /> |
| 52 | + <formula name="bck" expression="Bores*BckRate*Pi*SpotRadius*SpotRadius" /> |
| 53 | + </TRestComponentFormula> |
| 54 | + |
| 55 | + <!-- Signal --> |
| 56 | + <TRestAxionHelioscopeSignal name="Vacuum" nature="signal" parameter="ma" |
| 57 | + conversionType="IAXO" bores="Bores" |
| 58 | + magnetRadius="MagnetRadius cm" magnetLength="MagnetLength m" magnetStrength="BField T" |
| 59 | + opticsEfficiency="OpticsEff" windowEfficiency="WindowEff" > |
| 60 | + |
| 61 | + <cVariable name="energy" range="(0,10)keV" bins="20" /> |
| 62 | + |
| 63 | + <TRestAxionSolarQCDFlux name="LennertHoofPrimakoff" couplingType="g_ag" couplingStrength="1.e-10" |
| 64 | + fluxDataFile="Primakoff_LennertHoof_202203.dat" seed="137" /> |
| 65 | + |
| 66 | + <parameter name="firstParameterValue" value="0.001" /> |
| 67 | + <parameter name="lastParameterValue" value="10" /> |
| 68 | + <parameter name="stepParameterValue" value="1.02" /> |
| 69 | + <parameter name="exponential" value="true" /> |
| 70 | + </TRestAxionHelioscopeSignal> |
| 71 | + </TRestExperiment> |
| 72 | + |
| 73 | + <TRestExperimentList name="GasPhase" exposureTime="0" |
| 74 | + componentPattern="output/SignalsIAXO.root" experimentsFile="output/IAXO.settings" useAverage="true"> |
| 75 | + |
| 76 | + <TRestComponentFormula name="Flat8" nature="background" > |
| 77 | + <parameter name="formulaUnits" value="keV^-1" /> |
| 78 | + <cVariable name="energy" range="(0,10)keV" bins="20" /> |
| 79 | + <formula name="bck" expression="Bores*BckRate*Pi*SpotRadius*SpotRadius" /> |
| 80 | + </TRestComponentFormula> |
| 81 | + </TRestExperimentList> |
| 82 | + </TRestSensitivity> |
| 83 | + |
| 84 | + <TRestAxionHelioscopeSignal name="GasSignal" nature="signal" parameter="ma" |
| 85 | + conversionType="IAXO" bores="Bores" |
| 86 | + magnetRadius="MagnetRadius cm" magnetLength="MagnetLength m" magnetStrength="BField T" |
| 87 | + opticsEfficiency="OpticsEff" windowEfficiency="WindowEff" > |
| 88 | + |
| 89 | + <cVariable name="energy" range="(0,10)keV" bins="20" /> |
| 90 | + |
| 91 | + <parameter name="firstParameterValue" value="0.001" /> |
| 92 | + <parameter name="lastParameterValue" value="10" /> |
| 93 | + <parameter name="stepParameterValue" value="1.02" /> |
| 94 | + <parameter name="exponential" value="true" /> |
| 95 | + |
| 96 | + <TRestAxionSolarQCDFlux name="LennertHoofPrimakoff" couplingType="g_ag" couplingStrength="1.e-10" |
| 97 | + fluxDataFile="Primakoff_LennertHoof_202203.dat" seed="137" /> |
| 98 | + |
| 99 | + <TRestAxionBufferGas name="helium" > |
| 100 | + <gas name="He" density="0.0025e-6g/cm^3"/> |
| 101 | + </TRestAxionBufferGas> |
| 102 | + |
| 103 | + </TRestAxionHelioscopeSignal> |
| 104 | + |
| 105 | +</BabyIAXO> |
0 commit comments