Warning, /analysis/EnergyCorrelatorsJets/LargeRLCaloENC/README is written in an unsupported language. File is not indexed.
0001 ###################################### Large R_{L} Calorimeter Only Energy Correlators ####################################################
0002
0003
0004 This analysis is intended to make measurements of the Energy-Energy Correlator up to large R_{L} across all of the Calorimeters (starting
0005 with the Outer HCAL)
0006
0007 Intended uses are for a first measurement without tracking and additional studies in the vein of "Jet observables without Jets algorithms"
0008
0009 ###################################### Output ##############################################################################
0010
0011 Root output is in a combination of TTrees and histograms
0012
0013 TTrees: Store one enetry per event
0014
0015 DijetKinematics--This is a TTree that holds a few branches
0016 N_{dijets}: Number of sets of jet (pt>pt_min) pairs that pass angular cut per event
0017 A_jj_l: A_jj for the pT leading pair of dijets
0018 x_j_l: x_j for the pT leading pair of dijets
0019 Jet_PT: Map of calorimeter (stored as int):
0020 Map of vertex corrected tower position [eta, phi, r]:
0021 p_T in tower (approximated via E/p ratio) (WIP Branch)
0022 dijet_sets: branch holding array of pairs of dijet objects as 3 float array [pt_l, A_jj, x_j] for later analyzers
0023
0024 cuts_r[radius]--Stores information about the cuts to allow for QA of biasing in the cuts
0025 N_jets: number of identified jets above the p_T cut
0026 Lead_pt: p_{T} of the leading jet in the event
0027 Subleading_pt: P_{T} of the leading jet's partner if one exists
0028 Lead_eta: pseduorapidity of leading jet axis
0029 Subleading_eta: pseudorapidity of leading jet's partner axis (if one exists)
0030 delta_phi: difference between leading and subleading jet axis phis
0031 ohcal_ratio: Percentage of energy deposited in the OHCAL of total energy in event
0032 isDijet: Dijet requirement met
0033 negE: negative total energy identified
0034 passes: all cuts are passed by the event
0035
0036 EEC--Holds information about the energy-energy correlator for later analysis
0037 E_Total--Total calorimeter energy
0038 E_CEMC -- Energy in EMCAL
0039 E_IHCAL -- Energy in IHCAL
0040 E_OHCAL -- Energy in OHCAL
0041 vertex -- x,y,z posistion of vertex
0042 2_pt -- 2 point energy correlator (WIP branch)
0043 Map of Region stored as Int (full, towards, away, transverse):
0044 For each calorimeter map of [R_L:e2c]
0045 3_pt -- 3 point energy correlator (WIP branch)
0046 Map of Region stored as Int (full, towards, away, transverse):
0047 For each calorimeter map of [R_L:e2c]
0048
0049 3_pt_full -- 3 point energy correlator with full shape (WIP branch)
0050 Map of region stored as Int (full, towards, away, transverse):
0051 For each calorimeter a map of
0052 array of distances [R_{12/L}, R_{13}, R_{23}]:
0053 e3c
0054 JetEvtObs--Holds info for analysis of kinematics using the method in the above paper
0055 p_T-- pt stored in way allowing for event shape varaible analysis (WIP branch)
0056 Map of region stored as Int (full, towards, away, transverse):
0057 For each calorimeter map of
0058 [Tower Eta, tower phi]:
0059 p_T
0060
0061
0062 Histograms:
0063 TH1:
0064 MethodHistograms for Full calorimeter, Towards, away and transverse regions defined relative to leading jet axis
0065
0066 emcal_occup: Occupancy of towers (%) in the emcal per event
0067 ihcal_occup: Occupancy of towers (%) in the ihcal per event
0068 ohcal_occup: Occupancy of towers (%) in the ohcal per event
0069 TH2:
0070 ohcal_rat_occup: Occupancy of the ohcal and energy in "streak" events: x->(%) energy deposition in ohcal, y->(%) occupancy of towers in ohcal
0071 ohcal_bad_hits: Location of energy deposition of "streak" events: x->phi, y->eta, z->hits
0072 bad_occ_em_oh: Emcal to OHCAL occupancy of "streak" events: x-> (%) ooccupancy emcal towers, y->(%) occupancy ohcal towers
0073 em_allh_bad_hits: EMCAL to all hcal occupancy of "streak" events: x->(%) occupancy emcal towers, y-> average (%) occupancy of hcal towers
0074 #################################### Status ###############################################################################
0075
0076 Currently runs ok on MC data, adding in some fixes to get the real data running better including a more correct jet reco
0077 still need to create the proper dictionary for the ttree to read in the maps correctly