#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/BTauReco/interface/ParticleMasses.h"
#include "DataFormats/Candidate/interface/VertexCompositePtrCandidate.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "RecoVertex/VertexTools/interface/VertexDistance3D.h"
#include "RecoBTag/SecondaryVertex/interface/SecondaryVertex.h"
#include "DataFormats/GeometryVector/interface/VectorUtil.h"
#include <algorithm>
Go to the source code of this file.
Classes | |
class | BtoCharmDecayVertexMergerT< VTX > |
struct | BtoCharmDecayVertexMergerT< VTX >::VertexProxy |
Typedefs | |
typedef BtoCharmDecayVertexMergerT< reco::Vertex > | BtoCharmDecayVertexMerger |
typedef BtoCharmDecayVertexMergerT< reco::VertexCompositePtrCandidate > | CandidateBtoCharmDecayVertexMerger |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< BtoCharmDecayVertexMerger > > | s_filler_0__LINE__ ("BtoCharmDecayVertexMerger") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< BtoCharmDecayVertexMerger > > | s_maker__LINE__ ("BtoCharmDecayVertexMerger") |
reco::Candidate::LorentzVector | vtxP4 (const reco::VertexCompositePtrCandidate &vtx) |
Definition at line 360 of file BtoCharmDecayVertexMerger.cc.
typedef BtoCharmDecayVertexMergerT<reco::VertexCompositePtrCandidate> CandidateBtoCharmDecayVertexMerger |
Definition at line 361 of file BtoCharmDecayVertexMerger.cc.
|
static |
|
static |
reco::Candidate::LorentzVector vtxP4 | ( | const reco::VertexCompositePtrCandidate & | vtx | ) |
Definition at line 25 of file BtoCharmDecayVertexMerger.cc.
References reco::ParticleMasses::piPlus, HLT_2022v15_cff::track, pwdgSkimBPark_cfi::tracks, and extraflags_cff::vtx.
Referenced by BtoCharmDecayVertexMergerT< VTX >::buildVertexProxy(), and BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain().