#include "RecoJets/JetAnalyzers/interface/myFastSimVal.h"
#include "RecoJets/JetAlgorithms/interface/JetAlgoHelper.h"
#include "DataFormats/JetReco/interface/CaloJetCollection.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "JetMETCorrections/Objects/interface/JetCorrector.h"
#include <TROOT.h>
#include <TSystem.h>
#include <TFile.h>
#include <TCanvas.h>
#include <cmath>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Macros | |
#define | DEBUG 1 |
#define | MAXJETS 100 |
Functions | |
DEFINE_FWK_MODULE (myFastSimVal) | |
Variables | |
int | nEvent = 0 |
#define DEBUG 1 |
Definition at line 28 of file myFastSimVal.cc.
#define MAXJETS 100 |
Definition at line 30 of file myFastSimVal.cc.
Referenced by myFastSimVal::analyze().
DEFINE_FWK_MODULE | ( | myFastSimVal | ) |
int nEvent = 0 |
Definition at line 49 of file myFastSimVal.cc.
Referenced by myFastSimVal::analyze(), RPCRecHitValidClient::endRun(), and Rivet::CMS_2010_S8808686::finalize().