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 57 and Version 58 of HowToAddSample


Ignore:
Timestamp:
Jan 6, 2017, 5:15:35 PM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToAddSample

    v57 v58  
    1 [[PageOutline(1-3,,pullout,unnumbered)]]
    2 
    31= How to add a sample in NUISANCE =
    42
     
    1614}}}
    1715
     16[[PageOutline(1-3,,pullout,unnumbered)]]
    1817
    1918= Examining the data and choosing distributions =
     
    197196}}}
    198197
    199 Current NUISANCE (v1r0) behaviour requires `fName`, `fPlotTitls`, `EnuMin`, `EnuMax` and `fScaleFactor` to be set by user in the implementation file. These are the only variables that need to be supplied by the user in the constructor, granted above helper functions are used.
     198Current NUISANCE (v1r0) behaviour requires `fName`, `fPlotTitles`, `EnuMin`, `EnuMax` and `fScaleFactor` to be set by user in the implementation file. These are the only variables that need to be supplied by the user in the constructor, granted above helper functions are used.
    200199
    201200'''For non-expert use''', it's sufficient to just copy the `fScaleFactor` variable as `(fEventHist->Integral("width")*1E-38)/double(fNEvents)/TotalIntegratedFlux("width");`. This number is applied to the event rate histogram to take us to a cross-section histogram in `Measurement1D::ScaleEvents`.