ROOTPWA
|
#include <fstream>
#include <string>
#include <iomanip>
#include <limits>
#include <algorithm>
#include "TChain.h"
#include "TClonesArray.h"
#include "TObjString.h"
#include "TVector3.h"
#include "reportingUtils.hpp"
#include "amplitudeTreeHelper.h"
Go to the source code of this file.
Functions | |
bool | convertTreeToAmp (const string &inFileNamePattern="testAmpTree.root", const string &inTreeName="1-1++1+rho770_21_pi-.amp", const string &outFileName="1-1++1+rho770_21_pi-.test.amp", const long int maxNmbEvents=-1, const string &LeafName="amplitude", const bool debug=false) |
bool convertTreeToAmp | ( | const string & | inFileNamePattern = "testAmpTree.root" , |
const string & | inTreeName = "1-1++1+rho770_21_pi-.amp" , |
||
const string & | outFileName = "1-1++1+rho770_21_pi-.test.amp" , |
||
const long int | maxNmbEvents = -1 , |
||
const string & | ampLeafName = "amplitude" , |
||
const bool | debug = false |
||
) |
Definition at line 59 of file convertTreeToAmp.C.
References debug, and rpwa::writeAmpFromTree().