Changes between Version 20 and Version 21 of WritingAnalyses


Ignore:
Timestamp:
Nov 14, 2016, 12:14:35 AM (8 years ago)
Author:
Jory Sonneveld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WritingAnalyses

    v20 v21  
    1515
    1616Many observables and functions are already implemented in [http://inspirehep.net/record/1301484/ the MA5 implementation of CMS-SUS-13-011], which can be used as a guide for writing a more complicated analysis than what is done here.
     17
     18Note that an important change from MA5 1.3 to 1.4 is the TLorentzvector:
     19{{{
     20% grep TLorentz  madanalysis5/madanalysis/*/*
     21madanalysis5/madanalysis/install/install_padma5tune.py:                if 'TLorentzVector' in line:
     22madanalysis5/madanalysis/install/install_padma5tune.py:                    newfile.write(line.replace('TLorentzVector','MA5::MALorentzVector'))
     23madanalysis5/madanalysis/install/install_pad.py:                if 'TLorentzVector' in line:
     24madanalysis5/madanalysis/install/install_pad.py:                    newfile.write(line.replace('TLorentzVector','MALorentzVector'))
     25}}}
    1726
    1827== Creating the directory ==