Classes | |
struct | SVBuilder |
struct | SVFilter |
Public Member Functions | |
virtual void | produce (edm::Event &event, const edm::EventSetup &es) override |
TemplatedSecondaryVertexProducer (const edm::ParameterSet ¶ms) | |
~TemplatedSecondaryVertexProducer () | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | markUsedTracks (TrackDataVector &trackData, const input_container &trackRefs, const SecondaryVertex &sv, size_t idx) |
template<> | |
void | markUsedTracks (TrackDataVector &trackData, const input_container &trackRefs, const SecondaryVertex &sv, size_t idx) |
template<> | |
void | markUsedTracks (TrackDataVector &trackData, const input_container &trackRefs, const SecondaryVertex &sv, size_t idx) |
void | matchGroomedJets (const edm::Handle< edm::View< reco::Jet > > &jets, const edm::Handle< edm::View< reco::Jet > > &matchedJets, std::vector< int > &matchedIndices) |
template<class CONTAINER > | |
void | matchReclusteredJets (const edm::Handle< CONTAINER > &jets, const std::vector< fastjet::PseudoJet > &matchedJets, std::vector< int > &matchedIndices, const std::string &jetType="") |
void | matchSubjets (const std::vector< int > &groomedIndices, const edm::Handle< edm::View< reco::Jet > > &groomedJets, const edm::Handle< std::vector< IPTI > > &subjets, std::vector< std::vector< int > > &matchedIndices) |
void | matchSubjets (const edm::Handle< edm::View< reco::Jet > > &fatJets, const edm::Handle< std::vector< IPTI > > &subjets, std::vector< std::vector< int > > &matchedIndices) |
const reco::Jet * | toJet (const reco::Jet &j) |
const reco::Jet * | toJet (const IPTI &j) |
Static Private Member Functions | |
static ConstraintType | getConstraintType (const std::string &name) |
Private Attributes | |
ConstraintType | constraint |
double | constraintScaling |
double | extSVDeltaRToJet |
ClusterSequencePtr | fjClusterSeq |
JetDefPtr | fjJetDefinition |
double | ghostRescaling |
std::string | jetAlgorithm |
double | jetPtMin |
double | minTrackWeight |
double | relPtTolerance |
double | rParam |
reco::btag::SortCriteria | sortCriterium |
edm::EDGetTokenT< reco::BeamSpot > | token_BeamSpot |
edm::EDGetTokenT< edm::View < VTX > > | token_extSVCollection |
edm::EDGetTokenT< edm::View < reco::Jet > > | token_fatJets |
edm::EDGetTokenT< edm::View < reco::Jet > > | token_groomedFatJets |
edm::EDGetTokenT< std::vector < IPTI > > | token_trackIPTagInfo |
TrackSelector | trackSelector |
bool | useExternalSV |
bool | useFatJets |
bool | useGhostTrack |
bool | useGroomedFatJets |
bool | useSVClustering |
bool | useSVMomentum |
VertexFilter | vertexFilter |
VertexSorting< SecondaryVertex > | vertexSorting |
edm::ParameterSet | vtxRecoPSet |
bool | withPVError |
Additional Inherited Members | |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 106 of file TemplatedSecondaryVertexProducer.cc.
typedef IPTI::input_container TemplatedSecondaryVertexProducer< IPTI, VTX >::input_container |
Definition at line 113 of file TemplatedSecondaryVertexProducer.cc.
typedef IPTI::input_container::value_type TemplatedSecondaryVertexProducer< IPTI, VTX >::input_item |
Definition at line 114 of file TemplatedSecondaryVertexProducer.cc.
typedef std::vector<TemplatedSecondaryVertexTagInfo<IPTI,VTX> > TemplatedSecondaryVertexProducer< IPTI, VTX >::Product |
Definition at line 111 of file TemplatedSecondaryVertexProducer.cc.
typedef TemplatedSecondaryVertex<VTX> TemplatedSecondaryVertexProducer< IPTI, VTX >::SecondaryVertex |
Definition at line 112 of file TemplatedSecondaryVertexProducer.cc.
typedef std::vector<reco::btag::IndexedTrackData> TemplatedSecondaryVertexProducer< IPTI, VTX >::TrackDataVector |
Definition at line 115 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Enumerator | |
---|---|
CONSTRAINT_NONE | |
CONSTRAINT_BEAMSPOT | |
CONSTRAINT_PV_BEAMSPOT_SIZE | |
CONSTRAINT_PV_BS_Z_ERRORS_SCALED | |
CONSTRAINT_PV_ERROR_SCALED | |
CONSTRAINT_PV_PRIMARIES_IN_FIT |
Definition at line 138 of file TemplatedSecondaryVertexProducer.cc.
|
explicit |
Definition at line 258 of file TemplatedSecondaryVertexProducer.cc.
TemplatedSecondaryVertexProducer< IPTI, VTX >::~TemplatedSecondaryVertexProducer | ( | ) |
Definition at line 319 of file TemplatedSecondaryVertexProducer.cc.
|
static |
Definition at line 1220 of file TemplatedSecondaryVertexProducer.cc.
|
staticprivate |
Definition at line 219 of file TemplatedSecondaryVertexProducer.cc.
|
private |
|
private |
Definition at line 915 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 940 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 1063 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 1018 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 1114 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 1152 of file TemplatedSecondaryVertexProducer.cc.
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 324 of file TemplatedSecondaryVertexProducer.cc.
|
inlineprivate |
Definition at line 135 of file TemplatedSecondaryVertexProducer.cc.
|
inlineprivate |
Definition at line 136 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 152 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 153 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 161 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 175 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 176 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 168 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 165 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 167 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 157 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 169 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 166 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 150 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 148 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 162 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 172 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 173 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 149 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 151 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 160 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 170 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 155 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 171 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 163 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 164 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 158 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 159 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 154 of file TemplatedSecondaryVertexProducer.cc.
|
private |
Definition at line 156 of file TemplatedSecondaryVertexProducer.cc.