[12gevmoller_sim] [JeffersonLab/remoll] 275600: Updated units information in variables file
GitHub
noreply at github.com
Fri Jun 15 13:35:48 EDT 2018
Branch: refs/heads/develop
Home: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=XyjOqwuZdoXsXMlJIoDDZDkHnkP4lIF_Vm-jM5Ki1Yc&e=
Commit: 275600130fd9a17b9d4752bb4e9257826b5170dd
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_275600130fd9a17b9d4752bb4e9257826b5170dd&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=8VHhPS96Ju8WcjVvHX1YoAXwkGh2tln0wWGsfps8L3E&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2018-06-15 (Fri, 15 Jun 2018)
Changed paths:
M variables.txt
Log Message:
-----------
Updated units information in variables file
Fixes #106.
Commit: 0ef51aae1e180bd81ac74aebc5184fb761c79b4c
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_0ef51aae1e180bd81ac74aebc5184fb761c79b4c&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=s7M-nna6R2zfZM94hXnoN_p3sQoSbPy_Mr0K4MRNTF8&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2018-06-15 (Fri, 15 Jun 2018)
Changed paths:
M include/remollIO.hh
Log Message:
-----------
Avoid xerces include in remollIO header (and add another...)
Xerces sucks and is dismissive with their "this is how C++ works"
responses when this is pointed out...
Commit: 9734479df6e20b61a9121b13f5d6ef3a0e428067
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_9734479df6e20b61a9121b13f5d6ef3a0e428067&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=acGtD6J6Wf92htcuwzPGtt4pgbffJpfqS_jdXgJzERA&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2018-06-15 (Fri, 15 Jun 2018)
Changed paths:
M src/remollIO.cc
Log Message:
-----------
Don't use __L_UNIT for fCollCut determination, use internal units
Commit: 92cc562eff1312389d35fe5a459d2fb2dce91391
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_92cc562eff1312389d35fe5a459d2fb2dce91391&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=eXqASB2Sr8cJPGmAnzHny0Am91HTFkcBU8eIP5GVWac&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2018-06-15 (Fri, 15 Jun 2018)
Changed paths:
M include/remollIO.hh
Log Message:
-----------
Get rid of all __?_UNIT definitions and use internal units
Most of these weren't used anyway...
In general it's a bad idea to use double-underscore+capital-letter
keywords in C++ since they are reserved for compiler vendors. E.g.
__LINE__ is valid since provided by a compiler...
Commit: 234be1920934f878ae28886af1cb301b04cefb5d
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_234be1920934f878ae28886af1cb301b04cefb5d&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=3YftYCLFy-X9wT4PU_JxpnwX0HyzFZKIXGzU9CjOBa8&e=
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2018-06-15 (Fri, 15 Jun 2018)
Changed paths:
M src/remollEvent.cc
M src/remollGenExternal.cc
Log Message:
-----------
Use ppb instead of 1e-9 for clarity.
Compare: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_compare_fe3ae2c47a23...234be1920934&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=4lIXSbaOCcfInAhzJvPoBG7b-dfSLGwIVDlhMuuiS9A&e=
**NOTE:** This service been marked for deprecation: https://urldefense.proofpoint.com/v2/url?u=https-3A__developer.github.com_changes_2018-2D04-2D25-2Dgithub-2Dservices-2Ddeprecation_&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=FCT6TLfSIQUzh21LIrs6TCVBZcIdNOuOSOYDe5WYZwU&s=dB6iL3ffQ8-x1YmdMAfMYipa1mDk3n6PaB2lokPAhy8&e=
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the 12gevmoller_sim
mailing list