ATLAS Offline Software
Obj4FillerTool.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id$
14 #include "Obj4FillerTool.h"
15 #include "D3PDMakerTest/Obj4.h"
17 
18 
19 namespace D3PDTest {
20 
21 
29  const std::string& name,
30  const IInterface* parent)
31  : D3PD::BlockFillerTool<Obj4> (type, name, parent)
32 {
33  book().ignore(); // Avoid coverity warnings
34 }
35 
36 
41 {
42  CHECK( addVariable ("obj4", m_obj4) );
43 
44  return StatusCode::SUCCESS;
45 }
46 
47 
57 {
58  *m_obj4 = p.m_obj4;
59 
60  return StatusCode::SUCCESS;
61 }
62 
63 
64 } // namespace D3PDTest
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
D3PDTest::Obj4FillerTool::fill
virtual StatusCode fill(const Obj4 &p) override
Fill one block — type-safe version.
Definition: Obj4FillerTool.cxx:56
D3PD::AddVariable::addVariable
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
Definition: AddVariable.cxx:85
D3PDTest::Obj4FillerTool::m_obj4
int * m_obj4
Variables.
Definition: Obj4FillerTool.h:60
D3PDTest::Obj4FillerTool::book
virtual StatusCode book() final
Book variables for this block.
Definition: Obj4FillerTool.cxx:40
D3PD
Block filler tool for noisy FEB information.
Definition: InnerDetector/InDetMonitoring/InDetGlobalMonitoring/macros/EnhancedPrimaryVertexMonitoring/TrigD3PD/ChainGroup.h:21
Obj4FillerTool.h
D3PD maker regression tests.
Obj4.h
Test class for D3PD maker.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
CHECK
#define CHECK(...)
Evaluate an expression and check for errors.
Definition: Control/AthenaKernel/AthenaKernel/errorcheck.h:422
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
errorcheck.h
Helpers for checking error return status codes and reporting errors.
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
D3PDTest
Definition: MapDumper.h:25
D3PDTest::Obj4FillerTool::Obj4FillerTool
Obj4FillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition: Obj4FillerTool.cxx:28
D3PDTest::Obj4
Test class for D3PD maker.
Definition: Obj4.h:34