### README --- tpc/tpcparallel/ ## Copyright 2008 Sebastian Neubert ## ## Author: sneubert@e18.physik.tu-muenchen.de ## Keywords: parallel reconstruction of tpc data using mpi Modules: ClusterfinderModule (CFM) -- Associated with only one sector! -- uses PndTpcClusterFinder -- Get's data (PndTpcDigis) from the relevant sector -- Steers timeslice processing -- Sends Clusters to TrackletRecoModule TrackletRecoModule (TRM) -- Associated with only one sector! -- Get's PndTpcClusters from ClusterfinderModule -- Builds Tracklets -- Connects tracklets from neighbouring Modules (how???) -- Is connected in a cylinder-topology to neighbouring TRMs TrackBufferModules (TBM) -- Collect completed tracks from the endcaps of the TRM-Cylinder -- Tries to merge tracks