ROOTPWA
Functions
checkKeyFile.cc File Reference
#include <iostream>
#include <fstream>
#include <unistd.h>
#include <vector>
#include <complex>
#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"

Go to the source code of this file.

Functions

void usage (const string &progName, const int errCode=0)
bool testAmplitude (TTree *inTree, const string &keyFileName, vector< string > &keyFileErrors, const long int maxNmbEvents=-1, const bool debug=false, const double maxDelta=1e-6, const TClonesArray *prodKinPartNames=0, const TClonesArray *decayKinPartNames=0, const string &prodKinMomentaLeafName="prodKinMomenta", const string &decayKinMomentaLeafName="decayKinMomenta")
int main (int argc, char **argv)

Function Documentation

int main ( int  argc,
char **  argv 
)
bool testAmplitude ( TTree *  inTree,
const string &  keyFileName,
vector< string > &  keyFileErrors,
const long int  maxNmbEvents = -1,
const bool  debug = false,
const double  maxDelta = 1e-6,
const TClonesArray *  prodKinPartNames = 0,
const TClonesArray *  decayKinPartNames = 0,
const string &  prodKinMomentaLeafName = "prodKinMomenta",
const string &  decayKinMomentaLeafName = "decayKinMomenta" 
)
void usage ( const string &  progName,
const int  errCode = 0 
)

Definition at line 62 of file checkKeyFile.cc.

References exit.