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 14 and Version 15 of HowToAddSample


Ignore:
Timestamp:
Jan 5, 2017, 3:34:54 PM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToAddSample

    v14 v15  
    4747
    4848
     49=== Naming the sample ===
     50
     51Some automatic processing is done on loading up the sample. Most of these are simple string comparisons, but do place responsibility on the user.
     52
     53The structure is `Experiment_Measurement_Target_DataType_DimensionVar_Neutrino`.
     54
     55`Experiment` is the experiment (for us T2K)
     56`Measurement` is a suitable name for the cross-section (for us CC1pi+)
     57`Target` is the interaction target (for us H,,2,,O)
     58`DataType` is essentially the measurement type which so far is an event rate (`Evt`) or a cross-section (`XSec`)
     59`DimensionVar` is 1D or 2D followed by a suitable name for the dependent variable, e.g. `1Dpmu`
     60
     61=== Placing the sample ===
     62
    4963=== Setting up the inheritance ===
    5064
     
    5670
    5771#include "Measurement1D.h"
     72}}}
     73
    5874#include "T2K_SignalDef.h"
    5975
     
    7288}}}
    7389
    74 === Naming the sample ===
    7590
    76 Some automatic processing is done on loading up the sample. Most of these are simple string comparisons, but do place responsibility on the user.
    77 
    78 For cross-sections, for event-rates
    79 
    80 === Placing the sample ===
    8191
    8292=== Making the constructor ===