123456789101112131415161718192021222324252627282930313233 |
- /****************************************/
- /*** ***/
- /*** SuperStarHijing ***/
- /*** VERSION: 0.4 ***/
- /*** AUTHOR: Nikita Ermakov ***/
- /*** DATE: ***/
- /*** E-MAIL: coffe92@gmail.com ***/
- /*** ***/
- /****************************************/
- #ifndef SUPERSTARHIJING_HH
- #define SUPERSTARHIJING_HH
- #include <StarGenerator/Hijing1_383/StarHijing.h>
- #include <StarGenerator/EVENT/StarGenAAEvent.h>
- #ifndef St_NO_NAMESPACES
- using namespace std;
- #endif
- class SuperStarHijing : public StarHijing
- {
- public:
- SuperStarHijing(const Char_t *name="Hijing");
- Int_t Init();
-
- ClassDef(SuperStarHijing, 1)
- };
- #endif
|