Skip to content
Snippets Groups Projects

tauRec: thinning of CaloCalTopoClusters_links for tau clusters

Merged Bertrand Martin Dit Latour requested to merge martindl/athena:R22_testScott into master
4 files
+ 28
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -195,13 +195,17 @@ for theKey in CaloClusterKeys: #Fixme .. Apply this only to TopoClusters?
@@ -195,13 +195,17 @@ for theKey in CaloClusterKeys: #Fixme .. Apply this only to TopoClusters?
AuxListItem="xAOD::CaloClusterAuxContainer#"+theKey+"Aux"
AuxListItem="xAOD::CaloClusterAuxContainer#"+theKey+"Aux"
for moment in AODMoments:
for moment in AODMoments:
AuxListItem+="."+moment
AuxListItem+="."+moment
pass
# for tau clusters
 
if theKey == "CaloCalTopoClusters":
 
AuxListItem += ".CellLink"
if len(AODMoments)==0: AuxListItem+="."
if len(AODMoments)==0: AuxListItem+="."
CaloClusterItemList+=[AuxListItem]
CaloClusterItemList+=[AuxListItem]
# write the link only for egClusterColl
# write the link only for egClusterColl
#CaloClusterItemList+=["CaloClusterCellLinkContainer#egClusterCollection_links"]
#CaloClusterItemList+=["CaloClusterCellLinkContainer#egClusterCollection_links"]
 
# for tau clusters (CaloCalTopoClusters within 0.2 of the tau axis)
 
CaloClusterItemList += ["CaloClusterCellLinkContainer#CaloCalTopoClusters_links"]
CaloAODList+=CaloClusterItemList
CaloAODList+=CaloClusterItemList
@@ -216,4 +220,3 @@ CaloAODList+=["TileMuContainer#TileMuObj"]
@@ -216,4 +220,3 @@ CaloAODList+=["TileMuContainer#TileMuObj"]
# LAr noisy Feb/PA summary
# LAr noisy Feb/PA summary
CaloAODList += ["LArNoisyROSummary#LArNoisyROSummary"]
CaloAODList += ["LArNoisyROSummary#LArNoisyROSummary"]
Loading