|
ATLAS Offline Software
|
Go to the documentation of this file.
9 , m_jetFillerTools(this)
11 , m_eventSelTool(this)
15 declareInterface<IJetHistoFiller>(
this);
53 return StatusCode::SUCCESS;
61 std::list<const xAOD::Jet*> tmpList;
79 tmpList.remove_if(
sel );
83 tmpList.remove_if(
sel );
98 ATH_CHECK(
t->processJetContainer(parentAlg, *filteredCont, ctx));
102 return StatusCode::SUCCESS;
ToolHandle< IJetEventSelector > m_eventSelTool
@ VIEW_ELEMENTS
this data object is a view, it does not own its elmts
DataVector adapter that acts like it holds const pointers.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
JetHistoSelectSort(const std::string &type, const std::string &name, const IInterface *parent)
ToolHandle< IJetHistoVarTool > m_sortVar
ToolHandleArray< IJetHistoFiller > m_jetFillerTools
const DV * asDataVector() const
Return a pointer to this object, as a const DataVector.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize()
SG::ReadHandle< xAOD::EventInfo > GetEventInfo(const EventContext &) const
Return a ReadHandle for an EventInfo object (get run/event numbers, etc.)
Gaudi::Property< bool > m_inverseJetSel
value_type push_back(value_type pElem)
Add an element to the end of the collection.
Gaudi::Property< int > m_selIndex
DataVector adapter that acts like it holds const pointers.
ToolHandle< IJetSelector > m_selectTool
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const