300 likes | 341 Views
Analyze tower data from overlapping events using jet clustering algorithm in high-energy physics experiments. Compare original jets with reclustered jets for accuracy. Explore jet movements and energy consistency. Assess performance on multiple events and triggers in single and double configurations, analyzing jet properties. Investigate the effectiveness of the algorithm on various event scenarios. Draw conclusions on the accuracy and efficiency of the clustering process for research purposes.
E N D
Lee Pondrom June 13, 2011 Sphericity
Unravelling two jet20 events taken together • Use the jet clustering algorithm from the event reconstruction code to analyze the towers into separate jets in the two event overlap. • Check with single events to see if it works
TCalOneEventModule.cc • Implement code adapted from Ken Hatakeyama to do the real clustering on the towers. • Run on single events to compare the jetblock data to the results from jetclu.
Parameters of the jetclu algorithmsame as JetCluAlgorithm.cc • Seedthreshold=1 GeV, mintowerET=0.1GeV • Coneradius = 0.7 in η-φ space • Adjacency cut = 2. Towers are added to the jet if in a 2Rx2R square in η and φ • Overlapthreshold = 0.75. Ovelapping jets are merged if their shared ET>0.75*ET2, the ET of the smaller jet. Otherwise two jets are formed and common towers are assigned to the nearest jet.
Correct for event vertex • Tower ET and η assume zvertex=0. • Write simple correction code, different for barrel |η|<1 and plug |η|>1. • Match Δφ<.15 to select jet-cluster pair. • Read 1000 events: 478 jet1->clu1 match • 42 jet2->clu1 match • 13 clu1 matches neither jet.
Conclusions from jetclu • Comparison of jet data in the jetblock and reclustered jets using the towers and jetclu shows that the agreement is good, but not perfect. • JetCluAlgorithm.cc is the default code. • Φ agreement is the best. That is why it was used as a key for the other comparisons.
Application to the two event module • Add events in pairs such that each one has at least one jet with ET>15 GeV. • This gives at least 4 jets in the combined event. • Run the cluster algorithm on the combined towers. Leave all towers at z = 0. • Compare lego plots of the jet block and the cluster block
Comments on event #1 • Here the leading jet in the first event and the second jet in the second event are merged by jetclualgorithm to form a single jet in the second lego plot. • However, jetclualgorithm produces a fourth jet in the region where the original jet resided.
Conclusions from the lego plots • Jets move around. Lower ET jets are easier to move. • Generally the re-clustered energy is larger than in the original jets. • If the original jets are close together jetclualgo merges them into one superjet. • On the whole, the original jets and the reclustered jets agree well for these 10 events.
Run on jet20 data to look for 4 jets in one event • Require jet4 ET>3 GeV (same as JetCluParams for minimum ET jet formation). • Require no second vertex outside ±1 cm. • 50,000 events gives 20,209 4 jet candidates.
Jet20 single and double triggers • Double triggers have more of everything – more towers, more energy, higher ET in every jet category. • Of course the double triggers have two trigger jets by definition, while the single trigger 4 jet events have only one. • The second jet in the single triggers looks like the fourth jet in the double trigger sample. • A surprisingly large number of events (40%) have 4 or more jets with ET>3 GeV.