|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETSELECTORTOOLS_JETCLEANINGTOOL_H
6 #define JETSELECTORTOOLS_JETCLEANINGTOOL_H
19 #include <unordered_map>
37 namespace JCT {
class HotCell; }
82 const double sumpttrk,
86 const int fmaxIndex )
const;
93 const double sumpttrk,
98 const double AverageLArQF,
99 const int fMaxIndex )
const;
105 {
return static_cast<bool>(
accept(
jet)); }
119 Gaudi::Property<std::string>
m_cutName{
this,
"CutLevel",
"" };
121 Gaudi::Property<bool>
m_doUgly{
this,
"DoUgly",
false};
127 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for input jet container"};
133 std::unordered_map<unsigned int, std::vector<std::unique_ptr<JCT::HotCell>>>
m_hotCellsMap;
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Scalar eta() const
pseudorapidity method
Interface for adding a decoration to a jet container.
string varName
end cluster ToT and charge
::StatusCode StatusCode
StatusCode definition for legacy code.
IJetSelector is a dual-use tool interface for a tool that selects a jet.