#include "TBuffer.h"#include "TClass.h"#include "TVirtualStreamerInfo.h"#include "strlcpy.h"#include "RooSecondMoment.h"#include "RooWorkspace.h"#include "RooMsgService.h"#include "RooAbsArg.h"#include "RooArgSet.h"#include "RooArgProxy.h"#include "RooSetProxy.h"#include "RooListProxy.h"#include "RooAbsData.h"#include "RooAbsCategoryLValue.h"#include "RooTrace.h"#include "RooRealIntegral.h"#include "RooConstVar.h"#include "RooExpensiveObjectCache.h"#include "RooAbsDataStore.h"#include "RooResolutionModel.h"#include "RooVectorDataStore.h"#include "RooTreeDataStore.h"#include "RooHelpers.h"#include <algorithm>#include <cstring>#include <fstream>#include <iostream>#include <memory>#include <sstream>Namespaces | |
| namespace | ROOT | 
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests.  | |
Functions | |
| ostream & | operator<< (ostream &os, RooAbsArg const &arg) | 
| Ostream operator.   | |
| istream & | operator>> (istream &is, RooAbsArg &arg) | 
| Istream operator.   | |
| ostream & operator<< | ( | std::ostream & | os, | 
| RooAbsArg const & | arg | ||
| ) | 
Ostream operator.
Definition at line 1689 of file RooAbsArg.cxx.
| istream & operator>> | ( | std::istream & | is, | 
| RooAbsArg & | arg | ||
| ) | 
Istream operator.
Definition at line 1698 of file RooAbsArg.cxx.