![]() |
AliPhysics
dab84fb (dab84fb)
|
#include "AliYAMLConfiguration.h"
#include <cstdio>
#include <fstream>
#include <TSystem.h>
#include <TGrid.h>
#include <TFile.h>
#include <TUUID.h>
Go to the source code of this file.
Namespaces | |
PWG | |
Namespace for PWG framework classes. | |
PWG::Tools | |
Functions | |
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 YAML::convert< TString >::decode().