14 if flags.Egamma.doTrackThinning:
15 from egammaAlgs.egammaTrackThinnerConfig
import (
16 egammaTrackThinnerCfg)
20 if flags.Egamma.keepCaloCellsAOD:
21 outFlags = flags.Egamma.Keys.Output
23 if flags.Egamma.doCentral:
24 allClusters.append(outFlags.CaloClusters)
25 allClusters.append(outFlags.EgammaLargeClusters)
27 if flags.Egamma.doForward:
28 allClusters.append(outFlags.ForwardClusters)
29 allClusters.append(outFlags.EgammaLargeFWDClusters)
31 if flags.Tracking.doLargeD0:
32 allClusters.append(f
"LRT{outFlags.CaloClusters}")
34 if flags.HeavyIon.Egamma.doSubtractedClusters:
35 allClusters.append(flags.HeavyIon.Egamma.CaloTopoCluster)
45 from CaloRec.CaloThinCellsByClusterAlgConfig
import (
46 CaloThinCellsByClusterAlgCfg)
48 cellsName = flags.Egamma.Keys.Input.CaloCells
49 for clus
in allClusters:
52 streamName=
"StreamAOD",