|
| MatchedProbeMaker (const edm::ParameterSet &iConfig) |
|
| ~MatchedProbeMaker () override |
|
| EDProducer () |
|
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
SerialTaskQueue * | globalRunsQueue () |
|
ModuleDescription const & | moduleDescription () const |
|
| ~EDProducer () override |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
|
| ProducerBase () |
|
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
|
| ~ProducerBase () noexcept(false) override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
template<typename T>
class MatchedProbeMaker< T >
Definition at line 30 of file MatchedProbeMaker.h.
Definition at line 70 of file MatchedProbeMaker.h.
References edm::AssociationMap< edm::OneToOneGeneric< reco::CandidateView, reco::CandidateView > >::const_iterator, edm::AssociationMap< Tag >::end(), f, edm::AssociationMap< Tag >::find(), edm::Event::getByLabel(), mps_fire::i, LogDebug, MatchedProbeMaker< T >::m_candidateSource, MatchedProbeMaker< T >::m_referenceSource, MatchedProbeMaker< T >::m_resMatchMapSource, MatchedProbeMaker< T >::matched_, eostools::move(), muon::overlap(), edm::Event::put(), and edm::View< T >::size().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
92 for (
unsigned i=0;
i<Cands->size();
i++) {
98 if( f!=ResMatchMap->
end() ) {
99 outputCollection_matched->push_back(CandRef);
101 outputCollection_unmatched->push_back(CandRef);
108 for (
unsigned i=0;
i<Cands->size();
i++) {
115 for (
unsigned j=0; j<Refs->
size(); j++) {
119 if(
overlap(*CandRef,*RefRef)) {
124 if( ppass ) outputCollection_matched->push_back(CandRef);
125 else outputCollection_unmatched->push_back(CandRef);
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
friend struct const_iterator
const_iterator end() const
last iterator over the map (read only)
const_iterator find(const key_type &k) const
find element with specified reference key
bool overlap(const reco::Muon &muon1, const reco::Muon &muon2, double pullX=1.0, double pullY=1.0, bool checkAdjacentChambers=false)
edm::InputTag m_referenceSource
edm::InputTag m_resMatchMapSource
edm::InputTag m_candidateSource
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const