- seelej's home page
- Posts
- 2011
- 2010
- December (2)
- November (3)
- October (3)
- September (3)
- June (2)
- May (3)
- April (2)
- February (9)
- January (1)
- 2009
- December (1)
- October (3)
- September (4)
- August (1)
- July (1)
- June (6)
- May (1)
- April (4)
- March (5)
- February (1)
- January (4)
- 2008
- My blog
- Post new blog entry
- All blogs
W-Algorithm Development
Updated on Mon, 2008-12-08 18:28. Originally created by seelej on 2008-12-07 19:44.
This page outlines the development of the W-Algorithm for the run9 500 GeV data taking.
Last updated on 12/08/2008
Version - v1
Blue - Completed
Red - Outdated or Replaced
White - To do
- Changes to Simulation Package
- Initial Simple Changes for BSMD Studies
- Change BFC to use sim and Wbose tables for pedestal/gain/calibration tables
- Change StEmcSimulator to use constant sampling fraction (across eta) for all layers of BEMC
- Change StEmcSimulator so that gain does not saturate at 1023 for BPRS and BSMD (now 4095 like for BTOW)
- Realistic Simulation and MC/Data Matching
- Put back in realistic pedestals/pedestal widths
- Initial Simple Changes for BSMD Studies
- Simulations to Run for Algorithm Vetting
- 1k Level
- Single Particle Samples
- ET = {10,20,40}, [-1.2,1.2] in eta, 2pi in phi
- electrons, positrons, mu+,mu-,pi0
- Single Particle Samples
- 10k Level
- Single Particle Samples
- W +- Event Samples
- QCD Background Event Samples in pt-hat bins [5-10]
- 100k Level
- Full Statistics Set (one for each event to be taken x some factor)
- 1k Level
- W-Algorithm Development
- Information Gathering
- BTOW Information
- Find highest ET 2x2 cluster
- Use simple gain formula to calculate ET
- Use linear weighted CG for shower position in eta/phi
- Use logarithmic weighed CG for shower position in eta/phi (article on logarithmic weighting) The formula used for a position in either direction is X = sum_i {x_i * w_i} / sum_i {w_i} where w_i = max(0,w0+ln(E_i/E_T)) and I have (for no really good reason) set w0 = 3.0
- BPRS Information
- Find ADC sum for BPRS in same 2x2 tiles
- BSMD Information
- Find BSMDE [-3 strips,+3 strips] ADC sum around central strip
- Find BSMDP [-3 strips,+3 strips] ADC sum around central strip
- Position in eta/phi found by logarithmic weighting in [-3,+3] sums
- TPC Information
- Find highest pT track near BTOW cluster
- Find highest pT track near BTOW cluster
- Vertex
- New Vertex Algorithm to keep vertices with 1 track pointing to them
- BTOW Information
- Particle Level Cuts
- Energy Cuts
- ET of highest ET 2x2 cluster from BTOW > 20 GeV
- pT of highest pT track from TPC > 15 GeV/c
- Shower Shape Cuts
- BPRS Energy in same 2x2 Cluster < (insert number) GeV
- BSMDE(and P) Energy in [-3,+3] / [-N,+N] < (insert number)
- BSMDE(and P) Energy Dispersion (sum{i=strips} En_i * |strip # - center strip #|)/(sum{i=strips} En_i) < (insert number) ... maybe second moment too...
- Matching Cuts
- Highest PT track and highest ET Cluster position (at BSMD depth in BEMC) must be within +- (insert number) eta and +- (insert number) phi
- Highest PT track and highest ET Cluster energies must be within +- (insert number) GeV of one another
- Energy Cuts
- Event Level Cut
- Trigger Cut
- Vertex Cut
- Topological Cuts
- Missing ET cut
- No forward jets in EEMC cut (or just an < some energy cut)
- Information Gathering
- Algorithm Vetting
- Energy/Position Reconstruction Comparison
- e/h Separation vs. ET
- QCD Background Supression
»
- seelej's blog
- Login or register to post comments