Changes between Version 13 and Version 14 of WritingAnalyses


Ignore:
Timestamp:
Jul 9, 2015, 9:47:29 AM (10 years ago)
Author:
Jory Sonneveld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WritingAnalyses

    v13 v14  
    214214    // =====Apply signal region cuts=======
    215215    Manager()->ApplyCut(MET < 500, "MET<500"); // SR1, SR3
    216     Manager()->ApplyCut(MET >= 500, "MET>500"); // SR2, SR4
    217216    Manager()->ApplyCut(HT < 500, "HT<500"); // SR1, SR2
    218217    Manager()->ApplyCut(HT>=500, "HT>500"); // SR3, SR4
     218    Manager()->ApplyCut(MET >= 500, "MET>500"); // SR2, SR4
    219219}}}
    220220and close the block and end the file with: