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 78 and Version 79 of HowToAddSample


Ignore:
Timestamp:
Jan 9, 2017, 3:08:56 PM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToAddSample

    v78 v79  
    202202  if (type.find("W14") != std::string::npos) {
    203203    ...
    204     Do different stuff because I want W14 data, e.g. set a bool
     204    Do different stuff when I want W14 data + cuts
     205    e.g. set a bool or double to remember what settings I'm running with, load up different data, different covariance matrix, and so on
    205206    ...
    206207  } else {