[12gevmoller_sim] [JeffersonLab/remoll] 385d0b: Pack up testing log files correctly (in logfiles, ...

GitHub noreply at github.com
Thu Jul 13 15:50:49 EDT 2017


  Branch: refs/heads/mt
  Home:   https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=mxvwAWwTBSzoLy0g8ubr3vyk3vlKhAT5-YmuvXGFEeM&e= 
  Commit: 385d0bb6d5a417aec5da7b3ccacbdc9a8277d67b
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_385d0bb6d5a417aec5da7b3ccacbdc9a8277d67b&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=EOwoSr2AMS8WXomodBJ8Dtp-KrKn0qwGFpwp0O75B1s&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Pack up testing log files correctly (in logfiles, not rootfiles)


  Commit: c05a5b8b12dfc6f307f51f7467dd9c23b7ddad0f
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_c05a5b8b12dfc6f307f51f7467dd9c23b7ddad0f&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=4vOwbNnN5ZwIdIPIBgb_WdcgJqjDE5ZbH58QLcZSJAU&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M src/remollPrimaryGeneratorAction.cc

  Log Message:
  -----------
  Delete old event generator before creating new one (fixes #28)

In the primary event generator we start off with a default moller event
generator. When/if a new generator is defined, this default event
generator is replaced. Previously the previous event generator was not
deleted. The event generator messenger associated with the (now
inactive) previous event generator maintained precedence over the new
active event generator. Therefore none of the commands took effect on
the new event generator.

Fixed bug report #28.


  Commit: 2ec94725a1db428d49f714d03e83d7773f573eec
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_2ec94725a1db428d49f714d03e83d7773f573eec&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=w37x3a33mDe792g1AjgiexOpWLktLhf-jvNa15OYrJI&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

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

  Log Message:
  -----------
  New /remoll/printeventgen command

This command prints the active event generator and simulation ranges for
theta, theta_com, phi, and energy. It also prints the name of the
generator (however, none of the generators set the name at this point).


  Commit: a3797d980680b8b02b736f827648067595ea2a95
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_a3797d980680b8b02b736f827648067595ea2a95&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=Eh0iExClW4HpIUNJEeOOE2clNorSfCgz3GXIPMEReLg&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M include/remollGenAl.hh
    M include/remollVEventGen.hh
    M src/remollGenAl.cc
    M src/remollGenBeam.cc
    M src/remollGenFlat.cc
    M src/remollGenLUND.cc
    M src/remollGenMoller.cc
    M src/remollGenPion.cc
    M src/remollGenpElastic.cc
    M src/remollGenpInelastic.cc
    M src/remollVEventGen.cc

  Log Message:
  -----------
  Set the names of event generators

In general these are the same as the names with which they are set in
/remoll/gen.

A bit of additional care had to be taken with the aluminum generator
since one class serves three event generators (elasticAl, inealsticAl,
quasielasticAl). Some creative use of static maps variables and static
map-creating functions lead to a moderately elegant solution. If you
call the constructor with a type outside of the valid range, you'll
either get an out_of_range exception or an empty name. If you want to
know which one it is, you'll have to try it because I didn't.


  Commit: be06e8607245ba17c309f414e6d487e68b41790f
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_be06e8607245ba17c309f414e6d487e68b41790f&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=z-AZtc72_4DXNTghtuf20pEcUWSh_BHBaPiqCQKfA-I&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M src/remollPrimaryGeneratorAction.cc

  Log Message:
  -----------
  Initialization and destruction in pri gen action


Compare: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_compare_314516f16771...be06e8607245&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=L6xWzCOWt2idRvkpajynbQOF3nID99yWIEUKIDE_WZE&s=cnSlxmoFoV6-pQx6rZl9av5_-huCoaxDIPe2JGOqhrw&e= 


More information about the 12gevmoller_sim mailing list