![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>#include <fstream>#include <sstream>#include <string>#include "TLorentzVector.h"#include "TClonesArray.h"#include "TTree.h"#include "TFile.h"
Include dependency graph for ConvertStarlightAsciiToTree.C:Go to the source code of this file.
Classes | |
| struct | source_electron |
Functions | |
| double | IDtoMass (int particleCode) |
| TLorentzVector * | make_beam_particle (double lorentz, int Z, int A, int dir) |
| void | ConvertStarlightAsciiToTree (const char *inFileName="slight.out", const char *outFileName="starlight.root") |
| void ConvertStarlightAsciiToTree | ( | const char * | inFileName = "slight.out", |
| const char * | outFileName = "starlight.root" |
||
| ) |
Definition at line 59 of file ConvertStarlightAsciiToTree.C.
View newest version in sPHENIX GitHub at line 59 of file ConvertStarlightAsciiToTree.C
References getline, IDtoMass(), configureMap::inFileName, make_beam_particle(), momentum, writeMapConfig::outFileName, and charm_jet_tagging_optimization_study::target.
Here is the call graph for this function:| double IDtoMass | ( | int | particleCode | ) |
Definition at line 261 of file ConvertStarlightAsciiToTree.C.
View newest version in sPHENIX GitHub at line 261 of file ConvertStarlightAsciiToTree.C
References mass.
Referenced by ConvertStarlightAsciiToTree().
Here is the caller graph for this function:| TLorentzVector* make_beam_particle | ( | double | lorentz, |
| int | Z, | ||
| int | A, | ||
| int | dir | ||
| ) |
Definition at line 41 of file ConvertStarlightAsciiToTree.C.
View newest version in sPHENIX GitHub at line 41 of file ConvertStarlightAsciiToTree.C
References kdfinder::abs(), and mass.
Referenced by ConvertStarlightAsciiToTree().
Here is the call graph for this function:
Here is the caller graph for this function: