Please find below description how the efficiency matrix for the track reconstruction have been created.
GEANT
- around 1000 file for electrons and positrons have been created
- each file contains of 100000 events with white tracks inside
- white track have been uniformly distributed in each sector one track,
- full geant simulation have been performed,
DST & POSTDST
- on the top of the GEANT files the DST up to PidTrackCandidate have be created,
- later on the post analysis have been run,
- inside the post dst track cleaning and efficiency task have been connected.
HPidTrackCleaner* cleaner = new HPidTrackCleaner();
HPidTrackSorter::setIgnoreRICH();
HPidTrackSorter::setIgnoreInnerMDC();
HTaskSet *pSingleLeptonEffTask = new HTaskSet("Single lepton efficiency","Single lepton efficiency");
HPidSingleTrackEff * pTrackEff = new HPidSingleTrackEff((Char_t *)ntupleFileeff.Data());
pSingleLeptonEffTask->add(pTrackEff);
Please find in attachment also some of the macro which have been used for the simulation and for plotting.
--
GosiaSudol - 23 Feb 2008