#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/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 "SimDataFormats/JetMatching/interface/JetFlavourInfo.h"
#include "SimDataFormats/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 "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 boost::shared_ptr < fastjet::ClusterSequence > | ClusterSequencePtr |
typedef boost::shared_ptr < fastjet::JetDefinition > | JetDefPtr |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < JetFlavourClustering > > | s_filler__LINE__ ("JetFlavourClustering") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < JetFlavourClustering > > | s_maker__LINE__ ("JetFlavourClustering") |
typedef boost::shared_ptr<fastjet::ClusterSequence> ClusterSequencePtr |
Definition at line 106 of file JetFlavourClustering.cc.
typedef boost::shared_ptr<fastjet::JetDefinition> JetDefPtr |
Definition at line 107 of file JetFlavourClustering.cc.
|
static |
|
static |