#include "RecoJets/JetAnalyzers/interface/JetPlotsExample.h"
#include "DataFormats/JetReco/interface/CaloJetCollection.h"
#include "DataFormats/JetReco/interface/PFJetCollection.h"
#include "DataFormats/JetReco/interface/GenJetCollection.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/JetReco/interface/JPTJet.h"
#include "DataFormats/JetReco/interface/JPTJetCollection.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <TFile.h>
#include <cmath>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Typedefs | |
typedef JetPlotsExample< CaloJet > | CaloJetPlotsExample |
typedef JetPlotsExample< GenJet > | GenJetPlotsExample |
typedef JetPlotsExample< JPTJet > | JPTJetPlotsExample |
typedef JetPlotsExample< PFJet > | PFJetPlotsExample |
Functions | |
DEFINE_FWK_MODULE (CaloJetPlotsExample) | |
DEFINE_FWK_MODULE (GenJetPlotsExample) | |
DEFINE_FWK_MODULE (PFJetPlotsExample) | |
DEFINE_FWK_MODULE (JPTJetPlotsExample) | |
typedef JetPlotsExample<CaloJet> CaloJetPlotsExample |
Definition at line 99 of file JetPlotsExample.cc.
typedef JetPlotsExample<GenJet> GenJetPlotsExample |
Definition at line 102 of file JetPlotsExample.cc.
typedef JetPlotsExample<JPTJet> JPTJetPlotsExample |
Definition at line 108 of file JetPlotsExample.cc.
typedef JetPlotsExample<PFJet> PFJetPlotsExample |
Definition at line 105 of file JetPlotsExample.cc.
DEFINE_FWK_MODULE | ( | CaloJetPlotsExample | ) |
DEFINE_FWK_MODULE | ( | GenJetPlotsExample | ) |
DEFINE_FWK_MODULE | ( | PFJetPlotsExample | ) |
DEFINE_FWK_MODULE | ( | JPTJetPlotsExample | ) |