DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
IssueCatcherHandler.hpp
Go to the documentation of this file.
1/*
2 * DUNE DAQ modification notice:
3 * This file has been modified from the original ATLAS ers source for the DUNE DAQ project.
4 * Fork baseline commit: 8267df82a4f6fe6bf02c4014923eba19eddc4614 (2020-04-14).
5 * Renamed since fork: yes (from ers/IssueCatcherHandler.h to include/ers/IssueCatcherHandler.hpp).
6 *
7 * Original copyright:
8 * Copyright (C) 2001-2020 CERN for the benefit of the ATLAS collaboration.
9 * Licensed under the Apache License, Version 2.0.
10 */
11
12#ifndef ERS_ISSUE_CATCHER_HANDLER_H
13#define ERS_ISSUE_CATCHER_HANDLER_H
14
15/*
16 * IssueCatcherHandler.h
17 * ers
18 *
19 * Created by Serguei Kolos on 21.11.05.
20 * Copyright 2005 CERN. All rights reserved.
21 *
22 */
23
28namespace ers
29{
30 class LocalStream;
31
41 {
42 friend class LocalStream;
43
44 public:
46
47 private:
49
52 };
53}
54
55#endif
IssueCatcherHandler & operator=(const IssueCatcherHandler &)=delete
IssueCatcherHandler(const IssueCatcherHandler &)=delete