Info about D3PD analysis variables: Difference between revisions

From ift
(Created page with '== Analysis variables == '''Meta-data''' int RunNumber; '''Trigger''' float trig_EF_met_MEx; float trig_EF_met_MEy; int trig_L2_jet_n; std::vector<float>* trig_L2_jet_pt…')
 
No edit summary
Line 1: Line 1:
Please feel free to add more variables and what they contain.
== Analysis variables ==
== Analysis variables ==


'''Meta-data'''
'''Meta-data'''
Line 32: Line 33:
std::vector<float>* jet_flavor_weight_SV0;
std::vector<float>* jet_flavor_weight_SV0;


std::vector<float>* jet_pt; ''Transverse momentum of jets''
std::vector<float>* jet_pt; ''Transverse momentum of jets in MeV''


std::vector<float>* jet_emscale_pt;
std::vector<float>* jet_emscale_pt;
Line 60: Line 61:
'''Missing transverse energy'''
'''Missing transverse energy'''


float MET_Final_et;
float MET_Final_et; '' Total amount of missing E_T in MeV ''


float MET_Final_etx;
float MET_Final_etx;


float MET_Final_ety;
float MET_Final_ety;
Line 81: Line 82:
'''Electron'''
'''Electron'''


int el_n;
int el_n; '' Number of electrons in event''


std::vector<int>*  el_author;
std::vector<int>*  el_author;  


std::vector<float>* el_pt;
std::vector<float>* el_pt; ''Transverse momentum of electrons in MeV''


std::vector<float>* el_eta;
std::vector<float>* el_eta;
Line 125: Line 126:
'''Tau'''
'''Tau'''


int tau_n;
int tau_n; '' Number of taus ''


std::vector<float>* tau_Et;
std::vector<float>* tau_Et; ''Transverse energy of taus in MeV''


std::vector<float>* tau_eta;
std::vector<float>* tau_eta;

Revision as of 16:36, 8 March 2011

Please feel free to add more variables and what they contain.

Analysis variables

Meta-data

int RunNumber;


Trigger

float trig_EF_met_MEx;

float trig_EF_met_MEy;

int trig_L2_jet_n;

std::vector<float>* trig_L2_jet_pt;

bool L1_J55;


Jet

int jet_n; Number of jets in event (extra conditions?)

std::vector<float>* jet_eta;

std::vector<float>* jet_phi;

std::vector<float>* jet_m;

std::vector<float>* jet_flavor_weight_SV0;

std::vector<float>* jet_pt; Transverse momentum of jets in MeV

std::vector<float>* jet_emscale_pt;

std::vector<float>* jet_n90;

std::vector<float>* jet_timing;

std::vector<float>* jet_quality;

std::vector<float>* jet_emfrac;

std::vector<float>* jet_hecf;

std::vector<float>* jet_EMJES;

std::vector<float>* jet_jvtxf;

std::vector<float>* jet_fmax;


Vertex

std::vector<int>* vx_nTracks;


Missing transverse energy

float MET_Final_et; Total amount of missing E_T in MeV

float MET_Final_etx;

float MET_Final_ety;

float MET_Final_phi;

float MET_Final_sumet;

float MET_LocHadTopo_etx;

float MET_MuonBoy_etx;

float MET_LocHadTopo_ety;

float MET_MuonBoy_ety;


Electron

int el_n; Number of electrons in event

std::vector<int>* el_author;

std::vector<float>* el_pt; Transverse momentum of electrons in MeV

std::vector<float>* el_eta;

std::vector<float>* el_phi;

std::vector<float>* el_cl_eta;

std::vector<float>* el_cl_phi;

std::vector<int>* el_goodOQ;


Muon

int mu_staco_n;

std::vector<float>* mu_staco_matchchi2;

std::vector<float>* mu_staco_isCombinedMuon;

std::vector<float>* mu_staco_pt;

std::vector<float>* mu_staco_eta;

std::vector<float>* mu_staco_phi;

std::vector<float>* mu_staco_ptcone20;

std::vector<float>* mu_staco_me_qoverp_exPV;

std::vector<float>* mu_staco_me_theta_exPV;

std::vector<float>* mu_staco_id_qoverp_exPV;

std::vector<float>* mu_staco_id_theta_exPV;


Tau

int tau_n; Number of taus

std::vector<float>* tau_Et; Transverse energy of taus in MeV

std::vector<float>* tau_eta;

std::vector<float>* tau_phi;

std::vector<float>* tau_m;

std::vector<int>* tau_nLooseTrk;

std::vector<int>* tau_nProng;

std::vector<int>* tau_numTrack;

std::vector<float>* tau_secvtx_chiSquared;

std::vector<float>* tau_secvtx_numberDoF;

std::vector<float>* tau_secvtx_x;

std::vector<float>* tau_secvtx_y;

std::vector<float>* tau_secvtx_z;

std::vector<int>* tau_BDTEleScore;

std::vector<float>* tau_BDTJetScore;

std::vector<float>* tau_electronVetoTight;

std::vector<float>* tau_muonVeto;

std::vector<float>* tau_charge;

std::vector<float>* tau_seedCalo_etEMCalib;

std::vector<float>* tau_seedCalo_etHadCalib;