#include <algorithm>
#include <iostream>
#include <cmath>
#include <vector>
#include <string>
#include <TH1.h>
#include <TProfile.h>
#include <Math/VectorUtil.h>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "DataFormats/BeamSpot/interface/BeamSpot.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "DataFormats/GeometryCommonDetAlgo/interface/Measurement1D.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | PatBJetTrackAnalyzer |
struct | PatBJetTrackAnalyzer::Plots |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< PatBJetTrackAnalyzer > > | s_filler_0__LINE__ ("PatBJetTrackAnalyzer") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< PatBJetTrackAnalyzer > > | s_maker__LINE__ ("PatBJetTrackAnalyzer") |
static bool | significanceHigher (const Measurement1D &meas1, const Measurement1D &meas2) |
|
static |
|
static |
|
static |
Definition at line 165 of file PatBJetTrackAnalyzer.cc.
References Measurement1D::significance().
Referenced by PatBJetTrackAnalyzer::analyze().