ROOTPWA
|
#include <fstream>
#include <cassert>
#include <boost/progress.hpp>
#include "TTree.h"
#include "TClonesArray.h"
#include "TFile.h"
#include "TH1.h"
#include "TH2.h"
#include "TStopwatch.h"
#include "mathUtils.hpp"
#include "fileUtils.hpp"
#include "particleDataTable.h"
#include "waveDescription.h"
#include "isobarHelicityAmplitude.h"
#include "evtTreeHelper.h"
Go to the source code of this file.
Classes | |
struct | symInfo |
Functions | |
long int | calcNewAmps (const string &rootInFileName, const string &keyFileName, vector< complex< double > > &s, const long int maxNmbEvents) |
long int | calcPwa2kAmps (const string &evtInFileName, const string &keyFileName, vector< complex< double > > &s, const long int maxNmbEvents) |
vector< symInfo > | readDatFile (const string &fileName, const bool debug=false) |
int | main (int argc, char **argv) |
long int calcNewAmps | ( | const string & | rootInFileName, |
const string & | keyFileName, | ||
vector< complex< double > > & | amps, | ||
const long int | maxNmbEvents | ||
) |
Definition at line 70 of file testIsospinSym.cc.
References rpwa::waveDescription::constructAmplitude(), rpwa::openRootEvtFiles(), rpwa::waveDescription::parseKeyFile(), and progressIndicator().
Referenced by main().
long int calcPwa2kAmps | ( | const string & | evtInFileName, |
const string & | keyFileName, | ||
vector< complex< double > > & | amps, | ||
const long int | maxNmbEvents | ||
) |
Definition at line 152 of file testIsospinSym.cc.
References keyfile::open(), keyfile::rewind(), and keyfile::run().
Referenced by main().
Definition at line 226 of file testIsospinSym.cc.
References calcNewAmps(), calcPwa2kAmps(), i, rpwa::particleDataTable::instance(), readDatFile(), and rpwa::particleDataTable::readFile().
vector<symInfo> readDatFile | ( | const string & | fileName, |
const bool | debug = false |
||
) |
Definition at line 191 of file testIsospinSym.cc.
References debug, symInfo::phi, pi, symInfo::ratio, symInfo::symWaveName, and symInfo::waveNames.
Referenced by main().