BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
GeneratorModule/include/GeneratorModule/GeneratorName.h
Go to the documentation of this file.
1#ifndef GENERATORMODULE_GENERATORNAME_H
2#define GENERATORMODULE_GENERATORNAME_H
3
4#include <iosfwd>
5#include <string>
6
8 PYTHIA = 1000000,
9 HERWIG = 2000000,
10 ISAJET = 3000000,
11 SINGLE = 4000000,
12 HIJING = 5000000,
13 PHOJET = 6000000,
14 COMPHEP = 100000,
15 USER = 200000,
16 ACERMC = 300000,
17 ALPGEN = 400000,
18 TAUOLA = 10000,
19 PHOTOS = 20000,
21 UNKNOWN = -999
22};
23
24GeneratorName generator_name( const int& index );
25GeneratorName first_generator( int& index );
27GeneratorName third_generator( int& index );
28int generator_process( int& index );
29
30void GeneratorName_print( int& id );
31
32std::string generator_string( const int& index );
33
34std::ostream& operator<<( std::ostream& lhs, GeneratorName rhs );
35
36#endif // GENERATORMODULE_GENERATORNAME_H
GeneratorName first_generator(int &index)
GeneratorName second_generator(int &index)
std::ostream & operator<<(std::ostream &lhs, GeneratorName rhs)
GeneratorName generator_name(const int &index)
GeneratorName third_generator(int &index)
std::string generator_string(const int &index)
void GeneratorName_print(int &id)
int generator_process(int &index)
#define PHOTOS(IP)
Definition KKMC.cxx:73