lcfiplus / LCFIPlus

Flavor tagging code for ILC detectors
https://confluence.slac.stanford.edu/display/ilc/LCFIPlus
GNU General Public License v3.0
6 stars 19 forks source link

https://github.com/iLCSoft/LCFIPlus/pull/3 example to use DD4hep to access BField. #30

Closed shaojunlu closed 6 years ago

shaojunlu commented 6 years ago

This MarlinProcessor is used in ILD standard reconstruction chain. ILD is going to get rid of gear in the reconstruction, and to access detector data directly from DD4hep, this is one example solution for your MarlinProcessor. https://github.com/iLCSoft/LCFIPlus/pull/3

I could not fork your repository, so could not generate pull request directly to here. I fork it from ilcsoft, and generate a PR.

Would you please download from ilcsoft and update your repository?

Thank you very much!

shaojunlu commented 6 years ago

Dear LCFIPlus administrator,

Please inform Frank when you have done this update. He wish that this ilcsoft release will include your MarlinProcessor.

Thank you very much!

petricm commented 6 years ago

iLCSoft/LCFIPlus is a fork of lcfiplus/LCFIPlus so you do not need to fork lcfiplus/LCFIPlus but only add it as a remote and rebase your changes to lcfiplus/LCFIPlus, then you can do a PR.

I am not sure but I don't think is't possible to have at the same time a fork of iLCSoft/LCFIPlus and lcfiplus/LCFIPlus because they represent the same "development tree"

tomohikosan commented 6 years ago

I'll be happy to merge the PR if you could create one -- we have also just granted write access to @gaede and @andresailer so they can do this as well to test if the write permissions work

gaede commented 6 years ago

just created https://github.com/lcfiplus/LCFIPlus/pull/31 - can merge if approved ...

tomohikosan commented 6 years ago

@gaede I just added more rights -- could you please test if you're able to merge now?

andresailer commented 6 years ago

I see the merge button here now. Can we change the "merging" to be rebase only, like we do in all the other iLCSoft packages? I.e. in settings only "allow rebase merging". This gives a nice linear history

gaede commented 6 years ago

Done.