ATLAS Offline Software
ShowerDeconstructionTool.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 //#include "JetSubStructureUtils/ShowerDeconstruction.h"
7 
10 {
11 }
12 
14 /*
15  if(checkForConstituents(jet) == false) return 1;
16 
17  double val;
18 
19  JetSubStructureUtils::ShowerDeconstruction sd_w(JetSubStructureUtils::ShowerDeconstruction::WDecayModel);
20  val = sd_w.result(jet);
21  ATH_MSG_VERBOSE("Adding jet ShowerDeconstructionW: " << val);
22  jet.setAttribute("ShowerDeconstructionW", val);
23 
24  JetSubStructureUtils::ShowerDeconstruction sd_top(JetSubStructureUtils::ShowerDeconstruction::TopGluonModel);
25  val = sd_top.result(jet);
26  ATH_MSG_VERBOSE("Adding jet ShowerDeconstructionTop: " << val);
27  jet.setAttribute("ShowerDeconstructionTop", val);
28 */
29 
30  return 0;
31 }
ShowerDeconstructionTool.h
ShowerDeconstructionTool::modifyJet
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition: ShowerDeconstructionTool.cxx:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
JetSubStructureMomentToolsBase
Definition: JetSubStructureMomentToolsBase.h:18
ShowerDeconstructionTool::ShowerDeconstructionTool
ShowerDeconstructionTool(const std::string &name)
Definition: ShowerDeconstructionTool.cxx:8