Skip to content

Commit

Permalink
Remove unused ECALOther
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel authored and andresailer committed Nov 2, 2023
1 parent 81b1039 commit a9c7ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,10 +601,10 @@
"RelationOutputCollection": ["RelationCaloHit"],
"energyPerEHpair": ["3.6"],
# ECAL
"ECALCollections": ["ECalBarrelCollection", "ECalEndcapCollection", "ECalPlugCollection"],
"ECALCollections": ["ECalBarrelCollection", "ECalEndcapCollection"],
"ECALOutputCollection0": ["ECALBarrel"],
"ECALOutputCollection1": ["ECALEndcap"],
"ECALOutputCollection2": ["ECALOther"],
"ECALOutputCollection2": [""],
"IfDigitalEcal": ["0"],
"ECALLayers": ["41", "100"],
"ECAL_default_layerConfig": ["000000000000000"],
Expand Down Expand Up @@ -706,7 +706,7 @@
"FinalEnergyDensityBin": ["110."],
"MaxClusterEnergyToApplySoftComp": ["200."],
"TrackCollections": ["SiTracks_Refitted"],
"ECalCaloHitCollections": ["ECALBarrel", "ECALEndcap", "ECALOther"],
"ECalCaloHitCollections": ["ECALBarrel", "ECALEndcap"],
"HCalCaloHitCollections": ["HCALBarrel", "HCALEndcap", "HCALOther"],
"LCalCaloHitCollections": [],
"LHCalCaloHitCollections": [],
Expand Down

0 comments on commit a9c7ee5

Please sign in to comment.