ATLAS Offline Software
Loading...
Searching...
No Matches
JetGlobalEventSetup.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 JETREC_GLOBALEVENTSETUP_H
8#define JETREC_GLOBALEVENTSETUP_H
9
10
11#include "GaudiKernel/IIncidentListener.h"
14
15#include <string>
16
17
25 virtual public IIncidentListener {
26public:
27 JetGlobalEventSetup(const std::string& name, ISvcLocator* pSvcLocator);
28 virtual StatusCode initialize();
29 virtual StatusCode execute(){return StatusCode::SUCCESS;};
30
32 virtual void handle(const Incident&);
33};
34
35#endif
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute()
JetGlobalEventSetup(const std::string &name, ISvcLocator *pSvcLocator)
void initialize()