ATLAS Offline Software
Loading...
Searching...
No Matches
RoiWriter.h
Go to the documentation of this file.
1// emacs: this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef TRIGROICONVERSION_ROIWRITER_H
8#define TRIGROICONVERSION_ROIWRITER_H
9
10// System include(s):
11#include <string>
12
13// Athena include(s):
15
16// EDM include(s):
18
27
28public:
30 RoiWriter( const std::string& name, ISvcLocator* pSvcLocator );
31
33 virtual StatusCode execute(const EventContext& ctx) const override;
34
35}; // class RoiWriter
36
37#endif // TRIGROICONVERSION_ROIWRITER_H
An algorithm that can be simultaneously executed in multiple threads.
RoiWriter(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition RoiWriter.cxx:29
virtual StatusCode execute(const EventContext &ctx) const override
Execute the conversion.
Definition RoiWriter.cxx:33