Skip to content

WIP: Remove spd/prs classes from calo future reco

After solving the configuration issues in !1542 (merged) (removing Spd/Prs from CaloFuture/CaloFutureReco/python/CaloFutureReco/Reconstruction.py and CaloFuture/CaloFutureReco/python/CaloFutureReco/Configuration.py) these changes should not be a problem anymore.

Following classes in CaloFutureReco are not needed anymore and these files were deleted. These objects are not constructed.

CaloFutureSelectClusterWithPrs.cpp CaloFutureSelectClusterWithPrs.h

CaloFutureSelectChargedClusterWithSpd.cpp CaloFutureSelectClusterWithSpd.cpp CaloFutureSelectClusterWithSpd.h CaloFutureSelectNeutralClusterWithSpd.cpp

Removing them does not change results of the simple counter test. When pulling to existing compiled version 'make configure' is needed

Merge request reports