5#ifndef PFUNIFIEDSUBTRACTIONONLYTRUTHTOOL_H
6#define PFUNIFIEDSUBTRACTIONONLYTRUTHTOOL_H
26 void performSubtraction(
const EventContext& ctx,
const unsigned int& startingPoint,
const unsigned int& nCaloObj,
PFData &data )
const override;
30 Gaudi::Property<bool>
m_useFullCellTruthSubtraction{
this,
"useFullCellTruthSubtraction",
true,
"Toggle whether we fully remove a cell with a truth deposit or reweight it based on truth contribution"};
32 ToolHandle<PFSimulateTruthShowerTool>
m_theTruthShowerSimulator{
this,
"PFSimulateTruthShowerTool",
"",
"The truth shower simulator"};
An internal EDM object which stores information about systems of associated tracks and calorimeter cl...