#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/Property.h"
#include "GaudiKernel/System.h"
#include <algorithm>
#include <iostream>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Definition at line 104 of file GaudiHandle.cpp.
108 if ( !propName.empty() ) msg += propName +
" = ";
const std::string & propertyName() const
name as used in declareProperty(name,gaudiHandle)
virtual std::string pythonRepr() const =0
Python representation of handle, i.e.