MINT2
|
#include <singleTopHatShape.h>
Public Member Functions | |
singleTopHatShape (const AssociatedDecayTree &decay, double mini, double maxi, const std::string &namePrefix="") | |
singleTopHatShape (const singleTopHatShape &other) | |
virtual std::complex< double > | getVal (IDalitzEvent &evt) |
virtual std::complex< double > | getValue (IDalitzEvent &evt) const |
virtual DalitzCoordinate | getDalitzCoordinate (double nSigma=3) const |
virtual void | print (IDalitzEvent &evt, std::ostream &out=std::cout) const |
virtual void | print (std::ostream &out=std::cout) const |
virtual std::string | name () const |
virtual MINT::counted_ptr< IGenFct > | generatingFunction () const |
virtual | ~singleTopHatShape () |
Public Member Functions inherited from ILineshape | |
virtual | ~ILineshape () |
Public Member Functions inherited from MINT::FitParDependent | |
virtual unsigned int | size () const |
virtual const FitParRef & | operator[] (unsigned int i) const |
virtual FitParRef & | operator[] (unsigned int i) |
virtual bool | changedSinceLastCall () const |
virtual void | rememberFitParValues () |
virtual bool | registerFitParDependence (const IFitParDependent &fpd) |
bool | registerFitParDependence (const FitParRef &fpr) |
void | removeAllFitParDependencies () |
FitParDependent (IFitParRegister *daddy=0) | |
FitParDependent (const FitParDependent &other, IFitParRegister *newDaddy=0) | |
void | listFitParDependencies (std::ostream &os=std::cout) const |
Public Member Functions inherited from MINT::PolymorphVector< FitParRef > | |
PolymorphVector () | |
PolymorphVector (unsigned int N) | |
PolymorphVector (unsigned int N, const FitParRef &c) | |
PolymorphVector (const PolymorphVector &other) | |
PolymorphVector (const typename std::vector< FitParRef > &other) | |
virtual | ~PolymorphVector () |
std::vector< FitParRef > & | theVector () |
const std::vector< FitParRef > & | theVector () const |
FitParRef & | operator[] (unsigned int i) |
const FitParRef & | operator[] (unsigned int i) const |
FitParRef & | at (unsigned int i) |
const FitParRef & | at (unsigned int i) const |
std::vector< FitParRef >::iterator | begin () |
std::vector< FitParRef >::const_iterator | begin () const |
std::vector< FitParRef >::iterator | end () |
std::vector< FitParRef >::const_iterator | end () const |
std::vector< FitParRef >::iterator | find (const FitParRef &c) |
std::vector< FitParRef >::const_iterator | find (const FitParRef &c) const |
FitParRef & | front () |
const FitParRef & | front () const |
FitParRef & | back () |
const FitParRef & | back () const |
unsigned int | size () const |
bool | empty () const |
void | push_back (const FitParRef &c) |
void | pop_back () |
void | erase (typename std::vector< FitParRef >::iterator pos) |
void | erase (typename std::vector< FitParRef >::iterator first, typename std::vector< FitParRef >::iterator last) |
PolymorphVector< FitParRef > & | operator= (const PolymorphVector< FitParRef > &other) |
void | clear () |
void | resize (unsigned int N) |
void | resize (unsigned int N, const FitParRef &c) |
operator const typename std::vector< FitParRef > & () const | |
operator typename std::vector< FitParRef > & () | |
bool | operator== (const MINT::PolymorphVector< FitParRef > &v2) const |
bool | operator!= (const MINT::PolymorphVector< FitParRef > &v2) const |
bool | operator< (const MINT::PolymorphVector< FitParRef > &v2) const |
bool | operator> (const MINT::PolymorphVector< FitParRef > &v2) const |
Protected Member Functions | |
double | min () const |
double | max () const |
bool | startOfDecayChain () const |
double | mumsRecoMass2 (IDalitzEvent &evt) const |
const std::string & | prefix () const |
Protected Attributes | |
const AssociatedDecayTree & | _theDecay |
double | _min_sij |
double | _max_sij |
std::string | _prefix |
Protected Attributes inherited from MINT::PolymorphVector< FitParRef > | |
std::vector< FitParRef > | _vec |
Private Member Functions | |
void | makeGeneratingFunction () const |
Private Attributes | |
MINT::counted_ptr< IGenFct > | _genFct |
Definition at line 20 of file singleTopHatShape.h.
singleTopHatShape::singleTopHatShape | ( | const AssociatedDecayTree & | decay, |
double | mini, | ||
double | maxi, | ||
const std::string & | namePrefix = "" |
||
) |
Definition at line 10 of file singleTopHatShape.cpp.
singleTopHatShape::singleTopHatShape | ( | const singleTopHatShape & | other | ) |
Definition at line 30 of file singleTopHatShape.cpp.
|
inlinevirtual |
Definition at line 53 of file singleTopHatShape.h.
|
virtual |
Implements ILineshape.
Definition at line 80 of file singleTopHatShape.cpp.
|
virtual |
Implements ILineshape.
Definition at line 41 of file singleTopHatShape.cpp.
|
virtual |
Implements ILineshape.
Definition at line 65 of file singleTopHatShape.cpp.
|
virtual |
Definition at line 60 of file singleTopHatShape.cpp.
|
private |
Definition at line 70 of file singleTopHatShape.cpp.
|
inlineprotected |
Definition at line 30 of file singleTopHatShape.h.
|
inlineprotected |
Definition at line 29 of file singleTopHatShape.h.
|
protected |
Definition at line 47 of file singleTopHatShape.cpp.
|
virtual |
Implements ILineshape.
Definition at line 87 of file singleTopHatShape.cpp.
|
inlineprotected |
Definition at line 36 of file singleTopHatShape.h.
|
virtual |
Definition at line 98 of file singleTopHatShape.cpp.
|
virtual |
Implements ILineshape.
Definition at line 108 of file singleTopHatShape.cpp.
|
inlineprotected |
Definition at line 32 of file singleTopHatShape.h.
|
mutableprivate |
Definition at line 22 of file singleTopHatShape.h.
|
protected |
Definition at line 27 of file singleTopHatShape.h.
|
protected |
Definition at line 27 of file singleTopHatShape.h.
|
protected |
Definition at line 35 of file singleTopHatShape.h.
|
protected |
Definition at line 26 of file singleTopHatShape.h.