Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ColumnarToolXAOD.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 //
8 // includes
9 //
10 
12 
13 //
14 // method implementations
15 //
16 
17 namespace columnar
18 {
19  ColumnarTool<ColumnarModeXAOD> ::
20  ColumnarTool ()
21  {
22  }
23 
24  ColumnarTool<ColumnarModeXAOD> ::
25  ColumnarTool (ColumnarTool<ColumnarModeXAOD>* /*val_parent*/)
26  {}
27 
28  ColumnarTool<ColumnarModeXAOD> ::
29  ~ColumnarTool ()
30  {
31  }
32 
33  StatusCode ColumnarTool<ColumnarModeXAOD> ::
34  initializeColumns ()
35  {
36  return StatusCode::SUCCESS;
37  }
38 
39  void ColumnarTool<ColumnarModeXAOD> ::
40  callEvents (ObjectRange<ContainerId::eventContext,ColumnarModeXAOD> /*events*/) const
41  {
42  throw std::runtime_error ("tool didn't implement callEvents");
43  }
44 }
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ColumnarTool.h
columnar
Definition: ClusterDef.h:16