00001 #ifndef jetsubstructuremomenttools_showerdeconstructiontool_header 00002 #define jetsubstructuremomenttools_showerdeconstructiontool_header 00003 00004 #include "JetSubStructureMomentTools/JetSubStructureMomentToolsBase.h" 00005 00006 class ShowerDeconstructionTool : 00007 public JetSubStructureMomentToolsBase { 00008 ASG_TOOL_CLASS(ShowerDeconstructionTool, IJetModifier) 00009 00010 public: 00011 // Constructor and destructor 00012 ShowerDeconstructionTool(std::string name); 00013 00014 int modifyJet(xAOD::Jet &jet) const; 00015 }; 00016 00017 00018 #endif