#AvailablePackages <> = PileupReweightingTool = This package provides the pileup correction for MC. The correction comes in the form of an event weight based on the average number of interactions . This tool needs two input hisograms: for data and MC. These histograms are fetched during the setup. The data input histogram can be also created with iLumiCalc. This will look slightly different from that linked to the official twiki. The explanation for this plus further infos on the official page [[https://twiki.cern.ch/twiki/bin/view/AtlasProtected/PileupReweighting|here]]. == Package Infos == Repository:https://svnweb.cern.ch/trac/desyatfw/browser/CommonAnalysis/Common/PileupReweightingTool To check out the Pileup``Reweighting``Tool type {{{ svn co svn+ssh://svn.cern.ch/reps/desyatfw/CommonAnalysis/Common/PileupReweightingTool/trunk PileupReweightingTool }}} To compile it type {{{ cd PileupReweightingTool ./setup.sh make distclean&&make }}} The setup script gets the input histograms and merges them. Specify in the hist.names file which histogram of a given data period you want. A list of available histograms is available [[http://atlas.web.cern.ch/Atlas/GROUPS/DATAPREPARATION/InteractionsperCrossing/|here]]. ---- [[../|AvailablePackages]]