Skip to content

Commit

Permalink
Update dict definiton package mapping for AssociationMap/TrackingPart…
Browse files Browse the repository at this point in the history
…icle
  • Loading branch information
smuzaffar committed Apr 28, 2021
1 parent 4a20068 commit 114bc7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#Ordered List to search for matched packages
equivDict = \
[
{'Associations': ['TTTrackTruthPair']},
{'Associations': ['TTTrackTruthPair', 'edm::Wrapper.+edm::AssociationMap.+TrackingParticle']},
{'TrajectoryState' : ['TrajectoryStateOnSurface']},
{'TrackTriggerAssociation' : ['(TTClusterAssociationMap|TTStubAssociationMap|TTTrackAssociationMap|TrackingParticle).*Phase2TrackerDigi',
'(TTStub|TTCluster|TTTrack).*Phase2TrackerDigi.*TrackingParticle']},
Expand All @@ -48,7 +48,7 @@
{'BTauReco' : ['reco::.*SoftLeptonTagInfo', 'reco::SoftLeptonProperties','reco::SecondaryVertexTagInfo','reco::IPTagInfo','reco::TemplatedSecondaryVertexTagInfo', 'reco::CATopJetProperties','reco::HTTTopJetProperties']},
{'CastorReco' : ['reco::CastorJet']},
{'JetMatching' : ['reco::JetFlavourInfo', 'reco::JetFlavour','reco::MatchedPartons']},
{'RecoCandidate' : ['reco::Candidate','edm::Wrapper.+edm::AssociationMap.+TrackingParticle']},
{'RecoCandidate' : ['reco::Candidate']},
{'TrackingAnalysis' : ['TrackingParticle']},
{'Egamma' : ['reco::ElectronID']},
{'TopObjects' : ['reco::CATopJetProperties']},
Expand Down

0 comments on commit 114bc7f

Please sign in to comment.