CMS 3D CMS Logo

Classes | Functions
JetCoreClusterSplitter.cc File Reference
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"
#include "DataFormats/Common/interface/DetSetVectorNew.h"
#include "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h"
#include "RecoLocalTracker/Records/interface/TkPixelCPERecord.h"
#include "Geometry/CommonDetUnit/interface/GlobalTrackingGeometry.h"
#include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h"
#include "DataFormats/GeometryVector/interface/VectorUtil.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include <algorithm>
#include <vector>
#include <utility>
#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"

Go to the source code of this file.

Classes

class  JetCoreClusterSplitter
 

Functions

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< JetCoreClusterSplitter > > s_filler_0__LINE__ ("JetCoreClusterSplitter")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< JetCoreClusterSplitter > > s_maker__LINE__ ("JetCoreClusterSplitter")
 
bool SortPixels (const SiPixelCluster::Pixel &i, const SiPixelCluster::Pixel &j)
 

Function Documentation

◆ s_filler_0__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker<edm::ParameterSetDescriptionFiller< JetCoreClusterSplitter > > s_filler_0__LINE__ ( "JetCoreClusterSplitter"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< JetCoreClusterSplitter > > s_maker__LINE__ ( "JetCoreClusterSplitter"  )
static

◆ SortPixels()

bool SortPixels ( const SiPixelCluster::Pixel i,
const SiPixelCluster::Pixel j 
)

Definition at line 90 of file JetCoreClusterSplitter.cc.

References mps_fire::i, and dqmiolumiharvest::j.

90 { return (i.adc > j.adc); }