ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
SampleHandler
Root
Meta.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
//
8
// includes
9
//
10
11
#include <
SampleHandler/Meta.h
>
12
13
#include <
RootCoreUtils/Assert.h
>
14
15
//
16
// method implementations
17
//
18
19
namespace
SH
20
{
21
std::string
dbg
(
const
Meta
&
/*obj*/
,
unsigned
/*verbosity*/
)
22
{
23
return
"meta-object"
;
24
}
25
26
27
28
void
Meta ::
29
testInvariant ()
const
30
{
31
}
32
33
34
35
Meta ::
36
~Meta ()
37
{
38
RCU_DESTROY_INVARIANT
(
this
);
39
}
40
41
42
43
Meta ::
44
Meta (
const
std::string& name)
45
: TNamed (name.c_str(), name.c_str())
46
{
47
RCU_NEW_INVARIANT
(
this
);
48
}
49
}
Assert.h
RCU_DESTROY_INVARIANT
#define RCU_DESTROY_INVARIANT(x)
Definition
Assert.h:230
RCU_NEW_INVARIANT
#define RCU_NEW_INVARIANT(x)
Definition
Assert.h:228
Meta.h
SH::Meta::Meta
Meta(const std::string &name)
standard constructor
Definition
Meta.cxx:44
SH
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition
PrunDriver.h:15
dbg
Definition
SGImplSvc.cxx:69
Generated on
for ATLAS Offline Software by
1.16.1