237 while((obj=iter->
Next())) {
238 if (!dynamic_cast<RooAbsArg*>(obj)) {
240 <<
" is not a RooAbsArg, ignored" << endl ;
286 << idx <<
" out of range (0," <<
getSize() <<
")" << endl ;
349 if (!parser.
atEOL()) {
353 <<
"): ignoring extra characters at end of line: '" << rest <<
"'" << endl ;
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
ClassImp(TSeqCollection) Int_t TSeqCollection TIter next(this)
Return index of object in collection.
virtual ~RooArgList()
Destructor.
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Read the contents of the argset in ASCII form from given stream.
Bool_t getAttribute(const Text_t *name) const
Check if a named attribute is set. By default, all attributes are unset.
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)=0
Iterator abstract base class.
virtual void writeToStream(std::ostream &os, Bool_t compact)
Write the contents of the argset in ASCII form to given stream.
std::map< std::string, std::string >::const_iterator iter
TIterator * createIterator(Bool_t dir=kIterForward) const
if on multiple lines(like in C++).**The" * configuration fragment. * * The "import myobject continue
Parses the configuration file.
virtual TIterator * MakeIterator(Bool_t dir=kIterForward) const =0
Collection abstract base class.
void zapToEnd(Bool_t inclContLines=kFALSE)
Eat all characters up to and including then end of the current line.
TString readLine()
Read an entire line from the stream and return as TString This method recognizes the use of '\' in th...
virtual void writeToStream(std::ostream &os, Bool_t compact) const =0
RooAbsArg * at(Int_t idx) const
virtual const char * GetName() const
Returns name of object.
RooArgList()
Default constructor.
Mother of all ROOT objects.
RooAbsCollection is an abstract container object that can hold multiple RooAbsArg objects...
virtual TObject * Next()=0
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
Bool_t atEOL()
If true, parser is at end of line in stream.
RooAbsArg & operator[](Int_t idx) const
Array operator.
const char * GetName() const
Returns name of object.