#include <TopHatFitObject.h>
Inheritance diagram for SctData::TopHatFitObject:


Public Member Functions | |
| TopHatFitObject () | |
| Default Constructor.   | |
| TopHatFitObject (const TF1 &rootfunc) | |
| Constructor from root function.   | |
| virtual shared_ptr< FitObject > | clone () const throw () | 
| Allows any sub-class of FitObject to be used as a prototype.   | |
| virtual | ~TopHatFitObject () throw () | 
| destructor does nothing   | |
| virtual string | getClassName () const throw () | 
| Get the class name for this object.   | |
| TopHatFitObject & | operator= (const TF1 &rootfunc) throw (LogicError) | 
| Equality with ROOT TF1.   | |
Protected Member Functions | |
| auto_ptr< TF1 > | makeBasicRootTF1 () const throw (LogicError) | 
| call the correct TF1 constructor when making a ROOT TF1   | |
Static Private Member Functions | |
| vector< string > | createParNames () | 
| file static method to create vector of parameter names   | |
Static Private Attributes | |
| vector< string > | parNames | 
A derrived class of FitObject Really just the product of an Erf and a Erfc function, so that the resolution on the leading and trailing edges can be different.
Definition at line 18 of file TopHatFitObject.h.
      
  | 
  
| 
 Default Constructor. 
 Definition at line 27 of file TopHatFitObject.cpp.  | 
  
      
  | 
  
| 
 Constructor from root function. 
 Definition at line 30 of file TopHatFitObject.cpp.  | 
  
      
  | 
  
| 
 destructor does nothing 
 Definition at line 29 of file TopHatFitObject.h.  | 
  
      
  | 
  
| 
 Allows any sub-class of FitObject to be used as a prototype. 
 
 Implements SctData::FitObject. Definition at line 33 of file TopHatFitObject.cpp.  | 
  
      
  | 
  
| 
 file static method to create vector of parameter names 
 Definition at line 15 of file TopHatFitObject.cpp.  | 
  
      
  | 
  
| 
 Get the class name for this object. This is used to identify the precise type. 
 
 Implements Sct::Streamable. Definition at line 31 of file TopHatFitObject.h.  | 
  
      
  | 
  
| 
 call the correct TF1 constructor when making a ROOT TF1 
 Implements SctData::FitObject. Definition at line 44 of file TopHatFitObject.cpp.  | 
  
      
  | 
  
| 
 Equality with ROOT TF1. 
 Reimplemented from SctData::FitObject. Definition at line 37 of file TopHatFitObject.cpp.  | 
  
 
1.3.5