![]() |
AliPhysics
b5b0183 (b5b0183)
|
#include <yaml-cpp/yaml.h>
#include <string>
#include <vector>
#include <ostream>
#include <TObject.h>
#include <TString.h>
#include <AliLog.h>
Go to the source code of this file.
Classes | |
struct | YAML::convert< TString > |
class | Range< It > |
class | PWG::Tools::AliYAMLConfiguration |
YAML configuration class for AliPhysics. More... | |
Namespaces | |
YAML | |
PWG | |
Namespace for PWG framework classes. | |
PWG::Tools | |
Functions | |
template<typename ORange , typename OIt = decltype(std::begin(std::declval<ORange>())), typename It = std::reverse_iterator<OIt>> | |
Range< It > | reverse (ORange &&originalRange) |
std::ostream & | operator<< (std::ostream &in, const PWG::Tools::AliYAMLConfiguration &myTask) |
std::ostream& operator<< | ( | std::ostream & | in, |
const PWG::Tools::AliYAMLConfiguration & | myTask | ||
) |
Implementation of the output stream operator for AliYAMLConfiguration. Printing basic YAML configuration information provided by the function toString(). Note that since this is friend, it is defined outside the namespace.
in | output stream |
myTask | Task which will be printed |
Definition at line 514 of file AliYAMLConfiguration.cxx.
Referenced by reverse().
Range<It> reverse | ( | ORange && | originalRange | ) |
Definition at line 164 of file AliYAMLConfiguration.h.
Referenced by PWG::Tools::AliYAMLConfiguration::GetProperty(), and AliAnalysisTaskJetJTJT::setRunPeriod().