Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Messenger.cxx File Reference
#include "RooFit/MultiProcess/Messenger.h"
#include "RooFit/MultiProcess/util.h"
#include <TSystem.h>
#include <csignal>
Include dependency graph for Messenger.cxx:

Namespaces

namespace  RooFit
 The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments).
 
namespace  RooFit::MultiProcess
 

Macros

#define PROCESS_VAL(p)    case (p): s = #p; break;
 

Functions

std::ostream & RooFit::MultiProcess::operator<< (std::ostream &out, const M2Q value)
 
std::ostream & RooFit::MultiProcess::operator<< (std::ostream &out, const Q2W value)
 
std::ostream & RooFit::MultiProcess::operator<< (std::ostream &out, const W2Q value)
 
std::ostream & RooFit::MultiProcess::operator<< (std::ostream &out, const X2X value)
 
void RooFit::MultiProcess::set_socket_immediate (ZmqLingeringSocketPtr<> &socket)
 

Macro Definition Documentation

◆ PROCESS_VAL

#define PROCESS_VAL (   p)     case (p): s = #p; break;

Definition at line 473 of file Messenger.cxx.