|
BOSS 8.0.0
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 GeneratorModule/include/GeneratorModule/GeneratorName.h.
| GeneratorName first_generator | ( | int & | index | ) |
Definition at line 24 of file GeneratorName.cxx.
| GeneratorName generator_name | ( | const int & | index | ) |
Definition at line 4 of file GeneratorName.cxx.
| int generator_process | ( | int & | index | ) |
Definition at line 45 of file GeneratorName.cxx.
| std::string generator_string | ( | const int & | index | ) |
Definition at line 52 of file GeneratorName.cxx.
| void GeneratorName_print | ( | int & | id | ) |
Definition at line 47 of file GeneratorName.cxx.
| std::ostream & operator<< | ( | std::ostream & | lhs, |
| GeneratorName | rhs ) |
Definition at line 72 of file GeneratorName.cxx.
| GeneratorName second_generator | ( | int & | index | ) |
Definition at line 29 of file GeneratorName.cxx.
| GeneratorName third_generator | ( | int & | index | ) |
Definition at line 36 of file GeneratorName.cxx.