![]() |
The Gaudi Framework
master (42b00024)
|
#include <algorithm>
#include <functional>
#include <iostream>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include <Gaudi/Property.h>
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/DataHandleProperty.h>
#include <GaudiKernel/INamedInterface.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/MsgStream.h>
#include <Gaudi/Interfaces/IOptionsSvc.h>
Go to the source code of this file.
Classes | |
class | PropertyHolder< BASE > |
Helper class to implement the IProperty interface. More... | |
struct | PropertyHolder< BASE >::RemProperty |
Namespaces | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::Details | |
Gaudi::Utils | |
Functions | |
bool | Gaudi::Utils::iequal (std::string_view v1, std::string_view v2) |
Helper for case insensitive string comparison. More... | |
Variables | |
template<typename T > | |
constexpr bool | Gaudi::Details::is_gaudi_property_v = false |