Skip to content

Synchronisation

Thomas Müller edited this page Aug 22, 2016 · 15 revisions

Documentation

Step 1: Skimming

Step 2: Running Artus

Step 3: Comparing the results

The synchronisation ntuples of all participating groups are collected in the following repositories:

Please do not upload the ROOT files itself there but only paths to publicly available files.

The performance of the synchronisation is monitored with plots produced by

makePlots_syncPlots.py [--event-matching] [-h]

Examples

  • MT channel only

     makePlots_syncPlots.py
     --input-1 /afs/cern.ch/user/f/fcolombo/public/Sync13TeV/20160330-fall15/SUSYGluGluToHToTauTauM160_mt_RunIIFall15MiniAODv2_13TeV_MINIAOD.root \
     --input-2 /afs/cern.ch/user/f/fcolombo/public/Sync13TeV/20160403-fall15/SUSYGluGluToHToTauTauM160_mt_RunIIFall15MiniAODv2_13TeV_MINIAOD.root \
     --folder-1 mt/ntuple \
     --folder-1 mt/ntuple \
     [--event-matching]
  • Loop over all channels and webplotting

     for channel in mt et em tt; do \
     makePlots_syncPlots.py
     --input-1 /afs/cern.ch/user/f/fcolombo/public/Sync13TeV/20160330-fall15/SUSYGluGluToHToTauTauM160_${channel}_RunIIFall15MiniAODv2_13TeV_MINIAOD.root \
     --input-2 /afs/cern.ch/user/f/fcolombo/public/Sync13TeV/20160403-fall15/SUSYGluGluToHToTauTauM160_${channel}_RunIIFall15MiniAODv2_13TeV_MINIAOD.root \
     --folder-1 ${channel}/ntuple \
     --folder-1 ${channel}/ntuple \
     -a " --www sync_plots/${channel} \
     [--event-matching]; \
     done
Clone this wiki locally