BOSS 7.1.1
BESIII Offline Software System
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Enumerations | |
enum | GeneratorName { PYTHIA = 1000000 , HERWIG = 2000000 , ISAJET = 3000000 , SINGLE = 4000000 , HIJING = 5000000 , PHOJET = 6000000 , COMPHEP = 100000 , USER = 200000 , ACERMC = 300000 , ALPGEN = 400000 , TAUOLA = 10000 , PHOTOS = 20000 , TAUOLA_PHOTOS = 30000 , UNKNOWN = -999 } |
Functions | |
GeneratorName | generator_name (const int &index) |
GeneratorName | first_generator (int &index) |
GeneratorName | second_generator (int &index) |
GeneratorName | third_generator (int &index) |
int | generator_process (int &index) |
void | GeneratorName_print (int &id) |
std::string | generator_string (const int &index) |
std::ostream & | operator<< (std::ostream &lhs, GeneratorName rhs) |
enum GeneratorName |
Enumerator | |
---|---|
PYTHIA | |
HERWIG | |
ISAJET | |
SINGLE | |
HIJING | |
PHOJET | |
COMPHEP | |
USER | |
ACERMC | |
ALPGEN | |
TAUOLA | |
PHOTOS | |
TAUOLA_PHOTOS | |
UNKNOWN |
Definition at line 7 of file GeneratorName.h.
GeneratorName first_generator | ( | int & | index | ) |
Definition at line 26 of file GeneratorName.cxx.
Referenced by GeneratorName_print().
GeneratorName generator_name | ( | const int & | index | ) |
Definition at line 5 of file GeneratorName.cxx.
Referenced by first_generator(), second_generator(), and third_generator().
int generator_process | ( | int & | index | ) |
Definition at line 53 of file GeneratorName.cxx.
Referenced by GeneratorName_print().
std::string generator_string | ( | const int & | index | ) |
Definition at line 67 of file GeneratorName.cxx.
Referenced by operator<<().
void GeneratorName_print | ( | int & | id | ) |
Definition at line 57 of file GeneratorName.cxx.
std::ostream & operator<< | ( | std::ostream & | lhs, |
GeneratorName | rhs ) |
Definition at line 87 of file GeneratorName.cxx.
GeneratorName second_generator | ( | int & | index | ) |
Definition at line 33 of file GeneratorName.cxx.
Referenced by GeneratorName_print().
GeneratorName third_generator | ( | int & | index | ) |
Definition at line 42 of file GeneratorName.cxx.
Referenced by GeneratorName_print().