ATLAS Offline Software
Loading...
Searching...
No Matches
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
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}
JetSubStructureMomentToolsBase(const std::string &name)
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
ShowerDeconstructionTool(const std::string &name)
Jet_v1 Jet
Definition of the current "jet version".