ROOTPWA
|
#include <iostream>
#include <fstream>
#include <unistd.h>
#include <vector>
#include <complex>
#include "TROOT.h"
#include "TFile.h"
#include "TChain.h"
#include "TTree.h"
#include "TBranch.h"
#include "TClonesArray.h"
#include "TStopwatch.h"
#include "fileUtils.hpp"
#include "particleDataTable.h"
#include "evtTreeHelper.h"
#include "waveDescription.h"
#include "amplitudeTreeLeaf.h"
Go to the source code of this file.
Functions | |
void | usage (const string &progName, const int errCode=0) |
int | main (int argc, char **argv) |
Definition at line 96 of file calcAmplitudes.cc.
References rpwa::waveDescription::constructAmplitude(), debug, exit, i, rpwa::openRootEvtFiles(), rpwa::waveDescription::parseKeyFile(), rpwa::parseLeafAndObjNames(), rpwa::processTree(), rpwa::amplitudeTreeLeaf::setAmp(), usage(), and rpwa::waveDescription::waveNameFromTopology().
void usage | ( | const string & | progName, |
const int | errCode = 0 |
||
) |
Definition at line 66 of file calcAmplitudes.cc.
References exit.