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

GitHub noreply at github.com
Fri May 25 17:29:58 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=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=3GCoRQH30bxF7NXwIf27kNcBpqFCg5GCSFFDHIpGJio&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=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=Q4NTl7MDJdN6GHzpTiqQQM6VcSj1v0Lq40CgxOneA2A&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=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=UrwBogBNnaY2DaORw9CtFgtaEjEhluM6cLvM6EoTzfk&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=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=n5jnp9FO_HkwH61TV6SqCA5xot0UHu4Sfmt4bucSe9Q&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=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=nM4ZwPxZHMzPzHUB8sYYo3krl7CUDEYE5qWkEXr8Wp8&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.


Compare: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_compare_5006e7752fab...3cafd626c9e9&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=UEWlr5OulH3CNOIjaLLSti8oXTzEriduA9vyk4N8EPA&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=NmROwQhqjY20FDXaOS-I2HTiuoyKxnj6ifxyqKdAllc&s=221CFMwtanwZxHtYqXwlNZNy86rP11HCnc9A8GMc8lM&e= 

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


More information about the 12gevmoller_sim mailing list