ROOTPWA
|
#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 () |
Definition at line 125 of file CalcAmpl2.cc.
References lookupJ(), lookupP(), and RelAmplDummy().
Referenced by ReadoutTestKeyfile().
Definition at line 34 of file CalcAmpl2.cc.
References ReadoutTestKeyfile().
int lookupJ | ( | const char * | name | ) |
Definition at line 231 of file CalcAmpl2.cc.
References rpwa::particleProperties::fillFromDataTable(), and rpwa::particleProperties::J().
Referenced by buildDecayTopologyRelAmpl().
int lookupP | ( | const char * | name | ) |
Definition at line 243 of file CalcAmpl2.cc.
References rpwa::particleProperties::fillFromDataTable(), and rpwa::particleProperties::P().
Referenced by buildDecayTopologyRelAmpl().
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().