#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include <TFile.h>
#include <TH1F.h>
#include <TH1D.h>
#include <TKey.h>
#include <TTree.h>
#include <TChain.h>
#include <string>
#include <iostream>
DEFINE_FWK_MODULE |
( |
producePileupWeight |
| ) |
|