ATLAS Offline Software
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 {
26 public:
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
JetGlobalEventSetup
Perform setup actions for jet handling at each event.
Definition: JetGlobalEventSetup.h:25
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition: checker_macros.h:212
initialize
void initialize()
Definition: run_EoverP.cxx:894
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
checker_macros.h
Define macros for attributes used to control the static checker.
JetGlobalEventSetup::execute
virtual StatusCode execute()
Definition: JetGlobalEventSetup.h:29