[12gevmoller_sim] [JeffersonLab/remoll] c14f12: Unmatched new/delete

GitHub noreply at github.com
Fri May 5 18:01:22 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=hae-BCqih_G5F3XDLV41DGCbJ0AmrR5TihDD6d5ZNjw&s=PWbCdW53A6tCcGRnwISGN8mAp_6REDthyWops2pboXs&e= 
  Commit: c14f12c6e4c2189c6e428f48e81aa50635faad86
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_c14f12c6e4c2189c6e428f48e81aa50635faad86&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=hae-BCqih_G5F3XDLV41DGCbJ0AmrR5TihDD6d5ZNjw&s=Fi15TyBdplE_YV7BPZxAcz1lyHaPDxO8pcZ6hjeZZbM&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M src/remollTextFile.cc

  Log Message:
  -----------
  Unmatched new/delete


  Commit: 1392741c51e8710995a5aa869765af09c0601026
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_1392741c51e8710995a5aa869765af09c0601026&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=hae-BCqih_G5F3XDLV41DGCbJ0AmrR5TihDD6d5ZNjw&s=gxRta7Yj2NBib4pmZ53OYRNuA2PaL9n_czSd8QxXonE&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M src/remollEventAction.cc

  Log Message:
  -----------
  Reenable ROOT output


  Commit: 912be497dbdd7e538a71c283c5da2ae5f2816857
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_912be497dbdd7e538a71c283c5da2ae5f2816857&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=hae-BCqih_G5F3XDLV41DGCbJ0AmrR5TihDD6d5ZNjw&s=qpdKokeZODJv9I9CMdfl4G_jE50GsaXNFdwexcGQLx0&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-05-04 (Thu, 04 May 2017)

  Changed paths:
    M src/remollIO.cc

  Log Message:
  -----------
  Initialize counters


  Commit: d59b63b27af4127b2e9e9e3eb1099d57eced4e9d
      https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_commit_d59b63b27af4127b2e9e9e3eb1099d57eced4e9d&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=hae-BCqih_G5F3XDLV41DGCbJ0AmrR5TihDD6d5ZNjw&s=YYyr9o5SOlNolIjuT_8s2fxDaw3xH6w4AGzehdiJKIY&e= 
  Author: Wouter Deconinck <wdconinc at gmail.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M include/remollBeamTarget.hh
    M include/remollGenLUND.hh
    M include/remollGenPion.hh
    M include/remollMessenger.hh
    M include/remollPrimaryGeneratorAction.hh
    M include/remollRunData.hh
    M include/remollSteppingAction.hh
    M include/remollVEventGen.hh
    M src/remollActionInitialization.cc
    M src/remollBeamTarget.cc
    M src/remollEvent.cc
    M src/remollGenLUND.cc
    M src/remollGenPion.cc
    M src/remollMessenger.cc
    M src/remollPrimaryGeneratorAction.cc
    M src/remollSteppingAction.cc
    M src/remollVEventGen.cc

  Log Message:
  -----------
  Move commands from remollMessenger into parent classes

G4GenericMessenger allows for much more streamlined definition of
commands that just change class members or call simple methods. This
makes ownership of the commands clearer. That's in particular useful for
classes that are multiplied in multithreaded operation (primary
generator action and most other actions, with the exception of run
action). Instead of passing pointers around to remollMessenger, the
necessary messengers are now generated as needed by the action classes
(and other classes).


Compare: https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_remoll_compare_e55b8c3a161e...d59b63b27af4&d=DwICaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=3B3cpV8BW_CcRY44e0IgDNmqzlTXeeJsbWtRdt_HYCM&m=hae-BCqih_G5F3XDLV41DGCbJ0AmrR5TihDD6d5ZNjw&s=M1OQaheRRHTSEyjJE1jG2Q1z4I3fHwYjMwK4DwjqKe4&e= 


More information about the 12gevmoller_sim mailing list