Skip to content

Remove Spd/Prs classes from CaloFutureReco

Adam Szabelski requested to merge DeletePrsSpdClassesFromCaloFutureReco into master

Corrected !1559 (closed)

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

Edited by Marco Cattaneo

Merge request reports