ATLAS Offline Software
Loading...
Searching...
No Matches
BaseObject.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7BaseObject::BaseObject(ObjectType tag, const std::string& obj_name) :
8 m_tag{tag},
9 m_name{obj_name} {
10}
ObjectType
Definition BaseObject.h:11
std::string m_name
Definition BaseObject.h:16
ObjectType tag() const
Definition BaseObject.h:22
ObjectType m_tag
Definition BaseObject.h:15
BaseObject(ObjectType, const std::string &)
Definition BaseObject.cxx:7