/*****************************************************************************
 * 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
//  Abstract base class for objects that are lvalues, i.e. objects
//  whose value can be modified directly. This class implements
//  abstract methods for binned fits that return the number of fit
//  bins and change the value of the object to the central value of a
//  given fit bin, regardless of the type of value.
// END_HTML
//

#include "RooFit.h"

#include "RooAbsLValue.h"
#include "RooAbsLValue.h"

using namespace std;

ClassImp(RooAbsLValue)
;


//_____________________________________________________________________________
RooAbsLValue::RooAbsLValue() 
{
  // Constructor
}



//_____________________________________________________________________________
RooAbsLValue::~RooAbsLValue() 
{
  // Destructor
}
 RooAbsLValue.cxx:1
 RooAbsLValue.cxx:2
 RooAbsLValue.cxx:3
 RooAbsLValue.cxx:4
 RooAbsLValue.cxx:5
 RooAbsLValue.cxx:6
 RooAbsLValue.cxx:7
 RooAbsLValue.cxx:8
 RooAbsLValue.cxx:9
 RooAbsLValue.cxx:10
 RooAbsLValue.cxx:11
 RooAbsLValue.cxx:12
 RooAbsLValue.cxx:13
 RooAbsLValue.cxx:14
 RooAbsLValue.cxx:15
 RooAbsLValue.cxx:16
 RooAbsLValue.cxx:17
 RooAbsLValue.cxx:18
 RooAbsLValue.cxx:19
 RooAbsLValue.cxx:20
 RooAbsLValue.cxx:21
 RooAbsLValue.cxx:22
 RooAbsLValue.cxx:23
 RooAbsLValue.cxx:24
 RooAbsLValue.cxx:25
 RooAbsLValue.cxx:26
 RooAbsLValue.cxx:27
 RooAbsLValue.cxx:28
 RooAbsLValue.cxx:29
 RooAbsLValue.cxx:30
 RooAbsLValue.cxx:31
 RooAbsLValue.cxx:32
 RooAbsLValue.cxx:33
 RooAbsLValue.cxx:34
 RooAbsLValue.cxx:35
 RooAbsLValue.cxx:36
 RooAbsLValue.cxx:37
 RooAbsLValue.cxx:38
 RooAbsLValue.cxx:39
 RooAbsLValue.cxx:40
 RooAbsLValue.cxx:41
 RooAbsLValue.cxx:42
 RooAbsLValue.cxx:43
 RooAbsLValue.cxx:44
 RooAbsLValue.cxx:45
 RooAbsLValue.cxx:46
 RooAbsLValue.cxx:47
 RooAbsLValue.cxx:48
 RooAbsLValue.cxx:49
 RooAbsLValue.cxx:50
 RooAbsLValue.cxx:51