ROOTPWA
Functions
CalcAmpl2.cc File Reference
#include <iostream>
#include <string>
#include <stdio.h>
#include "libconfig.h++"
#include "libConfigUtils.hpp"
#include "particleDataTable.h"
#include "particle.h"
#include "TFhh.h"

Go to the source code of this file.

Functions

int JansRelAmpl (int narg, char *carg[])
bool ReadoutTestKeyfile (const char *filename)
bool buildDecayTopologyRelAmpl (const Setting *parent, int p_J, int p_P)
bool RelAmplDummy (int p_J, int p_P, int d1_J, int d1_P, int d2_J, int d2_P, int L, int S, const Setting *parent)
int lookupJ (const char *name)
int lookupP (const char *name)
int main ()

Function Documentation

bool buildDecayTopologyRelAmpl ( const Setting *  parent,
int  p_J = 0,
int  p_P = 0 
)

Definition at line 125 of file CalcAmpl2.cc.

References lookupJ(), lookupP(), and RelAmplDummy().

Referenced by ReadoutTestKeyfile().

int JansRelAmpl ( int  narg,
char *  carg[] 
)

Definition at line 34 of file CalcAmpl2.cc.

References ReadoutTestKeyfile().

int lookupJ ( const char *  name)
int lookupP ( const char *  name)
int main ( )

Definition at line 26 of file CalcAmpl2.cc.

References ReadoutTestKeyfile().

bool ReadoutTestKeyfile ( const char *  filename)

Definition at line 95 of file CalcAmpl2.cc.

References buildDecayTopologyRelAmpl(), debug, filename(), and rpwa::particleDataTable::readFile().

Referenced by JansRelAmpl(), and main().

bool RelAmplDummy ( int  p_J,
int  p_P,
int  d1_J,
int  d1_P,
int  d2_J,
int  d2_P,
int  L,
int  S,
const Setting *  parent 
)

Definition at line 194 of file CalcAmpl2.cc.

References filename().

Referenced by buildDecayTopologyRelAmpl().