ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtTPCXSReader.h>
Public Member Functions | |
AtTPCXSReader () | |
AtTPCXSReader (const char *name, std::vector< Int_t > *z, std::vector< Int_t > *a, std::vector< Int_t > *q, Int_t mult, std::vector< Double_t > *px, std::vector< Double_t > *py, std::vector< Double_t > *pz, std::vector< Double_t > *mass) | |
AtTPCXSReader & | operator= (const AtTPCXSReader &) |
virtual | ~AtTPCXSReader ()=default |
virtual Bool_t | ReadEvent (FairPrimaryGenerator *primGen) |
void | SetXSFileName (TString name="xs_22Mgp_fusionEvaporation.txt") |
Definition at line 24 of file AtTPCXSReader.h.
AtTPCXSReader::AtTPCXSReader | ( | ) |
Default constructor
Definition at line 34 of file AtTPCXSReader.cxx.
AtTPCXSReader::AtTPCXSReader | ( | const char * | name, |
std::vector< Int_t > * | z, | ||
std::vector< Int_t > * | a, | ||
std::vector< Int_t > * | q, | ||
Int_t | mult, | ||
std::vector< Double_t > * | px, | ||
std::vector< Double_t > * | py, | ||
std::vector< Double_t > * | pz, | ||
std::vector< Double_t > * | mass | ||
) |
Constructor For the generation of a vertex with a given cross section.
Definition at line 40 of file AtTPCXSReader.cxx.
|
virtualdefault |
Destructor
|
inline |
Definition at line 37 of file AtTPCXSReader.h.
|
virtual |
Method ReadEvent Generates particles according to the XS file and send them to the FairPrimaryGenerator.
Definition at line 153 of file AtTPCXSReader.cxx.
|
inline |
Modifiers
Definition at line 49 of file AtTPCXSReader.h.