/*****************************************************************************
 * Project: RooFit                                                           *
 * Package: RooFitCore                                                       *
 * @(#)root/roofitcore:$Id$
 * Authors:                                                                  *
 *   WV, Wouter Verkerke, UC Santa Barbara, verkerke@slac.stanford.edu       *
 *   DK, David Kirkby,    UC Irvine,         dkirkby@uci.edu                 *
 *                                                                           *
 * Copyright (c) 2000-2005, Regents of the University of California          *
 *                          and Stanford University. All rights reserved.    *
 *                                                                           *
 * Redistribution and use in source and binary forms,                        *
 * with or without modification, are permitted according to the terms        *
 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)             *
 *****************************************************************************/

//////////////////////////////////////////////////////////////////////////////
//
// BEGIN_HTML
// RooTreeData is the abstract base class for data collection that
// use a TTree as internal storage mechanism
// END_HTML
//

#include "RooFit.h"
#include "RooTreeData.h"

#include "Riostream.h"


using namespace std;

ClassImp(RooTreeData)
;

 RooTreeData.cxx:1
 RooTreeData.cxx:2
 RooTreeData.cxx:3
 RooTreeData.cxx:4
 RooTreeData.cxx:5
 RooTreeData.cxx:6
 RooTreeData.cxx:7
 RooTreeData.cxx:8
 RooTreeData.cxx:9
 RooTreeData.cxx:10
 RooTreeData.cxx:11
 RooTreeData.cxx:12
 RooTreeData.cxx:13
 RooTreeData.cxx:14
 RooTreeData.cxx:15
 RooTreeData.cxx:16
 RooTreeData.cxx:17
 RooTreeData.cxx:18
 RooTreeData.cxx:19
 RooTreeData.cxx:20
 RooTreeData.cxx:21
 RooTreeData.cxx:22
 RooTreeData.cxx:23
 RooTreeData.cxx:24
 RooTreeData.cxx:25
 RooTreeData.cxx:26
 RooTreeData.cxx:27
 RooTreeData.cxx:28
 RooTreeData.cxx:29
 RooTreeData.cxx:30
 RooTreeData.cxx:31
 RooTreeData.cxx:32
 RooTreeData.cxx:33
 RooTreeData.cxx:34
 RooTreeData.cxx:35