|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #include <TObjString.h>
39 , m_name(
other.m_name)
40 , m_value(
other.m_value)
53 SetName(
const std::string& name_ )
55 m_name.SetString( name_.c_str() );
69 SetValue(
const std::string& value_ )
71 m_value.SetString( value_.c_str() );
94 TList *ret =
new TList();
96 ret->SetName( this->
GetName() );
97 ret->Add(
new TObjString(
m_value.GetName()) );
virtual ~HanConfigParMap()
virtual void SetName(const std::string &name_)
virtual void SetValue(const std::string &value_)
virtual const char * GetValue() const
ClassImp(xAOD::TFileChecker) namespace xAOD
virtual TList * GetList()
virtual void PrintIOStream(std::ostream &o) const
virtual const char * GetName() const
std::ostream & operator<<(std::ostream &o, const dqi::HanConfigParMap &p)