MINT2
GSSpinFactor.h
Go to the documentation of this file.
1 #ifndef GS_SPIN_FACTOR_HH
2 #define GS_SPIN_FACTOR_HH
3 
4 #include "Mint/SpinFactor.h"
5 #include "Mint/SpinFactor3.h"
7 
8 class IDalitzEventAccess;
9 
10 class GSSpinFactor : public SpinFactor3{
11 
12  public:
15 
16  virtual double getVal(IDalitzEvent& evt);
17 
18  virtual std::string name() const{
19  return "SpinFactor3:GSSpinFactor("
20  + theDecay().oneLiner() + ")";
21  }
22 };
23 
24 #endif
25 //
26 
virtual std::string name() const
Definition: GSSpinFactor.h:18
virtual double getVal(IDalitzEvent &evt)
Definition: GSSpinFactor.cpp:9
const AssociatedDecayTree & theDecay() const
Definition: SpinFactor.h:50
void oneLiner(std::stringstream &seam, int generation=0) const
Definition: DDTree.h:375
GSSpinFactor(const AssociatedDecayTree &theDecay)
Definition: GSSpinFactor.h:13