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 33 and Version 34 of HowToAddSample


Ignore:
Timestamp:
Jan 6, 2017, 1:05:26 PM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToAddSample

    v33 v34  
    1919= Examining the data and choosing distributions =
    2020
    21 
    2221== Finding the neutrino flux and generating events ==
    2322
     
    5756
    5857
    59 The structure is `Experiment_Measurement_Target_DataType_DimensionVar_Neutrino`:
     58'''The structure is `Experiment_Measurement_Target_DataType_DimensionVar_Neutrino`''':
    6059
    6160 * `Experiment` is the experiment (for us T2K)
     
    7170'''What to do:'''
    7271
    73 Following the above convention, we end up with `T2K_CC1pip_H2O_XSec_1Dpmu_nu`: there is no ambiguity what the class describes and there is no way of confusing it with other classes in NUISANCE.
     72Following the above convention, we end up with '''`T2K_CC1pip_H2O_XSec_1Dpmu_nu`''': there is no ambiguity what the class describes and there is no way of confusing it with other classes in NUISANCE.
    7473
    7574
     
    8584'''What to do:'''
    8685
    87 Make the new files `src/T2K/T2K_CC1pip_H2O_XSec_1Dpmu_nu.cxx` and `src/T2K/T2K_CC1pip_H2O_1Dpmu_nu.h`. These are the implementation and header files for the new measurement.
     86Make the new files '''`src/T2K/T2K_CC1pip_H2O_XSec_1Dpmu_nu.cxx`''' and '''`src/T2K/T2K_CC1pip_H2O_1Dpmu_nu.h`'''. These are the implementation and header files for the new measurement.
    8887
    8988
     
    103102Put the ROOT file from the [http://t2k-experiment.org/results/nd280data-numu-cc1pi-xs-on-h2o-2015/ data release] into the `data/T2K/CC1pip/H2O` directory.
    104103
    105 ----
     104
     105{{{
     106#!html
     107<hr width="100%" size="4">
     108}}}
    106109= Coding up a sample =
    107110