ATLAS Offline Software
Loading...
Searching...
No Matches
LArBlockCorrections.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
8 public:
9 using AthReentrantAlgorithm::AthReentrantAlgorithm;
10 virtual StatusCode initialize() override;
11 virtual StatusCode execute(const EventContext&) const override {return StatusCode::SUCCESS;}
12
13};
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &) const override
virtual StatusCode initialize() override