nuisance is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 5 and Version 6 of HowToNeut


Ignore:
Timestamp:
Dec 21, 2016, 11:33:11 AM (8 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToNeut

    v5 v6  
    44
    55
    6 == Compiling NEUT and running neutsmpl ==
     6== Compiling NEUT and running neutroot2 ==
    77
    88The main neutrino-nucleus interaction generator lives in $NEUT_ROOT/src/neutsmpl/neutroot. NEUT has two dependencies: ROOT and the lesser known CERNLIB. You need to have $ROOTSYS, $CERN and $CERN_LEVEL environment variables set-up to compile NEUT. These are all specified in $NEUT_ROOT/src/neutsmpl/Envmakeneutsmpl.csh.
     
    1818== Structure of card files: ==
    1919
     20NEUT has a load of defaults set on run-time if the user does not supply them, which means you're running with "reference" NEUT.
    2021
     22Some things are good to specify though, and here's a list for generating all modes on T2K H2O. We can specify how many events we want, the incoming neutrino type, the flux file, number of bound protons and neutrons and free protons, what interaction modes, and so on.
     23```
     24C Number of events ; EVCT-NEVT
     25EVCT-NEVT  100000
     26C
     27C Particle Code ; EVCT-IDPT
     28EVCT-IDPT 14
     29EVCT-MPOS 2
     30EVCT-RAD  100.
     31EVCT-MDIR 1
     32EVCT-DIR 0. 0. 1.
     33C
     34EVCT-MPV 3
     35EVCT-FILENM  'nuisance_fluxes/t2kflux_2016_plus250kA.root'
     36EVCT-HISTNM  'enu_nd280_numu'
     37EVCT-INMEV 0
     38C
     39C **** TARGET INFORMATION ****
     40NEUT-NUMBNDN 8
     41NEUT-NUMBNDP 8
     42NEUT-NUMFREP 2
     43NEUT-NUMATOM 16
     44C
     45C **** WHAT INTERACTION MODES DO WE WANT? (0 = ALL) ****
     46NEUT-MODE   0
     47C **** WHAT CCQE MODEL ARE WE USING (2 = RFG WITH BBBA05) ***
     48NEUT-MDLQE 2
     49C
     50C **** RANDOM NUMBER AND IF WE WANT NEUT TO BE QUIET ****
     51NEUT-RAND 1
     52NEUT-QUIET 2
     53```
    2154
    2255= NEUT inputs for NUISANCE =
     
    2962}}}
    3063
     64
    3165= Using NEUT \ReWeight =
    3266