# | Line 64 | Line 64 | class TopRefPF2PAT(object) : | |
---|---|---|
64 | self.options = options | |
65 | self.fix = options.postfix | |
66 | self.patSeq = getattr(process, 'patPF2PATSequence' + self.fix) | |
67 | < | self.btags = ['combinedSecondaryVertex','jetProbability'] |
67 | > | self.btags = self.options.btags |
68 | self.taginfos = ["impactParameter","secondaryVertex"] | |
69 | ||
70 | self.configTopProjections() |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |