Fork me on GitHub

Changeset 2118a6a in git for modules/VertexSorter.cc


Ignore:
Timestamp:
May 18, 2016, 5:17:11 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
b291b0b
Parents:
bc4bff0
Message:

fixed missing vertexing variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/VertexSorter.cc

    rbc4bff0 r2118a6a  
    5353void VertexSorter::Init()
    5454{
    55   fInputArray = ImportArray(GetString("InputArray", "VertexFinder/clusters"));
     55  fInputArray = ImportArray(GetString("InputArray", "VertexFinder/vertices"));
    5656
    5757  fTrackInputArray = ImportArray(GetString("TrackInputArray", "VertexFinder/tracks"));
Note: See TracChangeset for help on using the changeset viewer.