[12gevmoller_sim] [JeffersonLab/remoll] db568b: "The Upside Down" as a name for the parallel world...

GitHub noreply at github.com
Mon Jun 4 16:42:04 EDT 2018


  Branch: refs/heads/master
  Home:   https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=UVIH3VmVQo9TkR6CxDe9686VQL-_SbM9_tNspMDUlUQ&e= 
  Commit: db568b6f50f6ec2949421a465b718ecea9a25e26
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_db568b6f50f6ec2949421a465b718ecea9a25e26&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=VS2szzx2cgIRniN_fouszWnHOqS2BlMcQxTNBq75Fsc&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M src/remollParallelConstruction.cc

  Log Message:
  -----------
  "The Upside Down" as a name for the parallel world leads to issue

No one like spaces. Back to "parallel" :-(


  Commit: a72b4c9f5fa8c7a233ff87a226d5b32be03d7511
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_a72b4c9f5fa8c7a233ff87a226d5b32be03d7511&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=zroifKqY-s9IaZ3_nQGp6JIBN0iMjAr4IRGW89X4DFE&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M geometry/mollerParallel.gdml

  Log Message:
  -----------
  Remove what's now in parallel world since just track envelopes

and wrong ones.


  Commit: 413664331b10ab6ff674986ed20d86e88a5ac443
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_413664331b10ab6ff674986ed20d86e88a5ac443&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=dGO2IxjFYKILs5EgbIm0SP9o0JxqVg-NSxTF9KgMprw&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M macros/runexample.mac

  Log Message:
  -----------
  Use geometry in runexample, not geometry_sculpt


  Commit: 3cafd626c9e925298dbc9c1e3b757af96a3655f0
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_3cafd626c9e925298dbc9c1e3b757af96a3655f0&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=7F9CsZsmYOyWNDKEM42OzdUWQUnZpcfuWEwgiq8CwdE&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M geometry/mollerMother.gdml
    A geometry/trackingDaughter.gdml

  Log Message:
  -----------
  Add 4 tracking planes at for now incorrect positions

Should be at:
    22.635 m
    23.635 m
    27.635 m
    28.635 m
per David. But that last one is past the detector 28 model of the
main detector array. That doesn't make sense. Either 28 needs to
move or we have to move the tracking planes.

So, for now I put the tracking planes a bit close together:
<define>
  <position name="trackingPlaneFront1_position" z="-2.5" unit="m"/>
  <position name="trackingPlaneFront2_position" z="-2." unit="m"/>
  <position name="trackingPlaneBack1_position"  z="+2." unit="m"/>
  <position name="trackingPlaneBack2_position"  z="+2.5" unit="m"/>
</define>
instead of the required
<define>
  <position name="trackingPlaneFront1_position" z="-3" unit="m"/>
  <position name="trackingPlaneFront2_position" z="-2." unit="m"/>
  <position name="trackingPlaneBack1_position"  z="+2." unit="m"/>
  <position name="trackingPlaneBack2_position"  z="+3" unit="m"/>
</define>
to agree with David.


  Commit: 93bd07eb6971bd26975c48f5b18584be881cdaad
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_93bd07eb6971bd26975c48f5b18584be881cdaad&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=y3YxLFeBNYA_VUr3_cahZ8ZoHzNbNbOOYbO08Md7F1M&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-28 (Mon, 28 May 2018)

  Changed paths:
    A macros/sim_pion_moller.mac

  Log Message:
  -----------
  Updated macro for moller/pion.


  Commit: 4b7b5414638fe2dc8ef386a159f73f623fe4e805
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_4b7b5414638fe2dc8ef386a159f73f623fe4e805&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=sx7bf1L8C83flIBBn0SqdnQ0XzwE4A5vDyq1VhvJ14w&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M src/remollGenericDetector.cc

  Log Message:
  -----------
  Rename /remoll/SD/det_XXXX/ to include underscore.

This is intended to make the names consistent with what is printed
when /remoll/SD/disable is issued.


  Commit: b1c8fff297edf9df6e90d03af612f1ead3516466
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_b1c8fff297edf9df6e90d03af612f1ead3516466&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=JrpF-tNSww6eNSNMOt5ZOUTN1wb_HtxEosYtyDd-UNY&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M src/remollGenericDetector.cc

  Log Message:
  -----------
  Rename /remoll/SD/disable_all and /remoll/SD/enable_all

To include the "_all". It is confusing to just see disable and enable.


  Commit: 0819abe7155f0c8018f54aa843df28e16ee52065
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_0819abe7155f0c8018f54aa843df28e16ee52065&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=Cm_JXXoUbEcqE9RjCW-fDEcxoLW0doAsWicFR5iOOaY&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M include/remollGenericDetector.hh
    M src/remollGenericDetector.cc

  Log Message:
  -----------
  Change from set to list in remollGenericDetector

Using list allows for sorting which makes for more useful output of
/remoll/SD/print.


  Commit: 49eb33b5c4d00c2a1636d05862ccc33ad329e354
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_49eb33b5c4d00c2a1636d05862ccc33ad329e354&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=sD-tL177v6h23snEgVfVyiKL3e_ol_x4etpc_w85iL4&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M include/remollGenericDetector.hh

  Log Message:
  -----------
  Print function for all SD detectors


  Commit: b8c0e14c80fef90c47f4a1764c1e7f77af5b6ec9
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_b8c0e14c80fef90c47f4a1764c1e7f77af5b6ec9&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=mjLvudrm7-0LQ0pY5Pa7Crsa-ti9v3EvTF8MunbmqW0&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M macros/tests/unit/test_det_enable.mac

  Log Message:
  -----------
  Use underscore in /remoll/SD/det_XXX/enable

Overlooked earlier when change was made. CI failed.

Also changed to actually use pion detector numbers.


  Commit: ac137d6559f5f17daa82a672868448173e911ea2
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_ac137d6559f5f17daa82a672868448173e911ea2&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=Snq9k37QWzQbG1i1gOju5OFh5couCheItt9i0jK5XGE&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M src/remollGenericDetector.cc

  Log Message:
  -----------
  /remoll/SD/print_all command


  Commit: 558b66d018d70a9a1ad22ffdc1d66cc2b0fb640a
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_558b66d018d70a9a1ad22ffdc1d66cc2b0fb640a&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=sOpVrz8lnQUoq9xOSefL6XktTq0Ua68e_6l6ftdNak8&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M macros/tests/unit/test_det_enable.mac

  Log Message:
  -----------
  /remoll/SD/enable_all and disable_all in unit test


  Commit: 23cb1027f1e4a5a9a408380f6cbab92ba064d1c3
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_23cb1027f1e4a5a9a408380f6cbab92ba064d1c3&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=xJuKAUwd5q81pBHGyhQeJW4iB7M4ElxNhNJAmqXAiu8&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M macros/tests/unit/test_det_enable.mac

  Log Message:
  -----------
  /remoll/SD/print_all in unit test


  Commit: 02863f3bc966cb6c530a7eb31e697df89e704dd1
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_02863f3bc966cb6c530a7eb31e697df89e704dd1&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=2lzWocl6R3i1S30vQRzPBd4WDEzyDyxONORGxO4uC_Y&e= 
  Author: Wouter Deconinck <wdeconinck at wm.edu>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M include/remollGenericDetector.hh

  Log Message:
  -----------
  Sort by pointer useless, so sort by DetNo and upon insertion


  Commit: f47a19bd267d3d4b425cf73793c1696bdc48fa9d
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_f47a19bd267d3d4b425cf73793c1696bdc48fa9d&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=SeD2r865ZUYrCvPS4EohqAhTf7FntOt_pTy7VTV_DC4&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M include/remollGenericDetector.hh

  Log Message:
  -----------
  'Strict weak ordering' means null pointer < non-null pointer


  Commit: c26e88903d11fe49553a0f8f7bbae991a4f1c42c
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_c26e88903d11fe49553a0f8f7bbae991a4f1c42c&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=7q_s8a2PM6npguwD0CjjIKrPXYzACsq8unfqQziRkGU&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-05-30 (Wed, 30 May 2018)

  Changed paths:
    M macros/sim_pion_moller.mac

  Log Message:
  -----------
  Only relevant pion theta lab range. Disable other detectors.


  Commit: f53f7c8a1880f2ff32747a673c3dbb2af3795471
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_f53f7c8a1880f2ff32747a673c3dbb2af3795471&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=y-6205lvVQmUpjv56R84vAyH8GKo9JrlHD8XmrsEyL0&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2018-06-04 (Mon, 04 Jun 2018)

  Changed paths:
    M include/remollGenericDetector.hh

  Log Message:
  -----------
  Use mutex to avoid sorting static list from multiple threads


Compare: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_compare_5006e7752fab...f53f7c8a1880&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=1VKtCs2gQ_muC_gU84c68jqSVq5JPXp8X--kSUID59w&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=cvNqZYKkoTNzM44XQpw-HtyZQpV1XSA0v6RIFSi5lT0&s=AgMgI2fFWVLHp9XmhadN3lD0uyJMtCD-K7sqES3Y8AA&e= 

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the 12gevmoller_sim mailing list