#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__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 368 of file BtoCharmDecayVertexMerger.cc.
typedef BtoCharmDecayVertexMergerT<reco::VertexCompositePtrCandidate> CandidateBtoCharmDecayVertexMerger |
Definition at line 369 of file BtoCharmDecayVertexMerger.cc.
|
static |
|
static |
reco::Candidate::LorentzVector vtxP4 | ( | const reco::VertexCompositePtrCandidate & | vtx | ) |
Definition at line 25 of file BtoCharmDecayVertexMerger.cc.
References reco::CompositePtrCandidate::daughterPtrVector(), reco::ParticleMasses::piPlus, and testEve_cfg::tracks.
Referenced by BtoCharmDecayVertexMergerT< VTX >::buildVertexProxy(), and BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain().