21
1 14/01/2008 - EGamma POG meeting Electron reconstruction Electron reconstruction Matteo Sani, Avi Yagil, Boris Mangano Matteo Sani, Avi Yagil, Boris Mangano UCSD UCSD

Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

114/01/2008 - EGamma POG meeting

Electron reconstructionElectron reconstruction

Matteo Sani, Avi Yagil, Boris ManganoMatteo Sani, Avi Yagil, Boris ManganoUCSDUCSD

Page 2: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

214/01/2008 - EGamma POG meeting

IntroductionIntroductionTo improve physics analysis it would be worth to have 

the electron reconstruction efficiency as high as possible.

We tried to develop a new reconstruction “sequence” to achieve this improvement.

Doing so: we tried not to do too much coding (few new lines of code have 

been written) re­use existing objects and mainly re­arrangement of already 

available tools and changes in configurations the resulting sequence is the GlobalGsfElectrons(GGE)

Page 3: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

314/01/2008 - EGamma POG meeting

Goal and ImplementationGoal and ImplementationThe main goal of this study is to maximize the efficiency 

of the producer: electrons which are rejected/not reconstructed by the producer cannot 

be recovered by any subsequent electron ID module or analysis the efficiency/fake­rate trade­off can be optimized later according to 

the specific channel under investigation

Implementation overview: use standard CTF mixed seeding inside electron reconstruction loosen some of the production cuts for more details see talks:

– Matteo Sani, EGamma POG 08/06/2007

– Boris Mangano, CMS Higgs WG 10/11/2007

Page 4: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

414/01/2008 - EGamma POG meeting

EnvironmentEnvironmentThe performance of the two sequences have been 

compared in CMSSW_1_8_0_pre6: for the signal we have used Z→ee events of the 

RelVal180pre4 as a background QCD_pT_50_80 events from the 

RelVal180pre4 also.

Efficiency and fake­rate have been evaluated using Pedro's tool to use “standard” definitions.

Thanks to Ursula, the Electron producer has been modified so that changing only one cfg parameter we can switch from an algorithm to the other.

Page 5: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

514/01/2008 - EGamma POG meeting

Standard CMS Electron SequenceStandard CMS Electron Sequence

track­seeds track­seeds generatorgenerator

(superCluster driven(superCluster driven))

CTF CTF trajectory buildertrajectory builder

(“adapted”(“adapted”  to electron)to electron)

GSF trackGSF trackfitterfitter

SuperSuperCluster Cluster 

reconstructionreconstruction

Electron Electron producerproducer

CMSCMS

electronelectron

sequencesequence

­ ­ the track­seeds are produced by pairs of pixel (and only pixel) hits

- a tight matching between seeds and cluster is applied

the same as standard CTF tracking, but:

- propagator uses different formula for energy loss

- cut on hit compatibility is loosen; number of branches during building is reduced 

No GSF is involved here  

­ track’s momentum and cluster’s energy are combined.

­ pre­selection cuts are applied

Page 6: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

614/01/2008 - EGamma POG meeting

GlobalGsfElectronsGlobalGsfElectrons Sequence Sequence

Global CTF Mixed Global CTF Mixed Seed generatorSeed generator

CTF CTF trajectory buildertrajectory builder

(“adapted”(“adapted”  to electron)to electron)

GSF trackGSF trackfitterfitter

SuperSuperCluster Cluster 

reconstructionreconstructionMatch­BoxMatch­Box

GGEGGE

electronelectron

sequencesequence

very loose very loose seed seed filterfilter

­ only seeds which are completely incompatible with any SuperCluster are rejected (see later)

­ ­ the same as CMS electron reco.- the same as CMS “combiner” of track­cluster parameters.

- some of pre­selection cuts have been removed

CMS CMS Electron Electron producerproducer

-mixed seeding (also siStrip in the endcap are used)

- matching  between final fitted track and cluster: only 1 track matched per superCluster (not optimized)

Page 7: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

714/01/2008 - EGamma POG meeting

Mixed seeding: GGE reconstruction can recover electrons which cross just 1 or 0 pixel detectors.

Matching: GGE matched the final fitted tracks with the SC. In doing so the more precise final track information was used.

Removing of selection cuts, some default cuts removed from the producer:

Differences between the 2 SequencesDifferences between the 2 Sequences

double maxEOverPBarrel = 3.double maxEOverPEndcaps = 5.double minEOverPBarrel = 0.35double minEOverPEndcaps = 0.35double maxHOverE = 0.2double maxDeltaEta = 0.02double maxDeltaPhi = 0.1double EtCut = 5.  0. We keep these

Very loose cut not relevant for

signal eff.

Page 8: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

814/01/2008 - EGamma POG meeting

EETT cut removal cut removalOptimization of preselection cuts is needed

simplest solution seems GlobalGSFElectrons cuts ET > 5 probably needs to be retained to prevent 

number of candidate (especially for low pt­hat bins)For the moment I checked fake rate (without eID) in 

QCD_30_50 the lowest available and it is under control. 

From Seez report.

Page 9: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

914/01/2008 - EGamma POG meeting

­­­ before the filter

­­­ gsf candidates

­­­ reco electrons

TimingTimingOriginally the very loose seed filter (seed to cluster 

matching) led to a huge number of candidate to be propagate spending too much time in track reconstruction. 

  

 

 A tighter match in Dh (0.025) greatly reduce the number of 

candidate so that now the two algorithms have similar timing.

GGE 0.7 s 0.21 sSTD 0.16 s 0.16 s

Zee events dEta < 0.3 dEta < 0.025

QCD events

GGE 1.1 s 0.54 sSTD 0.18 s 0.18 s

dEta < 0.3 dEta < 0.025

ppTT ∆φ∆φ ∆η∆η

Page 10: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1014/01/2008 - EGamma POG meeting

 window windowWe realized that we were not using an extrapolation of 

the impact point at calorimeter to compute   and   calo/seed

Boris recently implemented this and I'm currently running on Zee: to optimize thresholds again to compute eff, fake and timing (expected same eff with 

lower timing)

Page 11: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1114/01/2008 - EGamma POG meeting

Efficiency definitionEfficiency definition

The MC­RECO matching criteria for efficiency calculations: a reconstructed electron matches a MC electron if DR<DRmax and has the same charge

– DRmax = 0.05 if more than one reconstructed electrons satisfies these 

conditions, the one with closest p relative to the MC electron is selected.

only prompt electrons are considered

Page 12: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1214/01/2008 - EGamma POG meeting

Performance ­ EfficiencyPerformance ­ Efficiency

ppTT

ηη

GlobalGSFElectrons is more efficient over full h range GGE = 90% STD = 85%

Source of improved efficiency: better seeding of electron tracks 

(use the standard CTF track seeder) 

removal of some producer level cuts

more efficient seed to cluster match

Page 13: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1314/01/2008 - EGamma POG meeting

Electron ID (robust)Electron ID (robust)To be sure that the increase in efficiency is not due to the 

reconstruction of fakes we compare the performance after the application of robust and loose eID.

Page 14: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1414/01/2008 - EGamma POG meeting

Electron ID (loose)Electron ID (loose)The efficiency gain is almost the same so we are not 

reconstructing junk.

Page 15: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1514/01/2008 - EGamma POG meeting

Fake definitionFake definition

A QCD sample (pt_50_80) has been used to evaluate the fake­rate.

The fake rate is defined as the number of reconstructed jets that match a reconstructed electron divided by the number of reconstructed jets: jets reconstructed with Iterative Cone (size 0.5) algorithm 

and ET > 10 GeV

jet corrections not considered

Page 16: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1614/01/2008 - EGamma POG meeting

Performance ­ Fake Rate (no eID)Performance ­ Fake Rate (no eID)

­­­ STD fake­rate: 15 %

­­­ GGE fake­rate: 15 %

The average fake­rate is thesame for both algorithm.In the endcap GGE fake­rateis higher as the reconstructionefficiency is higher.That's not true in the barrel.

Page 17: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1714/01/2008 - EGamma POG meeting

Fake Rate in BarrelFake Rate in BarrelA fraction of the higher fake­rate for STD reconstruction is 

due to the possibility to have multiple candidate per SC.

Resolving the ambiguity by using E/p of the candidates slightly reduces the effect.

The remaining difference can be explained by the cleaner matching performed in GGEwhere the full reconstructed track information is used.

Page 18: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1814/01/2008 - EGamma POG meeting

Ambiguity resolutionAmbiguity resolution

A small and simple module after electron producer should resolve ambiguity between electrons belonging to the same SC.

Our choice to select best candidate according to E/p seems reasonable.

Sent results on old study which showed distributions improvement after E/p selection, more studies needed.

From Seez report.

Page 19: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

1914/01/2008 - EGamma POG meeting

Performance – Fake Rate (eID)Performance – Fake Rate (eID)

Fake­rate is still under control after applying electron Identification.

Page 20: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

2014/01/2008 - EGamma POG meeting

ConclusionsConclusionsWe have set up a new sequence to reconstruct electrons 

(GlobalGsfElectrons): GlobalMixedSeed

standard GSF track building and fitting

We have loosened the electron producer cuts and modified the matching between track/seed and SC.

The electron producer has been modified so that it is possible to switch between the two sequence.

We see an increase in efficiency both in the endcap and barrel region.

Page 21: Electron reconstruction · 14/01/2008 - EGamma POG meeting 2 Introduction To improve physics analysis it would be worth to have the electron reconstruction efficiency as high as possible

2114/01/2008 - EGamma POG meeting

Algorithm comparisonAlgorithm comparisonGeneral agreement that eff and fake rejection 

are similar (provided threshold tuning).Mixed seeding approach has advantage to 

use standard tracker code/tools.This advantage is incompletely realized if it 

can't be used in HLT: if special pixel seeding needs to be mantained for HLT then it is arguable that it can/should also used off­line.

From Seez report.