Skip to content
Snippets Groups Projects
  • Mark Jones's avatar
    0015a43c
    Modify THcDC · 0015a43c
    Mark Jones authored
    In THcDC.h change MAXTRACKS from 10 to 50. The maximum
    number of tracks is set by parameter ntracks_max_fp
    
    Previously the LinkStubs method would not create
    a track if the total number of spacepoints in
    the two chambers was larger than 10.
    
    Now LinkStubs will create a vector of THcSpacePoints
    of up to 100 spacepoints with no more than
    50 spacepoints from chamber 1 and use that
    to find possible tracks.
    
    I
    0015a43c
    History
    Modify THcDC
    Mark Jones authored
    In THcDC.h change MAXTRACKS from 10 to 50. The maximum
    number of tracks is set by parameter ntracks_max_fp
    
    Previously the LinkStubs method would not create
    a track if the total number of spacepoints in
    the two chambers was larger than 10.
    
    Now LinkStubs will create a vector of THcSpacePoints
    of up to 100 spacepoints with no more than
    50 spacepoints from chamber 1 and use that
    to find possible tracks.
    
    I