ATLAS Offline Software
AsgDeadHVCellRemovalTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Dear emacs, this is -*-c++-*-
6 #ifndef __ASGDEADHVCELLREMOVALTOOL__
7 #define __ASGDEADHVCELLREMOVALTOOL__
8 
10 #include "AsgTools/AsgTool.h"
11 #include "xAODEgamma/EgammaFwd.h"
12 
14  virtual public IAsgDeadHVCellRemovalTool
15 {
19 
20 public:
22  AsgDeadHVCellRemovalTool(const std::string& myname);
23 
26 
28  virtual StatusCode initialize();
29 
31  virtual StatusCode finalize();
32 
33  virtual bool accept( const xAOD::Egamma* eg ) const final;
34 
36  virtual bool accept( const xAOD::Egamma& part ) const final ;
37 
38 private:
39 
40 }; // End: class definition
41 
42 #endif
43 
LArG4FSStartPointFilter.part
part
Definition: LArG4FSStartPointFilter.py:21
EgammaFwd.h
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition: AsgTool.h:47
AsgDeadHVCellRemovalTool::accept
virtual bool accept(const xAOD::Egamma *eg) const final
Definition: AsgDeadHVCellRemovalTool.cxx:24
ParticleTest.eg
eg
Definition: ParticleTest.py:29
ASG_TOOL_CLASS2
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
Definition: AsgToolMacros.h:77
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
xAOD::Egamma_v1
Definition: Egamma_v1.h:56
AsgDeadHVCellRemovalTool::finalize
virtual StatusCode finalize()
Gaudi Service Interface method implementations.
Definition: AsgDeadHVCellRemovalTool.cxx:20
AsgDeadHVCellRemovalTool::~AsgDeadHVCellRemovalTool
virtual ASG_TOOL_CLASS2(AsgDeadHVCellRemovalTool, IAsgDeadHVCellRemovalTool, asg::IAsgTool) public ~AsgDeadHVCellRemovalTool()
Standard constructor.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AsgDeadHVCellRemovalTool
Definition: AsgDeadHVCellRemovalTool.h:15
IAsgDeadHVCellRemovalTool.h
AsgDeadHVCellRemovalTool::initialize
virtual StatusCode initialize()
Gaudi Service Interface method implementations.
Definition: AsgDeadHVCellRemovalTool.cxx:16
AsgTool.h
IAsgDeadHVCellRemovalTool
Definition: IAsgDeadHVCellRemovalTool.h:13