Skip to content
Snippets Groups Projects

2D cell-level reweighting of egamma objects

All threads resolved!
1 file
+ 6
10
Compare changes
  • Side-by-side
  • Inline
@@ -253,15 +253,13 @@ if DoCellReweighting:
EGAM1_EGammaReweightTool = EGammaReweightTool("EGAM1_EGammaReweightTool",
#OutputLevel=DEBUG,
SGKey_electrons = "Electrons",
#SGKey_photons="Photons",
SGKey_photons="", # do not create new photons
NewCellContainerName="NewCellContainer",
SGKey_photons = "Photons",
NewCellContainerName = "NewCellContainer",
NewElectronContainer = "NewSwElectrons",
#NewPhotonContainer = "NewSwPhotons",
NewPhotonContainer = "",
NewPhotonContainer = "NewSwPhotons",
EMShowerBuilderTool = EGAM1_EMShowerBuilderTool,
ClusterCorrectionToolName = "DFEgammaSWToolWithNewCells",
CaloClusterLinkName="NewSwClusterLink",
CaloClusterLinkName = "NewSwClusterLink",
DecorateEGammaObjects = False,
DecorationPrefix = "RW_",
SaveReweightedContainer = True)
@@ -310,8 +308,7 @@ if DoCellReweighting:
SGKey_photons="Photons",
NewCellContainerName="MaxVarCellContainer",
NewElectronContainer = "MaxVarSwElectrons",
#NewPhotonContainer = "MaxVarSwPhotons",
NewPhotonContainer = "",
NewPhotonContainer = "MaxVarSwPhotons",
EMShowerBuilderTool = EGAM1_EMMaxVarShowerBuilderTool,
ClusterCorrectionToolName = "DFEgammaSWToolWithMaxVarCells",
CaloClusterLinkName="MaxVarSwClusterLink",
@@ -362,8 +359,7 @@ if DoCellReweighting:
SGKey_photons="Photons",
NewCellContainerName="MinVarCellContainer",
NewElectronContainer = "MinVarSwElectrons",
#NewPhotonContainer = "MinVarSwPhotons",
NewPhotonContainer = "",
NewPhotonContainer = "MinVarSwPhotons",
EMShowerBuilderTool = EGAM1_EMMinVarShowerBuilderTool,
ClusterCorrectionToolName = "DFEgammaSWToolWithMinVarCells",
CaloClusterLinkName="MinVarSwClusterLink",
Loading