#include <string>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/AssociationMap.h"
#include "DataFormats/Common/interface/OneToManyWithQuality.h"
#include "DataFormats/Common/interface/OneToManyWithQualityGeneric.h"
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/TrackReco/interface/TrackBase.h"
#include "TrackingTools/TransientTrack/interface/TransientTrack.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/EgammaCandidates/interface/Conversion.h"
#include "DataFormats/EgammaCandidates/interface/ConversionFwd.h"
#include "DataFormats/Candidate/interface/VertexCompositeCandidate.h"
#include "DataFormats/ParticleFlowReco/interface/PFDisplacedVertex.h"
#include "DataFormats/ParticleFlowReco/interface/PFDisplacedVertexFwd.h"
#include "DataFormats/BeamSpot/interface/BeamSpot.h"
#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
Go to the source code of this file.
Classes | |
class | PF_PU_AssoMapAlgos |
Typedefs | |
typedef std::pair < reco::TrackRef, int > | TrackQualityPair |
typedef std::vector < TrackQualityPair > | TrackQualityPairVector |
typedef edm::AssociationMap < edm::OneToManyWithQuality < reco::VertexCollection, reco::TrackCollection, int > > | TrackToVertexAssMap |
typedef std::pair < reco::VertexRef, float > | VertexPtsumPair |
typedef std::vector < VertexPtsumPair > | VertexPtsumVector |
typedef std::pair < reco::VertexRef, int > | VertexStepPair |
typedef edm::AssociationMap < edm::OneToManyWithQuality < reco::TrackCollection, reco::VertexCollection, int > > | VertexToTrackAssMap |
typedef std::pair < reco::VertexRef, TrackQualityPair > | VertexTrackQuality |
Variables | |
const double | fin_50 = 3.e-1 |
const double | fin_70 = 1.e-1 |
const double | kMass = 0.49765 |
const double | lamMass = 1.11568 |
const double | sec_50 = 19. |
const double | sec_70 = 5. |
const double | tw_50 = 2.e-1 |
const double | tw_70 = 1.e-1 |
const double | tw_90 = 1.e-2 |
typedef std::pair<reco::TrackRef, int> TrackQualityPair |
Definition at line 72 of file PF_PU_AssoMapAlgos.h.
typedef std::vector<TrackQualityPair > TrackQualityPairVector |
Definition at line 73 of file PF_PU_AssoMapAlgos.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<reco::VertexCollection, reco::TrackCollection, int> > TrackToVertexAssMap |
Definition at line 69 of file PF_PU_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, float> VertexPtsumPair |
Definition at line 79 of file PF_PU_AssoMapAlgos.h.
typedef std::vector< VertexPtsumPair > VertexPtsumVector |
Definition at line 80 of file PF_PU_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, int> VertexStepPair |
Definition at line 75 of file PF_PU_AssoMapAlgos.h.
typedef edm::AssociationMap<edm::OneToManyWithQuality<reco::TrackCollection, reco::VertexCollection, int> > VertexToTrackAssMap |
Definition at line 70 of file PF_PU_AssoMapAlgos.h.
typedef std::pair<reco::VertexRef, TrackQualityPair> VertexTrackQuality |
Definition at line 77 of file PF_PU_AssoMapAlgos.h.
const double fin_50 = 3.e-1 |
Definition at line 67 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().
const double fin_70 = 1.e-1 |
Definition at line 66 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().
const double kMass = 0.49765 |
Definition at line 54 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::GetCleanedKshort().
const double lamMass = 1.11568 |
Definition at line 55 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::GetCleanedLambda().
const double sec_50 = 19. |
Definition at line 64 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().
const double sec_70 = 5. |
Definition at line 63 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().
const double tw_50 = 2.e-1 |
Definition at line 61 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().
const double tw_70 = 1.e-1 |
Definition at line 60 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().
const double tw_90 = 1.e-2 |
Definition at line 59 of file PF_PU_AssoMapAlgos.h.
Referenced by PF_PU_AssoMapAlgos::DefineQuality().