- jwebb's home page
- Posts
- 2019
- 2018
- 2017
- 2016
- 2015
- 2014
- 2013
- November (1)
- October (1)
- September (1)
- July (1)
- June (1)
- April (1)
- March (3)
- February (1)
- January (1)
- 2012
- 2011
- December (2)
- September (3)
- August (5)
- July (6)
- June (6)
- May (1)
- April (5)
- March (5)
- February (2)
- January (2)
- 2010
- December (3)
- October (3)
- September (2)
- August (2)
- June (2)
- May (4)
- April (4)
- March (2)
- February (4)
- January (10)
- 2009
- 2008
- 2007
- 2006
- July (1)
- My blog
- Post new blog entry
- All blogs
Notes on HepMC for possible use in Star VMC application
The HepMC event record provides both the functionality of an event record for event generators and an interface to the /HEPEVT/ standard common block for Fortran event generators. It has code for I/O into an ascii format. For use in STAR it would ideally be streamable into a ROOT file... addition of ROOT I/O features are investigated in this blog entry.
1) Simple integration into STAR environment
$ lynx http://lcgapp.cern.ch/project/simu/HepMC/download/ # Get the latest tar ball $ mkdir StRoot $ mkdir StRoot/HepMC $ tar xvzf *.tar.gz $ cp HepMC*/{src,HepMC,fio}/* StRoot/HepMC $ cons
This minimal build produces a standalone HepMC library which can be loaded into ROOT, but w/out ROOT I/O or integration w/ CINT.
2) Few attempts to add ROOT I/O to the code failed. Get errors in compiling the root dictionary. Probably need a custom linkdef. After a google search came up with following post in ROOT talk.
Less than successful.
Groups:
- jwebb's blog
- Login or register to post comments