MINT2
Public Member Functions | Static Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SF_BtoAV_AtoP1V0_VtoP2P3_P Class Reference

#include <SpinFactors4Body_FsVector.h>

Inheritance diagram for SF_BtoAV_AtoP1V0_VtoP2P3_P:
SF_BtoAV_AtoP1V0_VtoP2P3_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

Public Member Functions

virtual void printYourself (std::ostream &os=std::cout) const
 
 SF_BtoAV_AtoP1V0_VtoP2P3_P (const AssociatedDecayTree &theDecay, const int pol)
 
virtual ~SF_BtoAV_AtoP1V0_VtoP2P3_P ()
 
virtual double getVal (IDalitzEvent &evt)
 
virtual std::complex< double > getNewVal (IDalitzEvent &evt)
 
virtual const DecayTreeexampleDecay ()
 
virtual std::string name () const
 
int getPolarisation ()
 
- Public Member Functions inherited from SF_BtoAV_AtoP1V0_VtoP2P3_BASE
 SF_BtoAV_AtoP1V0_VtoP2P3_BASE (const AssociatedDecayTree &theDecay)
 
virtual ~SF_BtoAV_AtoP1V0_VtoP2P3_BASE ()
 
- 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 ()
 

Static Public Member Functions

static const DecayTreegetExampleDecay ()
 

Protected Attributes

int _pol
 
- Protected Attributes inherited from SF_BtoAV_AtoP1V0_VtoP2P3_BASE
MINT::const_counted_ptr< AssociatedDecayTreeA
 
MINT::const_counted_ptr< AssociatedDecayTreeV
 
- 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
 

Static Protected Attributes

static DecayTree_exampleDecayP =0
 

Additional Inherited Members

- Protected Member Functions inherited from SF_BtoAV_AtoP1V0_VtoP2P3_BASE
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 ()
 

Detailed Description

Definition at line 871 of file SpinFactors4Body_FsVector.h.

Constructor & Destructor Documentation

◆ SF_BtoAV_AtoP1V0_VtoP2P3_P()

SF_BtoAV_AtoP1V0_VtoP2P3_P::SF_BtoAV_AtoP1V0_VtoP2P3_P ( const AssociatedDecayTree theDecay,
const int  pol 
)
inline

Definition at line 877 of file SpinFactors4Body_FsVector.h.

SF_BtoAV_AtoP1V0_VtoP2P3_BASE(const AssociatedDecayTree &theDecay)
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50

◆ ~SF_BtoAV_AtoP1V0_VtoP2P3_P()

virtual SF_BtoAV_AtoP1V0_VtoP2P3_P::~SF_BtoAV_AtoP1V0_VtoP2P3_P ( )
inlinevirtual

Definition at line 880 of file SpinFactors4Body_FsVector.h.

880 {}

Member Function Documentation

◆ exampleDecay()

const DecayTree & SF_BtoAV_AtoP1V0_VtoP2P3_P::exampleDecay ( )
virtual

Implements SF_BtoAV_AtoP1V0_VtoP2P3_BASE.

Definition at line 2066 of file SpinFactors4Body_FsVector.cpp.

2066  {
2067  return getExampleDecay();
2068 }
static const DecayTree & getExampleDecay()

◆ getExampleDecay()

const DecayTree & SF_BtoAV_AtoP1V0_VtoP2P3_P::getExampleDecay ( )
static

Definition at line 2050 of file SpinFactors4Body_FsVector.cpp.

2050  {
2051  if(0==_exampleDecayP){
2052  // B->Z(4430) K*; Z->J/psi pi; K*->K pi
2053  _exampleDecayP = new DecayTree(521);
2054  DecayTree Ks(313);
2055  Ks.addDgtr(321,-211);
2056  DecayTree Z(9983);
2057  Z.addDgtr(443,211);
2058  _exampleDecayP->addDgtr(&Ks);
2059  _exampleDecayP->addDgtr(&Z);
2060  _exampleDecayP->getVal().setL(1);
2061 
2062  }
2063  return *_exampleDecayP;
2064 }
MINT::counted_ptr< DDTree< ValueType > > addDgtr(const DDTree< ValueType > *treePtr)
Definition: DDTree.h:211
const ValueType & getVal() const
Definition: DDTree.h:102
void setL(int l)
Definition: DecayTreeItem.h:61
DDTree< DecayTreeItem > DecayTree
Definition: DecayTree.h:35

◆ getNewVal()

complex< double > SF_BtoAV_AtoP1V0_VtoP2P3_P::getNewVal ( IDalitzEvent evt)
virtual

Implements SF_BtoAV_AtoP1V0_VtoP2P3_BASE.

Definition at line 2070 of file SpinFactors4Body_FsVector.cpp.

2070  {
2071  if(! ( fsPS[0] && fsPS[1] && fsPS[2] && fsPS[3]) ) parseTree(evt.eventPattern());
2072 
2073  double MA = mRes(A, evt);
2074  double MV = mRes(V, evt);
2075  double MV0 = mRes(fsPS[0], evt);
2076 
2077  TLorentzVector pV= p(2, evt)+p(3, evt);
2078  TLorentzVector qV= p(2, evt)-p(3, evt);
2079  TLorentzVector pA= p(0, evt)+p(1, evt);
2080  TLorentzVector pB= pA+pV;
2081  TLorentzVector qB= pA-pV;
2082 
2083  ZTspin1 LB(qB,pB,pB.M());
2084  ZTspin1 LV(qV,pV,MV);
2085  SpinSumV PA(pA,MA);
2086 
2087  polVector e = polVector(p(0, evt),MV0,getPolarisation());
2088  e.conj();
2089 
2090  complex<double> sfm(LeviCivita(LB,pB,LV,PA.Dot(e.Re())),LeviCivita(LB,pB,LV,PA.Dot(e.Im())));
2091 
2092  return sfm/(GeV*GeV*GeV);
2093 }
MINT::const_counted_ptr< AssociatedDecayTree > V
std::vector< MINT::const_counted_ptr< AssociatedDecayTree > > fsPS
Definition: SpinFactor.h:30
virtual bool parseTree(const DalitzEventPattern &pat)
const TLorentzVector & Re() const
TLorentzVector p(int i, IDalitzEvent &evt)
Definition: SpinFactor.cpp:11
virtual const DalitzEventPattern & eventPattern() const =0
double mRes(const AssociatedDecayTreeItem &adt, IDalitzEvent &evt)
Definition: SpinFactor.cpp:53
static const double GeV
Definition: ZTspin1.h:9
const TLorentzVector & Im() const
double LeviCivita(const TLorentzVector &p0, const TLorentzVector &p1, const TLorentzVector &p2, const TLorentzVector &p3)
Definition: LeviCivita.h:12
MINT::const_counted_ptr< AssociatedDecayTree > A

◆ getPolarisation()

int SF_BtoAV_AtoP1V0_VtoP2P3_P::getPolarisation ( )
inline

Definition at line 890 of file SpinFactors4Body_FsVector.h.

◆ getVal()

virtual double SF_BtoAV_AtoP1V0_VtoP2P3_P::getVal ( IDalitzEvent evt)
inlinevirtual

Implements SF_BtoAV_AtoP1V0_VtoP2P3_BASE.

Definition at line 881 of file SpinFactors4Body_FsVector.h.

881 {return getNewVal(evt).real();}
virtual std::complex< double > getNewVal(IDalitzEvent &evt)

◆ name()

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

Reimplemented from SF_BtoAV_AtoP1V0_VtoP2P3_BASE.

Definition at line 886 of file SpinFactors4Body_FsVector.h.

886  {
887  return "SpinFactor4:SF_BtoAV_AtoP1V0_VtoP2P3_P("
888  + theDecay().oneLiner() + ")";
889  }
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50
void oneLiner(std::stringstream &seam, int generation=0) const
Definition: DDTree.h:375

◆ printYourself()

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

Implements SF_BtoAV_AtoP1V0_VtoP2P3_BASE.

Definition at line 2094 of file SpinFactors4Body_FsVector.cpp.

2094  {
2095  if(! ( fsPS[0] && fsPS[1] && fsPS[2] && fsPS[3]) ) return;
2096  os << "spin factor SF_BtoAV_AtoP1V0_VtoP2P3_P"
2097  << "\n\t parsed tree " << theDecay().oneLiner()
2098  << "\n like this:" << endl;
2099  this->printParsing(os);
2100 }
std::vector< MINT::const_counted_ptr< AssociatedDecayTree > > fsPS
Definition: SpinFactor.h:30
virtual void printParsing(std::ostream &os=std::cout) const
Definition: SpinFactor.cpp:57
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50
void oneLiner(std::stringstream &seam, int generation=0) const
Definition: DDTree.h:375

Member Data Documentation

◆ _exampleDecayP

DecayTree * SF_BtoAV_AtoP1V0_VtoP2P3_P::_exampleDecayP =0
staticprotected

Definition at line 874 of file SpinFactors4Body_FsVector.h.

◆ _pol

int SF_BtoAV_AtoP1V0_VtoP2P3_P::_pol
protected

Definition at line 873 of file SpinFactors4Body_FsVector.h.


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