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.

efficiency for protons 2DIM - sector 0 efficiency for protons 2DIM - sector 1 efficiency for protons 2DIM - sector 2 efficiency for protons 2DIM - sector 3 efficiency for protons 2DIM - sector 4 efficiency for protons 2DIM - sector 5

-- GosiaSudol - 23 Feb 2008
Topic revision: r1 - 2008-02-23, GosiaSudol
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki Send feedback | Imprint | Privacy Policy (in German)