The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
PartPropAlg.h
Go to the documentation of this file.
1/***********************************************************************************\
2* (c) Copyright 2023-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3* *
4* This software is distributed under the terms of the Apache version 2 licence, *
5* copied verbatim in the file "LICENSE". *
6* *
7* In applying this licence, CERN does not waive the privileges and immunities *
8* granted to it by virtue of its status as an Intergovernmental Organization *
9* or submit itself to any jurisdiction. *
10\***********************************************************************************/
11#pragma once
12
13#include <Gaudi/Algorithm.h>
14
16#include <Gaudi/ParticleID.h>
18
19namespace Gaudi {
20 namespace TestSuite {
27
28 public:
29 PartPropAlg( const std::string& name, ISvcLocator* pSvcLocator );
30 StatusCode initialize() override;
31 StatusCode execute( const EventContext& ctx ) const override;
32 StatusCode finalize() override;
33
35
36 private:
37 // the pointer to new particle property service
39 };
40 } // namespace TestSuite
41} // namespace Gaudi
This class represents an entry point to all the event specific data.
Base class from which all concrete algorithm classes should be derived.
Definition Algorithm.h:87
const std::string & name() const override
The identifying name of the algorithm object.
The abstract interface to Particle Property Service.
StatusCode finalize() override
SmartIF< Gaudi::Interfaces::IParticlePropertySvc > m_ppSvc
Definition PartPropAlg.h:38
StatusCode initialize() override
const Gaudi::Interfaces::IParticlePropertySvc * ppSvc() const
StatusCode execute(const EventContext &ctx) const override
PartPropAlg(const std::string &name, ISvcLocator *pSvcLocator)
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition ISvcLocator.h:42
Small smart pointer class with automatic reference counting for IInterface.
Definition SmartIF.h:28
This class is used for returning status codes from appropriate routines.
Definition StatusCode.h:64
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1