ATLAS Offline Software
Loading...
Searching...
No Matches
JpsiAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5
10class JpsiAlg : public AthAlgorithm {
11
12public:
13 JpsiAlg (const std::string& name, ISvcLocator* pSvcLocator);
14 StatusCode initialize() override;
15 StatusCode execute() override;
16 StatusCode finalize() override;
17
18private:
19
22
23 ToolHandle<Analysis::ICandidateSearch> m_jpsiFinder;
25
26};
27
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StatusCode finalize() override
Definition JpsiAlg.cxx:82
ToolHandle< Analysis::ICandidateSearch > m_jpsiFinder
Definition JpsiAlg.h:23
int m_jpsiCntr
Definition JpsiAlg.h:21
StatusCode execute() override
Definition JpsiAlg.cxx:49
JpsiAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition JpsiAlg.cxx:19
SG::WriteHandleKey< xAOD::VertexContainer > m_jpsiContainerName
Name of output container to store results.
Definition JpsiAlg.h:24
StatusCode initialize() override
Definition JpsiAlg.cxx:33
int m_eventCntr
Definition JpsiAlg.h:20
Property holding a SG store/key/clid from which a WriteHandle is made.