Skip to content

tauRecTools: move the calculation of numCells to CaloCellVariables

Xiaozhong Huang requested to merge xiaozhon/athena:cleaning into master

Previously, the calculation of numCells is done in CaloClusterVariables. This class maybe invoked when the input is an AOD file, where cell information is not avaiable. This calculation is now moved to CaloCellVariables, so that CaloClusterVariables only calculate cluster level variables.

Edited by Xiaozhong Huang

Merge request reports