#include "RooFit.h"#include "Riostream.h"#include "TClass.h"#include "TObjString.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 "RooAbsRealLValue.h"#include "RooTrace.h"#include "RooStringVar.h"#include "RooRealIntegral.h"#include "RooExpensiveObjectCache.h"#include "RooAbsDataStore.h"#include "RooResolutionModel.h"#include <string.h>#include <iomanip>#include <fstream>#include <algorithm>#include <sstream>Go to the source code of this file.
Functions | |
| ClassImp (RooAbsArg) | |
| ostream & | operator<< (ostream &os, RooAbsArg &arg) |
| istream & | operator>> (istream &is, RooAbsArg &arg) |
| ClassImp | ( | RooAbsArg | ) |
| ostream& operator<< | ( | ostream & | os, | |
| RooAbsArg & | arg | |||
| ) |
| istream& operator>> | ( | istream & | is, | |
| RooAbsArg & | arg | |||
| ) |
Definition at line 1413 of file RooAbsArg.cxx.
References kFALSE, kTRUE, and RooAbsArg::readFromStream().
1.5.1