Applying the MINERvA tuneContact Stephen Dolan or Clarence Wret for more info. IntroductionThe "MINERvA tune" (see for example Xianguo's talk at NuInt18 or Kevin's talk at ECT* 2018) starts with the standard GENIE 2.8.4. MINERvA then add in Nieves 2p2h events from GENIE 2.12.xx, which will need to be added The three main ingredients of the MINERvA tune is:
NUISANCE has the ability to turn this tune on for any GENIE events, granted it will only be the "true MINERvA tune" when applied to GENIE 2.8.4. Please note that MINERvA collaborators have reassured us that generating events with GENIE 2.12.xx and then applying the tune is virtually identical to using the "full recipe". How to runStephen broke down the procedure into Event generation
NUISANCE with GENIE 2.12.10
NUISANCE with GENIE 2.8.4
The shorter (and slightly incorrect) versionClarence is a little lazier and usually just runs GENIE 2.12.xx with Nieves 2p2h on, generating with The card file with the tuneThe MINERvA tune is applied as a combination of various custom parameters (e.g. Please include the follow lines in any standard NUISANCE card file to turn the tune on: <nuisance>
<!-- Gaussian 2p2h enhancement from MINERvA --> <parameter name="GaussianCorr_2p2h_norm" nominal="10.5798" type="custom_parameter" state="FIX"/> <parameter name="GaussianCorr_2p2h_tilt" nominal="0.254032" type="custom_parameter" state="FIX"/> <parameter name="GaussianCorr_2p2h_Pq0" nominal="0.50834" type="custom_parameter" state="FIX"/> <parameter name="GaussianCorr_2p2h_Wq0" nominal="0.0571035" type="custom_parameter" state="FIX"/> <parameter name="GaussianCorr_2p2h_Pq3" nominal="0.129051" type="custom_parameter" state="FIX"/> <parameter name="GaussianCorr_2p2h_Wq3" nominal="0.875287" type="custom_parameter" state="FIX"/> <!-- Rik Gran RPA --> <parameter name="MINERvARW_RikRPA_ApplyRPA" nominal="1.0" type="custom_parameter" state="FIX"/> <!-- Single pion non-resonant scaling --> <parameter name="NonRESBGvpCC1pi" nominal="-1.14" type="genie_parameter" state="FIX"/> <parameter name="NonRESBGvnCC1pi" nominal="-1.14" type="genie_parameter" state="FIX"/> <parameter name="NonRESBGvpNC1pi" nominal="-1.14" type="genie_parameter" state="FIX"/> <parameter name="NonRESBGvnNC1pi" nominal="-1.14" type="genie_parameter" state="FIX"/> <!-- Scale by 0.50 with 0.50 uncertainity --> <parameter name="NonRESBGvbarpCC1pi" nominal="-1.00" type="genie_parameter" state="FIX"/> <parameter name="NonRESBGvbarnCC1pi" nominal="-1.00" type="genie_parameter" state="FIX"/> <parameter name="NonRESBGvbarpNC1pi" nominal="-1.00" type="genie_parameter" state="FIX"/> <parameter name="NonRESBGvbarnNC1pi" nominal="-1.00" type="genie_parameter" state="FIX"/> </nuisance> |