Skip to content

TauAnalysisTool: create the MCTruthClassifier in the given handle, and skip properties not available in AnalysisBase

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

MCTruthClassifier is causing problems related to the CINT dictionary. We need to create this tool in the handle to fix this issue.

In addition, the property with the named of ParticleCaloExtensionTool and TruthInConeTool are not available in AnalysisBase. This cause run time error for THOR in R22. To fix this issue, these properties are commented out in AnalysisBase

Edited by Xiaozhong Huang

Merge request reports