Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Run 2 H->bb twiki | ||||||||
Line: 73 to 73 | ||||||||
and you should be able to now run the framework.
Running On The Grid | ||||||||
Changed: | ||||||||
< < | Running on the grid uses the EventLoop grid plugin for submitting jobs. Details of this can also be found on the EventLoop twiki linked above. To submit to a grid the command is | |||||||
> > | Running on the grid uses the EventLoop grid plugin for submitting jobs. Details of this can also be found on the EventLoop twiki linked above. To submit to the grid start from a clean terminal and do
setupATLAS localSetupDQ2Client --skipConfirm # just for dq2-get -> no need for job submission voms-proxy-init -voms atlas localSetupPandaClient --noAthenaCheck rcSetupThe command to submit to the grid is | |||||||
python FrameworkExe/scripts/run_grid.py MyDatasetList.txt | ||||||||
Line: 117 to 128 | ||||||||
This will make output files hist-Zbb.root, hist-muon_data.root, hist-top.root. | ||||||||
Changed: | ||||||||
< < | To make stacked plots from these files we then do root -b -q 'FrameworkExe/macros/runCxAODPlots.cxx("MyOutDir")' where MyOutDir is the directory that contains the hist-*.root files. | |||||||
> > | To make stacked plots from these files first do
svn co svn+ssh://svn.cern.ch/reps/atlasphys/Physics/Higgs/HSG5/software/VHAnalysis/LHCRun2/InputsProcessingTools/PlottingTool/ PlottingToolWe then need to edit PlotCxAODReader.cxx and makePlots2Lepton.cxx. In the former there is a map called sampleNames. It maps the names used in the sampleNames vector from above to the names used in the makePlots file with addBackgroundSample("name from Reader", ""name that appears on plot legend", colour). We can then do root -b -q 'FrameworkExe/macros/runCxAODPlots.cxx("MyOutDir")' where MyOutDir is the directory that contains the hist-*.root files. | |||||||
-- ![]() |