MINT2
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SF_VtoSV0_StoP2P3_BASE Class Referenceabstract

#include <SpinFactors3Body_ForRunningWidth.h>

Inheritance diagram for SF_VtoSV0_StoP2P3_BASE:
SpinFactor MINT::IReturnRealForEvent< IDalitzEvent > MINT::IReturnComplexForEvent< IDalitzEvent > CachedByEvent< std::complex< double > > MINT::FitParDependent ISpinFactor MINT::IFitParDependent MINT::IFitParRegister MINT::PolymorphVector< FitParRef > MINT::IReturnRealForEvent< IDalitzEvent > MINT::IReturnComplexForEvent< IDalitzEvent > MINT::IFitParDependent SF_VtoSV0_StoP2P3

Public Member Functions

virtual void printYourself (std::ostream &os=std::cout) const =0
 
 SF_VtoSV0_StoP2P3_BASE (const AssociatedDecayTree &theDecay)
 
virtual ~SF_VtoSV0_StoP2P3_BASE ()
 
virtual double getVal (IDalitzEvent &evt)=0
 
virtual std::complex< double > getNewVal (IDalitzEvent &evt)=0
 
virtual const DecayTreeexampleDecay ()=0
 
virtual std::string name () const
 
- Public Member Functions inherited from SpinFactor
virtual double RealVal (IDalitzEvent &evt)
 
virtual std::complex< double > ComplexVal (IDalitzEvent &evt)
 
double mRes (const AssociatedDecayTreeItem &adt, IDalitzEvent &evt)
 
double mRes (const MINT::const_counted_ptr< AssociatedDecayTree > &adt, IDalitzEvent &evt)
 
const AssociatedDecayTreetheDecay () const
 
const AssociatedDecayTreetheDecay (const DalitzEventPattern &) const
 
const AssociatedDecayTreetheDecay (IDalitzEvent &evt) const
 
 SpinFactor (const AssociatedDecayTree &decay, int nFinal=3)
 
 SpinFactor (const SpinFactor &other)
 
virtual void printParsing (std::ostream &os=std::cout) const
 
virtual ~SpinFactor ()
 
- Public Member Functions inherited from MINT::IReturnRealForEvent< IDalitzEvent >
virtual ~IReturnRealForEvent ()
 
- Public Member Functions inherited from MINT::IReturnComplexForEvent< IDalitzEvent >
virtual ~IReturnComplexForEvent ()
 
- Public Member Functions inherited from CachedByEvent< std::complex< double > >
 CachedByEvent ()
 
 CachedByEvent (const CachedByEvent &)
 
std::complex< double > getValWithCaching (IDalitzEvent &evt)
 
std::complex< double > getValWithCachingPermutation (IDalitzEvent &evt)
 
- Public Member Functions inherited from MINT::FitParDependent
virtual unsigned int size () const
 
virtual const FitParRefoperator[] (unsigned int i) const
 
virtual FitParRefoperator[] (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
 
FitParRefoperator[] (unsigned int i)
 
const FitParRefoperator[] (unsigned int i) const
 
FitParRefat (unsigned int i)
 
const FitParRefat (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
 
FitParReffront ()
 
const FitParReffront () const
 
FitParRefback ()
 
const FitParRefback () 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
 
- Public Member Functions inherited from ISpinFactor
virtual ~ISpinFactor ()
 

Protected Member Functions

virtual bool parseTree (const DalitzEventPattern &pat)
 
- Protected Member Functions inherited from SpinFactor
TLorentzVector p (int i, IDalitzEvent &evt)
 
- Protected Member Functions inherited from MINT::IReturnRealForEvent< IDalitzEvent >
 IReturnRealForEvent ()
 
- Protected Member Functions inherited from MINT::IReturnComplexForEvent< IDalitzEvent >
 IReturnComplexForEvent ()
 
- Protected Member Functions inherited from CachedByEvent< std::complex< double > >
long int rememberNumber ()
 
long int rememberNumberPermutation (IDalitzEvent &evt)
 
long int configNumber ()
 
std::complex< double > recalculate (IDalitzEvent &evt)
 
std::complex< double > recalculatePermutation (IDalitzEvent &evt)
 
- Protected Member Functions inherited from ISpinFactor
 ISpinFactor ()
 

Protected Attributes

MINT::const_counted_ptr< AssociatedDecayTreeS
 
- Protected Attributes inherited from SpinFactor
const AssociatedDecayTree_theDecay
 
int _nFinal
 
std::vector< MINT::const_counted_ptr< AssociatedDecayTree > > fsPS
 
MINT::NamedParameter< int > _useZemachTensors
 
- Protected Attributes inherited from CachedByEvent< std::complex< double > >
long int _rememberNumber
 
std::vector< long int > _rememberNumberPermutation
 
long int _configNumber
 
- Protected Attributes inherited from MINT::PolymorphVector< FitParRef >
std::vector< FitParRef_vec
 

Detailed Description

Definition at line 191 of file SpinFactors3Body_ForRunningWidth.h.

Constructor & Destructor Documentation

◆ SF_VtoSV0_StoP2P3_BASE()

SF_VtoSV0_StoP2P3_BASE::SF_VtoSV0_StoP2P3_BASE ( const AssociatedDecayTree theDecay)
inline

Definition at line 199 of file SpinFactors3Body_ForRunningWidth.h.

200  : SpinFactor(theDecay, 3)
201  , S(0)
202  {}
SpinFactor(const AssociatedDecayTree &decay, int nFinal=3)
Definition: SpinFactor.h:74
MINT::const_counted_ptr< AssociatedDecayTree > S
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50

◆ ~SF_VtoSV0_StoP2P3_BASE()

virtual SF_VtoSV0_StoP2P3_BASE::~SF_VtoSV0_StoP2P3_BASE ( )
inlinevirtual

Definition at line 204 of file SpinFactors3Body_ForRunningWidth.h.

204 {}

Member Function Documentation

◆ exampleDecay()

virtual const DecayTree& SF_VtoSV0_StoP2P3_BASE::exampleDecay ( )
pure virtual

Implements SpinFactor.

Implemented in SF_VtoSV0_StoP2P3.

◆ getNewVal()

virtual std::complex<double> SF_VtoSV0_StoP2P3_BASE::getNewVal ( IDalitzEvent evt)
pure virtual

Reimplemented from SpinFactor.

Implemented in SF_VtoSV0_StoP2P3.

◆ getVal()

virtual double SF_VtoSV0_StoP2P3_BASE::getVal ( IDalitzEvent evt)
pure virtual

Implements SpinFactor.

Implemented in SF_VtoSV0_StoP2P3.

◆ name()

virtual std::string SF_VtoSV0_StoP2P3_BASE::name ( ) const
inlinevirtual

Implements SpinFactor.

Reimplemented in SF_VtoSV0_StoP2P3.

Definition at line 209 of file SpinFactors3Body_ForRunningWidth.h.

209  {
210  return "SpinFactor3:SF_VtoSV0_StoP2P3_BASE("
211  + theDecay().oneLiner() + ")";
212  }
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50
void oneLiner(std::stringstream &seam, int generation=0) const
Definition: DDTree.h:375

◆ parseTree()

bool SF_VtoSV0_StoP2P3_BASE::parseTree ( const DalitzEventPattern pat)
protectedvirtual

Definition at line 349 of file SpinFactors3Body_ForRunningWidth.cpp.

349  {
350  bool debugThis=false;
351 
352  if(fsPS.size() < 3) fsPS.reserve(3);
353  for(int i=0; i< theDecay(pat).nDgtr(); i++){
355  theDecay(pat).getDgtrTreePtr(i);
356 
357  if(dgtr->getVal().SVPAT() == "S") S = dgtr;
358  else if(dgtr->getVal().SVPAT() == "V") fsPS[0] = dgtr;
359  }
360  if(0==S || 0==fsPS[0]){
361  cout << "ERROR in SF_VtoSV0_StoP2P3::parseTree"
362  << " Didn't find S or V0 " << S.get() << ", " << fsPS[0].get() << endl;
363  return false;
364  }
365 
366  if(S->nDgtr() != 2){
367  cout << "ERROR in SF_VtoSV0_StoP2P3::parseTree"
368  << " S should have 2 daughters, but it says it has "
369  << S->nDgtr() << "."
370  << endl;
371  return false;
372  }
373  fsPS[1] = S->getDgtrTreePtr(0);
374  fsPS[2] = S->getDgtrTreePtr(1);
375 
376  // normalOrder(fsPS[2], fsPS[3]);
377 
378  if(debugThis){
379  cout << "parsed Tree: S:\n"
380  << *S
381  << endl;
382  for(int i=0; i<3; i++){
383  cout << "fsPS[" << i << "]\n"
384  << *(fsPS[i])
385  << endl;
386  }
387  }
388  // this->printYourself();
389  return true;
390 }
std::vector< MINT::const_counted_ptr< AssociatedDecayTree > > fsPS
Definition: SpinFactor.h:30
std::string SVPAT() const
MINT::const_counted_ptr< AssociatedDecayTree > S
const ValueType & getVal() const
Definition: DDTree.h:102
MINT::const_counted_ptr< DDTree< ValueType > > getDgtrTreePtr(int i) const
Definition: DDTree.h:114
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50
int nDgtr() const
Definition: DDTree.h:96

◆ printYourself()

virtual void SF_VtoSV0_StoP2P3_BASE::printYourself ( std::ostream &  os = std::cout) const
pure virtual

Implements SpinFactor.

Implemented in SF_VtoSV0_StoP2P3.

Member Data Documentation

◆ S

MINT::const_counted_ptr<AssociatedDecayTree> SF_VtoSV0_StoP2P3_BASE::S
protected

Definition at line 193 of file SpinFactors3Body_ForRunningWidth.h.


The documentation for this class was generated from the following files: