|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   10 #ifndef JetIsolationTool_H 
   11 #define JetIsolationTool_H 
   70 #include "fastjet/PseudoJet.hh" 
   83 namespace JetIsolation {
 
  114   Gaudi::Property<std::vector<std::string>> 
m_isolationCodes{
this, 
"IsolationCalculations", {}, 
"Isolation calculations to be performed"};
 
  115   Gaudi::Property<std::string> 
m_jetContainerName{
this, 
"JetContainer", 
"", 
"SG key for the input jet container"};
 
  
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
IsolationCalculator : base class for isolation calculations Implementations of this class encapsulate...
Handle class for reading a decoration on an object.