SuperStarHijing.h 767 B

123456789101112131415161718192021222324252627282930313233
  1. /****************************************/
  2. /*** ***/
  3. /*** SuperStarHijing ***/
  4. /*** VERSION: 0.4 ***/
  5. /*** AUTHOR: Nikita Ermakov ***/
  6. /*** DATE: ***/
  7. /*** E-MAIL: coffe92@gmail.com ***/
  8. /*** ***/
  9. /****************************************/
  10. #ifndef SUPERSTARHIJING_HH
  11. #define SUPERSTARHIJING_HH
  12. #include <StarGenerator/Hijing1_383/StarHijing.h>
  13. #include <StarGenerator/EVENT/StarGenAAEvent.h>
  14. #ifndef St_NO_NAMESPACES
  15. using namespace std;
  16. #endif
  17. class SuperStarHijing : public StarHijing
  18. {
  19. public:
  20. SuperStarHijing(const Char_t *name="Hijing");
  21. Int_t Init();
  22. ClassDef(SuperStarHijing, 1)
  23. };
  24. #endif