rnc-lbl / auau200GeVRun14

LBNL PicoDst HF Analysis Library (PicoHFLib) - Run14 Au+Au 200GeV
1 stars 15 forks source link

Add readme for MixedEvent maker in StRoot/StPicoMixedEventMaker/ #96

Closed mlomnitz closed 9 years ago

jthaeder commented 9 years ago

we should add the dependencies to compile in a more central place …

I was just hit by it myself

cheers Jochen

Dr. Jochen Thaeder jochen@thaeder.de

Nuclear Science Division Lawrence Berkeley National Laboratory 1 Cyclotron Road Berkeley, CA, 94720 U.S.A.

On Jul 21, 2015, at 12:54, Michael R Lomnitz notifications@github.com wrote:

You can view, comment on, or merge this pull request online at:

https://github.com/rnc-lbl/auau200GeVRun14/pull/96 https://github.com/rnc-lbl/auau200GeVRun14/pull/96 Commit Summary

Add readme for MixedEvent maker in StRoot/StPicoMixedEventMaker/ File Changes

A StRoot/StPicoMixedEventMaker/README.md https://github.com/rnc-lbl/auau200GeVRun14/pull/96/files#diff-0 (84) Patch Links:

https://github.com/rnc-lbl/auau200GeVRun14/pull/96.patch https://github.com/rnc-lbl/auau200GeVRun14/pull/96.patch https://github.com/rnc-lbl/auau200GeVRun14/pull/96.diff https://github.com/rnc-lbl/auau200GeVRun14/pull/96.diff — Reply to this email directly or view it on GitHub https://github.com/rnc-lbl/auau200GeVRun14/pull/96.

MustafaMustafa commented 9 years ago

I think every package has it is own dependencies. You don't need to compile everything if one just want to use one of them. But, please feel free to create one. This is also related to creating a nightly build for testing.

--Mustafa

On Tue, Jul 21, 2015 at 12:56 PM, Jochen Thaeder notifications@github.com wrote:

we should add the dependencies to compile in a more central place …

I was just hit by it myself

cheers Jochen

Dr. Jochen Thaeder jochen@thaeder.de

Nuclear Science Division Lawrence Berkeley National Laboratory 1 Cyclotron Road Berkeley, CA, 94720 U.S.A.

On Jul 21, 2015, at 12:54, Michael R Lomnitz notifications@github.com wrote:

You can view, comment on, or merge this pull request online at:

https://github.com/rnc-lbl/auau200GeVRun14/pull/96 < https://github.com/rnc-lbl/auau200GeVRun14/pull/96> Commit Summary

Add readme for MixedEvent maker in StRoot/StPicoMixedEventMaker/ File Changes

A StRoot/StPicoMixedEventMaker/README.md < https://github.com/rnc-lbl/auau200GeVRun14/pull/96/files#diff-0> (84) Patch Links:

https://github.com/rnc-lbl/auau200GeVRun14/pull/96.patch < https://github.com/rnc-lbl/auau200GeVRun14/pull/96.patch> https://github.com/rnc-lbl/auau200GeVRun14/pull/96.diff < https://github.com/rnc-lbl/auau200GeVRun14/pull/96.diff> — Reply to this email directly or view it on GitHub < https://github.com/rnc-lbl/auau200GeVRun14/pull/96>.

— Reply to this email directly or view it on GitHub https://github.com/rnc-lbl/auau200GeVRun14/pull/96#issuecomment-123461119 .

plexoos commented 9 years ago

If there is interest I could help creating a .travis.yml script for continuous integration. Here is an example from one of my projects

https://github.com/plexoos/star-sti-tools/blob/master/.travis.yml

On every push the code is built using travis-ci.org services and notifications are sent by email. Here is the web interface to the build history:

https://travis-ci.org/plexoos/star-sti-tools/builds

I currently choose the same compiler and ROOT version as on RCF but that can be easily changed.

Another example to compile the Sti codes:

https://github.com/star-bnl/star-sti/blob/master/.travis.yml

Anyway, it is doable

MustafaMustafa commented 9 years ago

Hi Dmitri,

Thank you for the helpful examples. I was planning to look into this ticket after QM, we view it is an important improvement but not urgent. We are trying to make it and time is not on our sides :-)

--Mustafa

On Tue, Jul 21, 2015 at 1:12 PM, Dmitri Smirnov notifications@github.com wrote:

If there is interest I could help creating a .travis.yml script for continuous integration. Here is an example from one of my projects

https://github.com/plexoos/star-sti-tools/blob/master/.travis.yml

On every push the code is built using travis-ci.org services and notifications are sent by email. Here is the web interface to the build history:

https://travis-ci.org/plexoos/star-sti-tools/builds

I currently choose the same compiler and ROOT version as on RCF but that can be easily changed.

Another example to compile the Sti codes:

https://github.com/star-bnl/star-sti/blob/master/.travis.yml

Anyway, it is doable

— Reply to this email directly or view it on GitHub https://github.com/rnc-lbl/auau200GeVRun14/pull/96#issuecomment-123464182 .