|
ATLAS Offline Software
|
Go to the documentation of this file.
8 const std::string&
name,
20 std::string
folder =
"SquirrelPlots/SecVtx";
23 std::make_unique< SecVtxValidationPlots >(
nullptr,
29 return StatusCode::SUCCESS;
36 return StatusCode::SUCCESS;
43 const EventContext& ctx = Gaudi::Hive::currentContext();
46 if (not inputVertexContainer.
isValid()) {
48 return StatusCode::FAILURE;
57 return StatusCode::SUCCESS;
64 return StatusCode::SUCCESS;
virtual StatusCode bookHistograms() override
An inheriting class should either override this function or bookHists().
virtual StatusCode initialize() override
virtual StatusCode fillHistograms() override
An inheriting class should either override this function or fillHists().
const_pointer_type cptr()
Dereference the pointer.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
StatusCode bookCollection(external_collection_t *)
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
std::unique_ptr< SecVtxValidationPlots > m_secVtxValidationPlots
Class describing a Vertex.
PhysValSecVtx(const std::string &type, const std::string &name, const IInterface *parent)
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexContainerKey
virtual StatusCode procHistograms() override
An inheriting class should either override this function or finalHists().