MINT2
RooAbsEffResModel.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Project: RooFit *
3  * Package: RooFitModels *
4  * File: $Id: RooGaussModel.h,v 1.21 2007/05/11 09:13:07 verkerke Exp $
5  * Authors: *
6  *
7  * Redistribution and use in source and binary forms, *
8  * with or without modification, are permitted according to the terms *
9  * listed in LICENSE (http://roofit.sourceforge.net/license.txt) *
10  *****************************************************************************/
11 #ifndef ROO_ABS_EFF_RES_MODEL
12 #define ROO_ABS_EFF_RES_MODEL
13 
14 #include "RooArgSet.h"
15 class RooAbsReal;
16 
18 public:
19  // Constructors, assignment etc
20  virtual ~RooAbsEffResModel();
21 
27  virtual RooArgSet* observables() const = 0;
28 
29  virtual const RooAbsReal* efficiency() const = 0;
30 
31 };
32 
33 #endif
virtual RooArgSet * observables() const =0
virtual ~RooAbsEffResModel()
virtual const RooAbsReal * efficiency() const =0