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