2009 pp Upsilon Sample
Code is at:
/star/u/rjreed/Upsilonpp2009/upsilonpp2006_v5
The below sample is from after the fix (10117028)
Used 2006 calibration
Figure 1: # of candidates in the event. # of events with 0 comparable to 2006
Figure 2: E1 Cluster returned from running L2 code Offline
Figure 3: E2 Cluster from L2 code run offline
Figure 4: Invariant Mass from L2 run offline
Figure 5: Cos Theta from L2 run Offline
Out of 12852 candidates
Only 701 had 2 tracks which passed basic cuts (~5%)
track->flag() > 0 &&
track->flag() != 701 &&
track->flag() != 801 &&
track->flag() != 901 &&
track->pt() > 0.2 &&
track->nHitsFit() > 20 &&
track->nHitsFit() / (float)track->nHitsPoss() > 0.52 &&
0.0 * keV < track->dEdx() && track->dEdx() < 6.0 * keV);
None passed with addition offline cuts:
candidates.nSigmaElectron1>-2.0&candidates.nSigmaElectron1<2.0&&candidates.nSigmaElectron2>-2.0&&candidates.nSigmaElectron2<2.0&&candidates.Ecluster1>5.2&&candidates.Ecluster2>2.5&&candidates.Ecluster1/candidates.p1>0.7&&candidates.Ecluster1/candidates.p1<1.3&&candidates.Ecluster2/candidates.p2>0.7&&candidates.Ecluster2/candidates.p2<1.3&&candidates.y>-0.5&&candidates.y<0.5
From 2006 trigger 137603
955106 candidates
71768 passed basic cuts (~7.5%)
273 passed offline (++,--,and +-) (~0.004%)
Looks Ok to me, not enough statistics to see a signal
Figure 6: L0 Seed
Figure 7: L2 Seed
- rjreed's blog
- Login or register to post comments