-
Notifications
You must be signed in to change notification settings - Fork 18
Synchronisation
Raphael Friese edited this page Oct 13, 2016
·
15 revisions
-
HiggsToTauTauAnalysis.py \ @HiggsAnalysis/KITHiggsToTauTau/data/ArtusWrapperConfigs/Sync13TeV.cfg \ -i HiggsAnalysis/KITHiggsToTauTau/data/Samples/DCAP_sample_SUSYGluGluToHToTauTauM160_RunIIFall15MiniAODv2_PU25nsData2015v1_13TeV_MINIAOD_pythia8_recent.txt
-
HiggsToTauTauAnalysis.py \ @HiggsAnalysis/KITHiggsToTauTau/data/ArtusWrapperConfigs/Sync13TeV.cfg \ -i HiggsAnalysis/KITHiggsToTauTau/data/Samples/DCAP_sample_SUSYGluGluToHToTauTauM160_RunIISpring16MiniAODv2reHLT_PUSpring16RAWAODSIM_13TeV_MINIAOD_pythia8_recent.txt
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]
-
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-2 mt/ntuple \ [--event-matching]
-
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-2 ${channel}/ntuple \ -a " --www sync_plots/${channel}" \ [--event-matching]; \ done
e.g. using [[https://github.com/artus-analysis/Artus/blob/master/Utility/bin/shrink.C][shrink]], producing always an output called "slimmed.root"
shrink output.root "1" mt/ntuple
rename slimmed.root to the required name.