ROOTPWA
|
Calculates the partial wave weight for a given event. More...
Classes | |
class | fitResult |
data storage class for PWA fit result of one kinematic bin More... | |
class | massDepFitLikeli |
class | pwachannel |
class | pwacomponent |
class | pwabkg |
class | pwacompset |
class | fitResultMetaInfo |
Meta information for one fit Data class to store information that refers to a complete set of fitResults, eg a complete mass-independent fit over several bins. More... | |
class | TPwaFitGraphErrors |
Decorator for TGraph to carry index to fit this is needed for density calculation. More... | |
class | pwaPlotter |
Plot generator Class reads fitResult trees and creates graphs even for larger number of fits. More... | |
class | ampIntegralMatrix |
class | amplitudeTreeLeaf |
class | decayTopology |
class | diffractiveDissVertex |
class | fsVertex |
class | interactionVertex |
class | isobarAmplitude |
class | isobarCanonicalAmplitude |
struct | symTermMap |
class | isobarDecayTopology |
class | isobarDecayVertex |
class | isobarHelicityAmplitude |
class | leptoProductionVertex |
class | massDependence |
class | flatMassDependence |
class | relativisticBreitWigner |
class | constWidthBreitWigner |
class | rhoBreitWigner |
class | f0980BreitWigner |
class | piPiSWaveAuMorganPenningtonM |
class | piPiSWaveAuMorganPenningtonVes |
class | piPiSWaveAuMorganPenningtonKachaev |
class | rhoPrimeMassDep |
class | particle |
class | particleDataTable |
class | particleProperties |
class | productionVertex |
class | waveDescription |
class | waveSetGenerator |
class | breitWignerProductionAmp |
class | particleInfo |
Small helper class for bookkeeping. More... | |
class | diffractivePhaseSpace |
Phase Space generator for diffractive pion dissociation. More... | |
class | nBodyPhaseSpaceGen |
class | partialWaveWeight |
class | primaryVertexGen |
class | productionAmp |
Functions | |
TString | escapeRegExpSpecialChar (const std::string &s) |
TString | unescapeRegExpSpecialChar (const std::string &s) |
bool | operator== (const ampIntegralMatrix &lhsInt, const ampIntegralMatrix &rhsInt) |
bool | operator!= (const ampIntegralMatrix &lhsInt, const ampIntegralMatrix &rhsInt) |
ampIntegralMatrix | operator+ (const ampIntegralMatrix &integralA, const ampIntegralMatrix &integralB) |
ampIntegralMatrix | operator- (const ampIntegralMatrix &integralA, const ampIntegralMatrix &integralB) |
ampIntegralMatrix | operator* (const ampIntegralMatrix &integral, const double factor) |
ampIntegralMatrix | operator* (const double factor, const ampIntegralMatrix &integral) |
ampIntegralMatrix | operator/ (const ampIntegralMatrix &integral, const double factor) |
std::ostream & | operator<< (std::ostream &out, const ampIntegralMatrix &integral) |
bool | fillTreeFromAmp (const string &inFileName, TTree &outTree, const long int maxNmbEvents, const string &LeafName, const long int treeCacheSize, const bool) |
bool | writeAmpFromTree (TChain &inTree, const std::string &outFileName, const long int maxNmbEvents, const std::string &LeafName, const bool) |
bool | operator== (const amplitudeTreeLeaf &lhsAmp, const amplitudeTreeLeaf &rhsAmp) |
bool | operator!= (const amplitudeTreeLeaf &lhsAmp, const amplitudeTreeLeaf &rhsAmp) |
amplitudeTreeLeaf | operator+ (const amplitudeTreeLeaf &A, const amplitudeTreeLeaf &B) |
amplitudeTreeLeaf | operator- (const amplitudeTreeLeaf &A, const amplitudeTreeLeaf &B) |
template<typename T > | |
amplitudeTreeLeaf | operator* (const amplitudeTreeLeaf &, const T &factor) |
template<typename T > | |
amplitudeTreeLeaf | operator* (const T &factor, const amplitudeTreeLeaf &) |
template<typename T > | |
amplitudeTreeLeaf | operator/ (const amplitudeTreeLeaf &, const T &factor) |
std::ostream & | operator<< (std::ostream &out, const amplitudeTreeLeaf &) |
decayTopologyPtr | createDecayTopology (const productionVertexPtr &productionVertex, const std::vector< interactionVertexPtr > &decayVertices, const std::vector< particlePtr > &fsParticles, const bool performTopologyCheck=true) |
decayTopologyPtr | createDecayTopology (const decayTopology &topo) |
decayTopologyPtr | createDecayTopology (const decayTopologyGraphType &graph) |
std::ostream & | operator<< (std::ostream &out, const decayTopology &topo) |
diffractiveDissVertexPtr | createDiffractiveDissVertex (const particlePtr &beam, const particlePtr &target, const particlePtr &XParticle, const particlePtr &recoil=particlePtr()) |
std::ostream & | operator<< (std::ostream &out, const diffractiveDissVertex &vert) |
bool | checkParticleCharge (const size_t lineNmb, const int id, const string &name, const int chargeToCheck) |
double | getParticleMass (const string &name) |
void | parseLeafAndObjNames (const string &cmdLineString, string &prodKinPartNamesObjName, string &prodKinMomentaLeafName, string &decayKinPartNamesObjName, string &decayKinMomentaLeafName) |
bool | getParticleNamesFromRootFile (TFile &inFile, TClonesArray *&prodKinPartNames, TClonesArray *&decayKinPartNames, const string &inTreeName, const string &prodKinPartNamesObjName, const string &decayKinPartNamesObjName) |
bool | openRootEvtFiles (vector< TTree * > &inTrees, TClonesArray *&prodKinPartNames, TClonesArray *&decayKinPartNames, const vector< string > &rootFileNames, const vector< string > &evtFileNames, const string &inTreeName, const string &prodKinPartNamesObjName, const string &prodKinMomentaLeafName, const string &decayKinPartNamesObjName, const string &decayKinMomentaLeafName, const bool debug) |
bool | fillTreeFromEvt (istream &inEvt, TTree &outTree, TClonesArray &prodKinPartNames, TClonesArray &decayKinPartNames, const long int maxNmbEvents, const string &prodKinMomentaLeafName, const string &decayKinMomentaLeafName, const bool debug, const long int treeCacheSize) |
bool | writeEvtFromTree (TTree &inTree, ostream &outEvt, const TClonesArray &prodKinPartNames, const TClonesArray &decayKinPartNames, const long int maxNmbEvents, const string &inTreeName, const string &prodKinMomentaLeafName, const string &decayKinMomentaLeafName, const bool debug) |
bool | processTree (TTree &tree, const TClonesArray &prodKinPartNames, const TClonesArray &decayKinPartNames, const isobarAmplitudePtr &litude, vector< complex< double > > &Values, const long int maxNmbEvents, const string &prodKinMomentaLeafName, const string &decayKinMomentaLeafName, const bool printProgress, const string &treePerfStatOutFileName, const long int treeCacheSize) |
fsVertexPtr | createFsVertex (const particlePtr &fsParticle) |
std::ostream & | operator<< (std::ostream &out, const fsVertex &vert) |
interactionVertexPtr | createInteractionVertex () |
std::ostream & | operator<< (std::ostream &out, const interactionVertex &vert) |
std::ostream & | operator<< (std::ostream &out, const isobarAmplitude &) |
isobarCanonicalAmplitudePtr | createIsobarCanonicalAmplitude (const isobarDecayTopologyPtr &decay) |
isobarDecayTopologyPtr | createIsobarDecayTopology (const productionVertexPtr &productionVertex, const std::vector< isobarDecayVertexPtr > &isobarDecayVertices, const std::vector< particlePtr > &fsParticles, const bool performTopologyCheck=true) |
isobarDecayTopologyPtr | createIsobarDecayTopology (const productionVertexPtr &productionVertex, const std::vector< interactionVertexPtr > &isobarDecayVertices, const std::vector< particlePtr > &fsParticles, const bool performTopologyCheck=true) |
isobarDecayTopologyPtr | createIsobarDecayTopology (const isobarDecayTopology &topo) |
isobarDecayTopologyPtr | createIsobarDecayTopology (const decayTopology &topo) |
std::ostream & | operator<< (std::ostream &out, const isobarDecayTopology &topo) |
isobarDecayVertexPtr | createIsobarDecayVertex (const particlePtr &parent, const particlePtr &daughter1, const particlePtr &daughter2, const unsigned int L=0, const unsigned int S=0, const massDependencePtr &massDep=massDependencePtr()) |
std::ostream & | operator<< (std::ostream &out, const isobarDecayVertex &vert) |
isobarHelicityAmplitudePtr | createIsobarHelicityAmplitude (const isobarDecayTopologyPtr &decay) |
leptoProductionVertexPtr | createLeptoProductionVertex (const particlePtr &beam, const particlePtr &target, const particlePtr &XParticle, const particlePtr &recoil=particlePtr()) |
std::ostream & | operator<< (std::ostream &out, const leptoProductionVertex &vert) |
std::ostream & | operator<< (std::ostream &out, const massDependence &massDep) |
flatMassDependencePtr | createFlatMassDependence () |
relativisticBreitWignerPtr | createRelativisticBreitWigner () |
constWidthBreitWignerPtr | createConstWidthBreitWigner () |
rhoBreitWignerPtr | createRhoBreitWigner () |
f0980BreitWignerPtr | createF0980BreitWigner () |
piPiSWaveAuMorganPenningtonMPtr | createPiPiSWaveAuMorganPenningtonM () |
piPiSWaveAuMorganPenningtonVesPtr | createPiPiSWaveAuMorganPenningtonVes () |
piPiSWaveAuMorganPenningtonKachaevPtr | createPiPiSWaveAuMorganPenningtonKachaev () |
rhoPrimeMassDepPtr | createRhoPrimeMassDep () |
particlePtr | createParticle (const particle &part) |
particlePtr | createParticle (const particleProperties &partProp, const int index=-1, const int spinProj=0, const int refl=0, const TVector3 &momentum=TVector3()) |
particlePtr | createParticle (const std::string &partName, const bool requirePartInTable=true, const int index=-1, const int spinProj=0, const int refl=0, const TVector3 &momentum=TVector3()) |
particlePtr | createParticle (const std::string &partName, const int isospin, const int G, const int J, const int P, const int C, const int spinProj, const int refl=0, const int index=-1) |
bool | compareIndicesAsc (const particlePtr &a, const particlePtr &b) |
bool | compareIndicesDesc (const particlePtr &a, const particlePtr &b) |
std::ostream & | operator<< (std::ostream &out, const particle &part) |
std::ostream & | operator<< (std::ostream &out, const particleDataTable &dataTable) |
std::istream & | operator>> (std::istream &in, particleDataTable &dataTable) |
bool | operator== (const particleProperties &lhsProp, const pair< particleProperties, string > &rhsPropSel) |
std::ostream & | operator<< (std::ostream &out, const particleProperties::decayMode &mode) |
std::ostream & | operator<< (std::ostream &out, const particleProperties &partProp) |
std::istream & | operator>> (std::istream &in, particleProperties &partProp) |
std::ostream & | operator<< (std::ostream &out, const waveSetGenerator &gen) |
Calculates the partial wave weight for a given event.
typedef ublas::matrix<rmatrix> rpwa::ccmatrix |
Definition at line 42 of file massDepFitLikeli.h.
typedef ublas::matrix<cnum> rpwa::cmatrix |
Definition at line 40 of file massDepFitLikeli.h.
typedef std::complex<double> rpwa::cnum |
Definition at line 36 of file massDepFitLikeli.h.
typedef boost::shared_ptr<constWidthBreitWigner> rpwa::constWidthBreitWignerPtr |
Definition at line 176 of file massDependence.h.
typedef decayGraph<interactionVertex, particle> rpwa::decayTopologyGraphType |
Definition at line 73 of file decayTopology.h.
typedef boost::shared_ptr<decayTopology> rpwa::decayTopologyPtr |
Definition at line 71 of file decayTopology.h.
typedef boost::shared_ptr<diffractiveDissVertex> rpwa::diffractiveDissVertexPtr |
Definition at line 59 of file diffractiveDissVertex.h.
typedef boost::shared_ptr<f0980BreitWigner> rpwa::f0980BreitWignerPtr |
Definition at line 239 of file massDependence.h.
typedef boost::shared_ptr<flatMassDependence> rpwa::flatMassDependencePtr |
Definition at line 120 of file massDependence.h.
typedef boost::shared_ptr<fsVertex> rpwa::fsVertexPtr |
Definition at line 51 of file fsVertex.h.
typedef boost::shared_ptr<interactionVertex> rpwa::interactionVertexPtr |
Definition at line 57 of file interactionVertex.h.
typedef boost::shared_ptr<rpwa::isobarAmplitude> rpwa::isobarAmplitudePtr |
Definition at line 52 of file isobarAmplitude.h.
typedef boost::shared_ptr<isobarCanonicalAmplitude> rpwa::isobarCanonicalAmplitudePtr |
Definition at line 48 of file isobarCanonicalAmplitude.h.
typedef boost::shared_ptr<isobarDecayTopology> rpwa::isobarDecayTopologyPtr |
Definition at line 62 of file isobarDecayTopology.h.
typedef boost::shared_ptr< isobarDecayVertex > rpwa::isobarDecayVertexPtr |
Definition at line 51 of file isobarDecayVertex.h.
typedef boost::shared_ptr<isobarHelicityAmplitude> rpwa::isobarHelicityAmplitudePtr |
Definition at line 47 of file isobarHelicityAmplitude.h.
typedef boost::shared_ptr<leptoProductionVertex> rpwa::leptoProductionVertexPtr |
Definition at line 58 of file leptoProductionVertex.h.
typedef boost::shared_ptr<massDependence> rpwa::massDependencePtr |
Definition at line 92 of file massDependence.h.
typedef boost::shared_ptr<particle> rpwa::particlePtr |
Definition at line 56 of file amplitude/particle.h.
typedef boost::shared_ptr<piPiSWaveAuMorganPenningtonKachaev> rpwa::piPiSWaveAuMorganPenningtonKachaevPtr |
Definition at line 352 of file massDependence.h.
typedef boost::shared_ptr<piPiSWaveAuMorganPenningtonM> rpwa::piPiSWaveAuMorganPenningtonMPtr |
Definition at line 284 of file massDependence.h.
typedef boost::shared_ptr<piPiSWaveAuMorganPenningtonVes> rpwa::piPiSWaveAuMorganPenningtonVesPtr |
Definition at line 314 of file massDependence.h.
typedef boost::shared_ptr<productionVertex> rpwa::productionVertexPtr |
Definition at line 57 of file productionVertex.h.
typedef boost::shared_ptr<relativisticBreitWigner> rpwa::relativisticBreitWignerPtr |
Definition at line 148 of file massDependence.h.
typedef boost::shared_ptr<rhoBreitWigner> rpwa::rhoBreitWignerPtr |
Definition at line 209 of file massDependence.h.
typedef boost::shared_ptr<rhoPrimeMassDep> rpwa::rhoPrimeMassDepPtr |
Definition at line 381 of file massDependence.h.
typedef ublas::matrix<double> rpwa::rmatrix |
Definition at line 41 of file massDepFitLikeli.h.
typedef std::pair<std::string,std::string> rpwa::strpair |
Definition at line 46 of file pwaPlotter.h.
bool rpwa::checkParticleCharge | ( | const size_t | lineNmb, |
const int | id, | ||
const string & | name, | ||
const int | chargeToCheck | ||
) |
Definition at line 76 of file evtTreeHelper.cc.
Referenced by fillTreeFromEvt().
|
inline |
Definition at line 196 of file amplitude/particle.h.
Referenced by rpwa::decayTopology::checkTopology().
|
inline |
Definition at line 210 of file amplitude/particle.h.
|
inline |
Definition at line 181 of file massDependence.h.
|
inline |
Definition at line 189 of file decayTopology.h.
|
inline |
Definition at line 202 of file decayTopology.h.
|
inline |
Definition at line 211 of file decayTopology.h.
|
inline |
Definition at line 130 of file diffractiveDissVertex.h.
Referenced by main(), and rpwa::waveDescription::mapProductionVertexType().
|
inline |
Definition at line 244 of file massDependence.h.
Referenced by rpwa::waveDescription::mapMassDependenceType().
|
inline |
Definition at line 125 of file massDependence.h.
Referenced by rpwa::isobarDecayVertex::isobarDecayVertex(), and rpwa::waveDescription::mapMassDependenceType().
|
inline |
Definition at line 99 of file fsVertex.h.
Referenced by rpwa::decayTopology::constructDecay(), and main().
|
inline |
Definition at line 125 of file interactionVertex.h.
|
inline |
Definition at line 81 of file isobarCanonicalAmplitude.h.
Referenced by main(), and rpwa::waveDescription::mapAmplitudeType().
|
inline |
Definition at line 171 of file isobarDecayTopology.h.
Referenced by rpwa::waveDescription::constructDecayTopology(), and main().
|
inline |
Definition at line 184 of file isobarDecayTopology.h.
|
inline |
Definition at line 197 of file isobarDecayTopology.h.
|
inline |
Definition at line 206 of file isobarDecayTopology.h.
|
inline |
Definition at line 141 of file isobarDecayVertex.h.
Referenced by rpwa::waveDescription::constructDecayVertex(), and main().
|
inline |
Definition at line 82 of file isobarHelicityAmplitude.h.
Referenced by main(), and rpwa::waveDescription::mapAmplitudeType().
|
inline |
Definition at line 156 of file leptoProductionVertex.h.
Referenced by rpwa::waveDescription::mapProductionVertexType().
|
inline |
Definition at line 142 of file amplitude/particle.h.
Referenced by rpwa::waveDescription::constructDecayTopology(), rpwa::waveDescription::constructParticle(), rpwa::waveDescription::constructXParticle(), rpwa::diffractiveDissVertex::diffractiveDissVertex(), rpwa::leptoProductionVertex::leptoProductionVertex(), and main().
|
inline |
Definition at line 151 of file amplitude/particle.h.
|
inline |
Definition at line 164 of file amplitude/particle.h.
|
inline |
Definition at line 178 of file amplitude/particle.h.
|
inline |
Definition at line 357 of file massDependence.h.
Referenced by rpwa::waveDescription::mapMassDependenceType().
|
inline |
Definition at line 289 of file massDependence.h.
Referenced by rpwa::waveDescription::mapMassDependenceType().
|
inline |
Definition at line 319 of file massDependence.h.
Referenced by rpwa::waveDescription::mapMassDependenceType().
|
inline |
Definition at line 153 of file massDependence.h.
Referenced by main(), and rpwa::waveDescription::mapMassDependenceType().
|
inline |
Definition at line 214 of file massDependence.h.
|
inline |
Definition at line 386 of file massDependence.h.
Referenced by main(), and rpwa::waveDescription::mapMassDependenceType().
|
inline |
s | escapes all special characters used in regular expressions |
Definition at line 68 of file fitResult.h.
References i.
Referenced by rpwa::fitResult::prodAmpNameEsc(), and rpwa::fitResult::waveNameEsc().
bool rpwa::fillTreeFromAmp | ( | const string & | inFileName, |
TTree & | outTree, | ||
const long int | maxNmbEvents, | ||
const string & | ampLeafName, | ||
const long int | treeCacheSize, | ||
const bool | |||
) |
Definition at line 61 of file amplitudeTreeHelper.cc.
References progressIndicator(), and rpwa::amplitudeTreeLeaf::setAmp().
Referenced by convertAmpToTree().
bool rpwa::fillTreeFromEvt | ( | istream & | inEvt, |
TTree & | outTree, | ||
TClonesArray & | prodKinPartNames, | ||
TClonesArray & | decayKinPartNames, | ||
const long int | maxNmbEvents, | ||
const string & | prodKinMomentaLeafName, | ||
const string & | decayKinMomentaLeafName, | ||
const bool | debug, | ||
const long int | treeCacheSize | ||
) |
Definition at line 329 of file evtTreeHelper.cc.
References checkParticleCharge(), debug, i, n, and progressIndicator().
Referenced by convertEvtToTree(), and openRootEvtFiles().
double rpwa::getParticleMass | ( | const string & | name | ) |
Definition at line 101 of file evtTreeHelper.cc.
References rpwa::particleDataTable::entry(), rpwa::particleDataTable::instance(), rpwa::particleDataTable::isInTable(), rpwa::particleProperties::mass(), and n.
Referenced by writeEvtFromTree().
bool rpwa::getParticleNamesFromRootFile | ( | TFile & | inFile, |
TClonesArray *& | prodKinPartNames, | ||
TClonesArray *& | decayKinPartNames, | ||
const string & | inTreeName, | ||
const string & | prodKinPartNamesObjName, | ||
const string & | decayKinPartNamesObjName | ||
) |
Definition at line 148 of file evtTreeHelper.cc.
Referenced by main(), and openRootEvtFiles().
bool rpwa::openRootEvtFiles | ( | vector< TTree * > & | inTrees, |
TClonesArray *& | prodKinPartNames, | ||
TClonesArray *& | decayKinPartNames, | ||
const vector< string > & | rootFileNames, | ||
const vector< string > & | evtFileNames, | ||
const string & | inTreeName, | ||
const string & | prodKinPartNamesObjName, | ||
const string & | prodKinMomentaLeafName, | ||
const string & | decayKinPartNamesObjName, | ||
const string & | decayKinMomentaLeafName, | ||
const bool | debug | ||
) |
Definition at line 189 of file evtTreeHelper.cc.
References fillTreeFromEvt(), getParticleNamesFromRootFile(), and i.
Referenced by calcNewAmps(), convertTreeToEvt(), createDiffTree(), and main().
|
inline |
Definition at line 144 of file amplitudeTreeLeaf.h.
|
inline |
Definition at line 215 of file ampIntegralMatrix.h.
|
inline |
Definition at line 197 of file amplitudeTreeLeaf.h.
|
inline |
Definition at line 208 of file amplitudeTreeLeaf.h.
|
inline |
Definition at line 245 of file ampIntegralMatrix.h.
|
inline |
Definition at line 255 of file ampIntegralMatrix.h.
|
inline |
Definition at line 176 of file amplitudeTreeLeaf.h.
|
inline |
Definition at line 225 of file ampIntegralMatrix.h.
|
inline |
Definition at line 186 of file amplitudeTreeLeaf.h.
|
inline |
Definition at line 235 of file ampIntegralMatrix.h.
|
inline |
Definition at line 217 of file amplitudeTreeLeaf.h.
|
inline |
Definition at line 263 of file ampIntegralMatrix.h.
|
inline |
Definition at line 97 of file massDependence.h.
References rpwa::massDependence::print().
|
inline |
Definition at line 108 of file fsVertex.h.
References rpwa::fsVertex::print().
|
inline |
Definition at line 123 of file particleDataTable.h.
References rpwa::particleDataTable::print().
|
inline |
Definition at line 129 of file isobarAmplitude.h.
References rpwa::isobarAmplitude::print().
|
inline |
Definition at line 134 of file interactionVertex.h.
References rpwa::interactionVertex::print().
|
inline |
Definition at line 136 of file waveSetGenerator.h.
References rpwa::waveSetGenerator::print().
|
inline |
Definition at line 142 of file diffractiveDissVertex.h.
References rpwa::diffractiveDissVertex::print().
|
inline |
Definition at line 155 of file isobarDecayVertex.h.
References rpwa::isobarDecayVertex::print().
|
inline |
Definition at line 168 of file leptoProductionVertex.h.
References rpwa::leptoProductionVertex::print().
|
inline |
Definition at line 215 of file isobarDecayTopology.h.
References rpwa::isobarDecayTopology::print().
|
inline |
Definition at line 220 of file decayTopology.h.
References rpwa::decayTopology::print().
|
inline |
Definition at line 223 of file amplitude/particle.h.
References rpwa::particle::print().
|
inline |
Definition at line 224 of file particleProperties.h.
References rpwa::particleProperties::decayMode::print().
|
inline |
Definition at line 228 of file amplitudeTreeLeaf.h.
References rpwa::amplitudeTreeLeaf::print().
|
inline |
Definition at line 274 of file ampIntegralMatrix.h.
References rpwa::ampIntegralMatrix::print().
|
inline |
Definition at line 326 of file particleProperties.h.
References rpwa::particleProperties::print().
|
inline |
Definition at line 130 of file amplitudeTreeLeaf.h.
References i, rpwa::amplitudeTreeLeaf::incohSubAmp(), and rpwa::amplitudeTreeLeaf::nmbIncohSubAmps().
bool rpwa::operator== | ( | const particleProperties & | lhsProp, |
const pair< particleProperties, string > & | rhsPropSel | ||
) |
Definition at line 188 of file particleProperties.cc.
References rpwa::particleProperties::baryonNmb(), rpwa::particleProperties::beauty(), rpwa::particleProperties::C(), rpwa::particleProperties::charge(), rpwa::particleProperties::charm(), rpwa::particleProperties::G(), rpwa::particleProperties::isospin(), rpwa::particleProperties::J(), rpwa::particleProperties::P(), and rpwa::particleProperties::strangeness().
|
inline |
Definition at line 195 of file ampIntegralMatrix.h.
References rpwa::ampIntegralMatrix::hasIdenticalWaveSet(), i, rpwa::ampIntegralMatrix::matrix(), rpwa::ampIntegralMatrix::nmbEvents(), rpwa::ampIntegralMatrix::nmbWaves(), rpwa::ampIntegralMatrix::waveIndex(), and rpwa::ampIntegralMatrix::waveName().
|
inline |
Definition at line 132 of file particleDataTable.h.
References rpwa::particleDataTable::read().
|
inline |
Definition at line 335 of file particleProperties.h.
References rpwa::particleProperties::debug(), and rpwa::particleProperties::read().
void rpwa::parseLeafAndObjNames | ( | const string & | cmdLineString, |
string & | prodKinPartNamesObjName, | ||
string & | prodKinMomentaLeafName, | ||
string & | decayKinPartNamesObjName, | ||
string & | decayKinMomentaLeafName | ||
) |
Definition at line 123 of file evtTreeHelper.cc.
Referenced by main().
bool rpwa::processTree | ( | TTree & | tree, |
const TClonesArray & | prodKinPartNames, | ||
const TClonesArray & | decayKinPartNames, | ||
const isobarAmplitudePtr & | amplitude, | ||
vector< complex< double > > & | ampValues, | ||
const long int | maxNmbEvents, | ||
const string & | prodKinMomentaLeafName, | ||
const string & | decayKinMomentaLeafName, | ||
const bool | printProgress, | ||
const string & | treePerfStatOutFileName, | ||
const long int | treeCacheSize | ||
) |
Definition at line 641 of file evtTreeHelper.cc.
References progressIndicator().
Referenced by main(), and testAmplitude().
|
inline |
s | escapes all special characters used in regular expressions |
Definition at line 82 of file fitResult.h.
References i.
Referenced by plotSpinTotals().
bool rpwa::writeAmpFromTree | ( | TChain & | inTree, |
const std::string & | outFileName, | ||
const long int | maxNmbEvents, | ||
const std::string & | ampLeafName, | ||
const bool | |||
) |
Definition at line 115 of file amplitudeTreeHelper.cc.
References rpwa::amplitudeTreeLeaf::amp(), rpwa::amplitudeTreeLeaf::nmbIncohSubAmps(), and progressIndicator().
Referenced by convertTreeToAmp().
bool rpwa::writeEvtFromTree | ( | TTree & | inTree, |
ostream & | outEvt, | ||
const TClonesArray & | prodKinPartNames, | ||
const TClonesArray & | decayKinPartNames, | ||
const long int | maxNmbEvents, | ||
const string & | inTreeName, | ||
const string & | prodKinMomentaLeafName, | ||
const string & | decayKinMomentaLeafName, | ||
const bool | debug | ||
) |
Definition at line 519 of file evtTreeHelper.cc.
References debug, getParticleMass(), i, int, mass, and progressIndicator().
Referenced by convertTreeToEvt().