JHUGen MELA  v2.4.1
Matrix element calculations as used in JHUGen. MELA is an important tool that was used for the Higgs boson discovery and for precise measurements of its structure and interactions. Please see the website https://spin.pha.jhu.edu/ and papers cited there for more details, and kindly cite those papers when using this code.
TensorPdfFactory_ppHVV.h
Go to the documentation of this file.
1 #ifndef TENSOR_PDF_FACTORY_PPHVV
2 #define TENSOR_PDF_FACTORY_PPHVV
3 
5 #include "TensorPdfFactory.h"
6 
7 
9 public:
10 
13 
14  void setZZ4fOrdering(bool flag=true);
15  RooSpinTwo* getPDF(){ return (RooSpinTwo*)PDF; }
16 
17 protected:
19 
20  virtual void initPDF();
21  virtual void destroyPDF(){ delete PDF; PDF=0; PDF_base=0; }
22 
23 };
24 
25 
26 #endif
27 
28 
29 
RooSpin::kVdecayType_Zll
@ kVdecayType_Zll
Definition: RooSpin.h:31
TensorPdfFactory_ppHVV::~TensorPdfFactory_ppHVV
~TensorPdfFactory_ppHVV()
Definition: TensorPdfFactory_ppHVV.cc:12
SpinPdfFactory::PDF_base
RooSpin * PDF_base
Definition: SpinPdfFactory.h:43
TensorPdfFactory_ppHVV::setZZ4fOrdering
void setZZ4fOrdering(bool flag=true)
Definition: TensorPdfFactory_ppHVV.cc:16
TensorPdfFactory_ppHVV::initPDF
virtual void initPDF()
Definition: TensorPdfFactory_ppHVV.cc:18
TensorPdfFactory_ppHVV::TensorPdfFactory_ppHVV
TensorPdfFactory_ppHVV(RooSpin::modelMeasurables const &measurables_, RooSpin::VdecayType V1decay_=RooSpin::kVdecayType_Zll, RooSpin::VdecayType V2decay_=RooSpin::kVdecayType_Zll, Bool_t OnshellH_=true)
Definition: TensorPdfFactory_ppHVV.cc:4
TensorPdfFactory_ppHVV::destroyPDF
virtual void destroyPDF()
Definition: TensorPdfFactory_ppHVV.h:21
TensorPdfFactory_ppHVV
Definition: TensorPdfFactory_ppHVV.h:8
RooSpinTwo_7DComplex_ppHVV
Definition: RooSpinTwo_7DComplex_ppHVV.h:7
TensorPdfFactory_ppHVV::PDF
RooSpinTwo_7DComplex_ppHVV * PDF
Definition: TensorPdfFactory_ppHVV.h:18
TensorPdfFactory_ppHVV::getPDF
RooSpinTwo * getPDF()
Definition: TensorPdfFactory_ppHVV.h:15
RooSpinTwo_7DComplex_ppHVV.h
TensorPdfFactory
Definition: TensorPdfFactory.h:10
RooSpin::modelMeasurables
Definition: RooSpin.h:50
TensorPdfFactory.h
RooSpin::VdecayType
VdecayType
Definition: RooSpin.h:28
RooSpinTwo
Definition: RooSpinTwo.h:7