ROOTPWA
Classes | Functions
testIsospinSym.cc File Reference
#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 > > &amps, const long int maxNmbEvents)
long int calcPwa2kAmps (const string &evtInFileName, const string &keyFileName, vector< complex< double > > &amps, const long int maxNmbEvents)
vector< symInforeadDatFile (const string &fileName, const bool debug=false)
int main (int argc, char **argv)

Function Documentation

long int calcNewAmps ( const string &  rootInFileName,
const string &  keyFileName,
vector< complex< double > > &  amps,
const long int  maxNmbEvents 
)
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().

int main ( int  argc,
char **  argv 
)
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().