ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
15//
16// method implementations
17//
18
19namespace 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 {
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}
#define RCU_DESTROY_INVARIANT(x)
Definition Assert.h:230
#define RCU_NEW_INVARIANT(x)
Definition Assert.h:228
Meta(const std::string &name)
standard constructor
Definition Meta.cxx:44
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15