LArSoft v06_02_00 Release Notes
list of LArSoft releases
Download instructions
Purpose
  - fix for #13329
    
      - genie v2_10_10
 
      - dk2nu v01_04_01
 
    
   
  - larsimobj feature/gp_SimChannelRevision
 
New features
  - 
    
larsimobj feature/gp_SimChannelRevision
    std::map<unsigned short,std::vector<sim::IDE> > must be replaced by auto
   
In most cases, the type should be const auto &
This change has already been made in the experiment code
Bug fixes
  - #13329 is fixed with genie v2_10_10
 
Updated dependencies
  
    
      |   | 
        | 
        | 
        | 
    
  
  
    
      | Product | 
      Version | 
      Qualifiers | 
      Notes | 
    
    
      | nutools | 
      v2_01_03 | 
      e10 | 
        | 
    
    
      | dk2nu | 
      v01_04_01 | 
      e10:r6 | 
        | 
    
    
      | genie | 
      v2_10_10 | 
      e10:r6 | 
      #13329 | 
    
    
      | cetbuildtools | 
      v5_04_03 | 
        | 
        | 
    
  
Change List
larsoft v06_02_00
  - 2016-08-05 Lynn Garren : larsoft v06_02_00 for larsoft v06_02_00
 
  - 2016-08-05 Lynn Garren : nutools, genie, dk2nu
 
lareventdisplay v06_00_03
  - 2016-08-05 Lynn Garren : lareventdisplay v06_00_03 for larsoft v06_02_00
 
  - 2016-08-04 Tingjun Yang : Fix a bug so calorimetry matches pid.
 
  - 2016-08-04 Tingjun Yang : Add information of number of hits per plane.
 
  - 2016-08-04 Tingjun Yang : Match calorimetry color with track color.
 
  - 2016-08-04 Tingjun Yang : Use hist (no L) option, also fix other places with the new option.
 
  - 2016-08-03 Gianluca Petrillo : Draw waveforms with no error bar (issue #13366)
 
  - 2016-08-03 Gianluca Petrillo : Added missing service to event display
 
larexamples v06_00_02
  - 2016-08-05 Lynn Garren : larexamples v06_00_02 for larsoft v06_02_00
 
  - 2016-07-29 Gianluca Petrillo : Removed HTML file which should have never been there.
 
larpandora v06_00_03
  - 2016-08-05 Lynn Garren : larpandora v06_00_03 for larsoft v06_02_00
 
  - 2016-07-30 Andrew Blake : Modifying LArPandora analysis code to handle one hit per seed and multiple seeds per particle (rather than one seed per particle, as was assumed by previous analysis module)
 
larana v06_00_03
  - 2016-08-05 Lynn Garren : larana v06_00_03 for larsoft v06_02_00
 
  - 2016-08-03 Tingjun Yang : Save all points (including the first and last points).
 
larreco v06_01_01
  - 2016-08-05 Lynn Garren : larreco v06_01_01 for larsoft v06_02_00
 
  - 2016-08-04 Robert Sulej : add support for vertex info in dumped pdg maps
 
  - 2016-08-04 Robert Sulej : make sure this is most up to date script for EM vs track-like training data prep
 
  - 2016-08-03 Robert Sulej : add options for downscaling function
 
  - 2016-07-29 Lynn Garren : larsoft v06_00_02
 
  - 2016-07-29 Robert Sulej : add function for view selection
 
  - 2016-07-29 Robert Sulej : add classification of unclustered hits
 
larsim v06_01_01
  - 2016-08-05 Lynn Garren : larsim v06_01_01 for larsoft v06_02_00
 
  - 2016-08-04 Lynn Garren : adding ROOT core library
 
  - 2016-08-04 Lynn Garren : using auto in advance of SimChannel changes
 
  - 2016-08-01 Brian Rebel : Add file for configuring G4 to visualize volumes in HepRep format
 
  - 2016-08-01 Dorota Stefan : add parameter which specifies minimum number of electron clusters. Default MinNumberOfElCluster is 0 so behavior is not changed until new parameter is set.
 
larevt v06_00_02
  - 2016-08-05 Lynn Garren : larevt v06_00_02 for larsoft v06_02_00
 
lardata v06_01_00
  - 2016-08-05 Lynn Garren : lardata v06_01_00 for larsoft v06_02_00
 
  - 2016-08-04 Lynn Garren : add ROOT core library
 
  - 2016-08-03 Tingjun Yang : Exclude the first and last point in the PID calculation.
 
larcore v06_00_01
  - 2016-08-05 Lynn Garren : larcore v06_00_01 for larsoft v06_02_00
 
  - 2016-08-01 Lynn Garren : disallow the default constructor
 
larsimobj v1_05_00
  - 2016-08-05 Lynn Garren : larsimobj v1_05_00 for larsoft v06_02_00
 
  - 2016-07-22 Gianluca Petrillo : sim::SimChannel: minor optimisations
 
  - 2016-07-22 Gianluca Petrillo : sim::SimChannel: documentation and meaningful type definitions
 
  - 2016-07-22 Gianluca Petrillo : Bug fixes to IDE and channel merging algorithms in sim::SimChannel
 
  - 2016-07-21 Brian Rebel : build the dictionary for the sim::TDCIDE
 
  - 2016-07-21 Brian Rebel : Make some changes suggested by Gianluca
 
  - 2016-07-21 Brian Rebel : put the changes to SimChannel into this repository now. Change map<unsigned short, std::vector<sim::IDE> > to vector<pair<unsigned short, std::vector<sim::IDE> > >.
 
  - 2016-07-18 Lynn Garren : Merge branch ‘v06_00_00_art2’ into develop
 
lardataobj v1_04_00
larcoreobj v1_04_00
larbatch v01_23_04
  - 2016-08-05 Lynn Garren : larbatch v01_23_04 for larsoft v06_02_00
 
  - 2016-08-03 Herbert Greenlee : Delete temporary files.
 
  - 2016-08-01 yuntse : Update feature to check file size in pubs.
 
  - 2016-08-01 Herbert Greenlee : Merge branch ‘develop’ into feature/greenlee_target_size
 
  - 2016-07-06 Herbert Greenlee : Implement target size feature when merging files in pubs mode.
 
larutils v1_08_00
  - 2016-08-05 Lynn Garren : larutils v1_08_00 for larsoft v06_02_00
 
  - 2016-08-04 Herbert Greenlee : Merge branch ‘develop’ of ssh://cdcvs.fnal.gov/cvs/projects/larutils into develop
 
  - 2016-08-04 Herbert Greenlee : Switch to using Taritree’s github.
 
  - 2016-08-01 Lynn Garren : lines of code changed in the last year
 
  - 2016-08-01 Lynn Garren : make sure we have cloc
 
  - 2016-08-01 Lynn Garren : get information such as the author list, lines of code, etc.