Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CAVEAT:  Basically, I'm just using these pages as a notepad.   The idea is to make the doxygen generated commets reflect the stuff here eventually

 Overiew

  AcdReconAlg::reconstruct( const Event::AcdDigiCol& digiCol ) is the main function.

     it calls 

        AcdPha2MipTool(const Event::AcdDigiCol& digiCol, Event::AcdHitCol& hits, AcdRecon::AcdHitMap& hitMap )

 

 

Which converts all the digis to calibrated AcdHits. 

        AcdReconAlg::trackDistances(...)

            Which does all the geometrical computations in this order:

  

           
 

        And then stores all of the cached AcdReconstruction data on the TDS
 

 

Geometrical Functions

 These functions are defined in AcdRecon/AcdReconFuncs.h and implemented in src/AcdReconFuncs.cxx 

...