ATLAS Offline Software
Event
xAOD
xAODJetCnv
src
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"
12
#include "
AthenaBaseComps/AthAlgorithm.h
"
13
#include "
CxxUtils/checker_macros.h
"
14
15
#include <string>
16
17
24
class
ATLAS_NOT_THREAD_SAFE
JetGlobalEventSetup
:
public
AthAlgorithm
,
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:221
checker_macros.h
Define macros for attributes used to control the static checker.
JetGlobalEventSetup::execute
virtual StatusCode execute()
Definition:
JetGlobalEventSetup.h:29
Generated on Thu Nov 7 2024 21:18:13 for ATLAS Offline Software by
1.8.18