6 #include <TLorentzVector.h>
7 #include <g4jets/JetMap.h>
8 #include <g4jets/Jet.h>
20 JetMap* truth2_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Truth_r02");
24 Jet* this_jet = iter->second;
25 float this_e = this_jet->
get_e();
26 float this_pt = this_jet->
get_pt();
27 float this_phi = this_jet->
get_phi();
28 float this_eta = this_jet->
get_eta();
29 if (this_jet->
get_pt() < 5 || fabs(this_eta) > 5)
continue;
38 JetMap* truth3_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Truth_r03");
42 Jet* this_jet = iter->second;
43 float this_e = this_jet->
get_e();
44 float this_pt = this_jet->
get_pt();
45 float this_phi = this_jet->
get_phi();
46 float this_eta = this_jet->
get_eta();
47 if (this_jet->
get_pt() < 5 || fabs(this_eta) > 5)
continue;
56 JetMap* truth4_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Truth_r04");
60 Jet* this_jet = iter->second;
61 float this_e = this_jet->
get_e();
62 float this_pt = this_jet->
get_pt();
63 float this_phi = this_jet->
get_phi();
64 float this_eta = this_jet->
get_eta();
65 if (this_jet->
get_pt() < 5 || fabs(this_eta) > 5)
continue;
74 JetMap* truth5_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Truth_r05");
78 Jet* this_jet = iter->second;
79 float this_e = this_jet->
get_e();
80 float this_pt = this_jet->
get_pt();
81 float this_phi = this_jet->
get_phi();
82 float this_eta = this_jet->
get_eta();
83 if (this_jet->
get_pt() < 5 || fabs(this_eta) > 5)
continue;
105 JetMap* nsreco2_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Tower_r02");
109 Jet* this_jet = iter->second;
110 float this_e = this_jet->
get_e();
111 float this_pt = this_jet->
get_pt();
112 float this_phi = this_jet->
get_phi();
113 float this_eta = this_jet->
get_eta();
114 if (this_jet->
get_pt() < 10 || fabs(this_eta) > 5)
continue;
123 JetMap* nsreco3_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Tower_r03");
127 Jet* this_jet = iter->second;
128 float this_e = this_jet->
get_e();
129 float this_pt = this_jet->
get_pt();
130 float this_phi = this_jet->
get_phi();
131 float this_eta = this_jet->
get_eta();
132 if (this_jet->
get_pt() < 10 || fabs(this_eta) > 5)
continue;
141 JetMap* nsreco4_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Tower_r04");
145 Jet* this_jet = iter->second;
146 float this_e = this_jet->
get_e();
147 float this_pt = this_jet->
get_pt();
148 float this_phi = this_jet->
get_phi();
149 float this_eta = this_jet->
get_eta();
150 if (this_jet->
get_pt() < 10 || fabs(this_eta) > 5)
continue;
159 JetMap* nsreco5_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Tower_r05");
163 Jet* this_jet = iter->second;
164 float this_e = this_jet->
get_e();
165 float this_pt = this_jet->
get_pt();
166 float this_phi = this_jet->
get_phi();
167 float this_eta = this_jet->
get_eta();
168 if (this_jet->
get_pt() < 10 || fabs(this_eta) > 5)
continue;
183 JetMap* modnsreco2_jets = findNode::getClass<JetMap>(topNode,
"AntiKt_Tower_Mod_r02");
187 Jet* this_jet = iter->second;
188 float this_e = this_jet->
get_e();
189 float this_pt = this_jet->
get_pt();
190 float this_phi = this_jet->
get_phi();
191 float this_eta = this_jet->
get_eta();
192 if (this_jet->
get_pt() < 10 || fabs(this_eta) > 5)
continue;