Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions PhysicsTools/PatAlgos/python/slimming/slimmedElectrons_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@

from Configuration.Eras.Modifier_bParking_cff import bParking
bParking.toModify(slimmedElectrons,dropCorrections="0")
bParking.toModify(slimmedElectrons,dropIsolations="0")
bParking.toModify(slimmedElectrons,dropShapes="0")
bParking.toModify(slimmedElectrons,dropClassifications="0")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bParking.toModify(slimmedElectrons,dropCorrections="0")
bParking.toModify(slimmedElectrons,dropIsolations="0")
bParking.toModify(slimmedElectrons,dropShapes="0")
bParking.toModify(slimmedElectrons,dropClassifications="0")
bParking.toModify(slimmedElectrons,dropCorrections="0", dropIsolations="0", dropShapes="0", dropClassifications="0")

this is simpler to maintain if we need to extend to another modifier

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jainshilpi
are you available to update this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Slava, I missed that comment. Just pushed the modification.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Slava, I missed that comment. Just pushed the modification.

Thank you.