laura is hosted by Hepforge, IPPP Durham
Laura++  v1r2
A maximum likelihood fitting package for performing Dalitz-plot analysis.
LauParamFixed.hh
Go to the documentation of this file.
1 
2 // Copyright University of Warwick 2006 - 2013.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 // Authors:
7 // Thomas Latham
8 // John Back
9 // Paul Harrison
10 
19 #ifndef LAU_PARAM_FIXED
20 #define LAU_PARAM_FIXED
21 
22 #include "LauParameter.hh"
23 
25  public:
27 
31  inline bool operator() (const LauParameter* par) const {
32  return par->fixed();
33  }
34 };
35 
36 #endif
Bool_t fixed() const
Check whether the parameter is fixed or floated.
bool operator()(const LauParameter *par) const
Predicate that check whether the parameter is fixed.
File containing declaration of LauParameter class.
Predicate to allow counting of the number of fixed parameters.
Class for defining the fit parameter objects.
Definition: LauParameter.hh:31