- General information
- Data readiness
- Grid and Cloud
- Infrastructure
- Online Computing
- Software Infrastructure
- Batch system, resource management system
- CVS->Git
- Computing Environment
- Facility Access
- FileCatalog
- HPSS services
- Home directories and other areas backups
- Hypernews
- Installing the STAR software stack
- Provision CVMFS and mount BNL/STAR repo
- RCF Contributions
- Security
- Software and Libraries
- Storage
- Tools
- Tutorials
- Data Carousel Quick Start/Tutorial
- Guide to AFS and ACLs
- How to determine what is happening in slow or stuck processes?
- How to use FORtran from a ROOT macro
- How to use valgrind
- Howto run pythia6/8 or hijing or... without running starsim
- Introduction to STAR software and makers
- Quick guide on CVS in STAR
- Setting up your computing environment
- StEvent/Special documentation
- UML Class Diagram
- Unix command location
- Video Conferencing
- Web Access
- Machine Learning
- Offline Software
- Production
- S&C internal group meetings
- Test tree
Howto run pythia6/8 or hijing or... without running starsim
Updated on Wed, 2019-09-25 12:55. Originally created by jwebb on 2019-09-25 11:48.
Under:
If you want to run an event generator without running starsim, then this is the right page. There are
example macros running pythia6, pythia8 and hijing located in the StarGenerator area under StRoot.
To run pythia6:
example macros running pythia6, pythia8 and hijing located in the StarGenerator area under StRoot.
To run pythia6:
$ cvs co StRoot/StarGenerators/macros/starsim.pythia6.standalone.C $ ln -s StRoot/StarGenerators/macros/starsim.pythia6.standalone.C starsim.C $ root4star -q -b starsim.CTo run pythia8:
$ cvs co StRoot/StarGenerators/macros/starsim.pythia8.standalone.C $ ln -s StRoot/StarGenerators/macros/starsim.pythia8.standalone.C starsim.C $ root4star -q -b starsim.CTo run hijing:
$ cvs co StRoot/StarGenerators/macros/starsim.hijing.standalone.C $ ln -s StRoot/StarGenerators/macros/starsim.hijing.standalone.C starsim.C $ root4star -q -b starsim.C
»
- Printer-friendly version
- Login or register to post comments