#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include "DataFormats/JetReco/interface/JetCollection.h"
#include "DataFormats/JetMatching/interface/JetFlavourInfo.h"
#include "DataFormats/JetMatching/interface/JetFlavourInfoMatching.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/HepMCCandidate/interface/GenParticleFwd.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "PhysicsTools/JetMCUtils/interface/CandMCTag.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "fastjet/JetDefinition.hh"
#include "fastjet/ClusterSequence.hh"
#include "fastjet/Selector.hh"
#include "fastjet/PseudoJet.hh"
Go to the source code of this file.
Classes | |
class | GhostInfo |
class | JetFlavourClustering |
Clusters hadrons, partons, and jet contituents to determine the jet flavour. More... | |
Typedefs | |
typedef std::shared_ptr< fastjet::ClusterSequence > | ClusterSequencePtr |
typedef std::shared_ptr< fastjet::JetDefinition > | JetDefPtr |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< JetFlavourClustering > > | s_filler_0__LINE__ ("JetFlavourClustering") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< JetFlavourClustering > > | s_maker__LINE__ ("JetFlavourClustering") |
typedef std::shared_ptr<fastjet::ClusterSequence> ClusterSequencePtr |
Definition at line 108 of file JetFlavourClustering.cc.
typedef std::shared_ptr<fastjet::JetDefinition> JetDefPtr |
Definition at line 109 of file JetFlavourClustering.cc.
|
static |
|
static |