Skip to content
Snippets Groups Projects
  • hallc-online's avatar
    9f98b2c0
    Modify THcDC, THcDriftChamber, THcSpacePoint · 9f98b2c0
    hallc-online authored
    THcSpacePoint
      1) added fSetStubFlag which is intialized
         to kFALSE in constructor and set to kTRUE
         when SetStub is called.
       2) added method GetSetStubFlag which
          returns fSetStubFlag.
    
    THcDriftchamber
       1) In ProcessHits increased fHits reserve to 40
       2) In FindSpacePoints use fSpacePoints->Delete();
       3) In LeftRight ,only SetStub if the Stub is fit.
    
    THcDC
       1) In LinkStubs
          a) only link stubs if number of total spacepoints <10
          b) only link stubs if both spacepoints have SetStubFlag true
    
    THcDCHit.h
       1) In constructor initalize fLR to 0
    
    THcDCTrack.cxx
       1) AddSpacePoint check if fnSP < 10
    9f98b2c0
    History
    Modify THcDC, THcDriftChamber, THcSpacePoint
    hallc-online authored
    THcSpacePoint
      1) added fSetStubFlag which is intialized
         to kFALSE in constructor and set to kTRUE
         when SetStub is called.
       2) added method GetSetStubFlag which
          returns fSetStubFlag.
    
    THcDriftchamber
       1) In ProcessHits increased fHits reserve to 40
       2) In FindSpacePoints use fSpacePoints->Delete();
       3) In LeftRight ,only SetStub if the Stub is fit.
    
    THcDC
       1) In LinkStubs
          a) only link stubs if number of total spacepoints <10
          b) only link stubs if both spacepoints have SetStubFlag true
    
    THcDCHit.h
       1) In constructor initalize fLR to 0
    
    THcDCTrack.cxx
       1) AddSpacePoint check if fnSP < 10