122 std::vector<reco::TrackRef> fTracks;
123 fTracks.reserve(tracks_h->size());
124 for (
unsigned i = 0;
i < tracks_h->size(); ++
i) {
131 auto pOut = std::make_unique<reco::JPTJetCollection>();
136 for (
auto const& oldjet : jets_h) {
141 double factorZSP = 1.;
149 double scaleJPT = 1.;
157 bool validMatches =
false;
162 corrected.
py() * scaleJPT,
163 corrected.
pz() * scaleJPT,
164 corrected.
energy() * scaleJPT);
195 double deEta2Tr = 0.;
196 double dePhi2Tr = 0.;
200 double denominator_tracks = 0.;
205 double deR =
deltaR((*it)->eta(), (*it)->phi(), p4.eta(), p4.phi());
206 double deEta = (*it)->eta() - p4.eta();
207 double dePhi =
deltaPhi((*it)->phi(), p4.phi());
208 if ((**it).ptError() / (**it).pt() < 0.1) {
209 deR2Tr = deR2Tr + deR * deR * (*it)->pt();
210 deEta2Tr = deEta2Tr + deEta * deEta * (*it)->pt();
211 dePhi2Tr = dePhi2Tr + dePhi * dePhi * (*it)->pt();
212 denominator_tracks = denominator_tracks + (*it)->pt();
213 Zch = Zch + (*it)->pt();
215 Pout2 = Pout2 + (**it).p() * (**it).p() - (Zch * p4.P()) * (Zch * p4.P());
221 double deR =
deltaR((*it)->eta(), (*it)->phi(), p4.eta(), p4.phi());
222 double deEta = (*it)->eta() - p4.eta();
223 double dePhi =
deltaPhi((*it)->phi(), p4.phi());
224 if ((**it).ptError() / (**it).pt() < 0.1) {
225 deR2Tr = deR2Tr + deR * deR * (*it)->pt();
226 deEta2Tr = deEta2Tr + deEta * deEta * (*it)->pt();
227 dePhi2Tr = dePhi2Tr + dePhi * dePhi * (*it)->pt();
228 denominator_tracks = denominator_tracks + (*it)->pt();
229 Zch = Zch + (*it)->pt();
231 Pout2 = Pout2 + (**it).p() * (**it).p() - (Zch * p4.P()) * (Zch * p4.P());
237 double deR =
deltaR((*it)->eta(), (*it)->phi(), p4.eta(), p4.phi());
238 double deEta = (*it)->eta() - p4.eta();
239 double dePhi =
deltaPhi((*it)->phi(), p4.phi());
240 if ((**it).ptError() / (**it).pt() < 0.1) {
241 deR2Tr = deR2Tr + deR * deR * (*it)->pt();
242 deEta2Tr = deEta2Tr + deEta * deEta * (*it)->pt();
243 dePhi2Tr = dePhi2Tr + dePhi * dePhi * (*it)->pt();
244 denominator_tracks = denominator_tracks + (*it)->pt();
245 Zch = Zch + (*it)->pt();
247 Pout2 = Pout2 + (**it).p() * (**it).p() - (Zch * p4.P()) * (Zch * p4.P());
254 Zch = Zch + (*it)->pt();
257 it !=
muons.inVertexOutOfCalo_.end();
259 Zch = Zch + (*it)->pt();
262 it !=
elecs.inVertexOutOfCalo_.end();
264 Zch = Zch + (*it)->pt();
274 if (denominator_tracks != 0) {
275 deR2Tr = deR2Tr / denominator_tracks;
276 deEta2Tr = deEta2Tr / denominator_tracks;
277 dePhi2Tr = dePhi2Tr / denominator_tracks;
300 tmpColl.push_back(fJet);
310 std::map<reco::JPTJetCollection::iterator, double> AreaNonJet;
312 for (reco::JPTJetCollection::iterator ij1 = tmpColl.begin(); ij1 != tmpColl.end(); ij1++) {
314 for (reco::JPTJetCollection::iterator ij2 = tmpColl.begin(); ij2 != tmpColl.end(); ij2++) {
317 if (fabs((*ij1).eta() - (*ij2).eta()) > 0.5)
327 for (reco::JPTJetCollection::iterator ij = tmpColl.begin(); ij != tmpColl.end(); ij++) {
333 double ja = (AreaNonJet.find(ij))->
second;
337 (*ij).scaleEnergy(factorPU);
340 pOut->push_back(*ij);
double pz() const final
z coordinate of momentum vector
Jets made from CaloTowers.
virtual void scaleEnergy(double fScale)
scale energy of the jet
reco::TrackRefVector calculateBGtracksJet(reco::JPTJetCollection &, std::vector< reco::TrackRef > &, edm::Handle< std::vector< reco::TrackExtrapolation > > &, reco::TrackRefVector &)
ZSPJPTJetCorrector * mZSPalgo
std::vector< JPTJet > JPTJetCollection
collection of CaloJet objects
reco::TrackRefVector inVertexInCalo_
reco::TrackRefVector inVertexOutOfCalo_
double getResponseOfChargedWithoutEff()
muons
the two sets of parameters below are mutually exclusive, depending if RECO or ALCARECO is used the us...
edm::EDGetTokenT< edm::View< reco::CaloJet > > input_jets_token_
U second(std::pair< T, U > const &p)
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
virtual double correction(const reco::Jet &, const edm::Event &, const edm::EventSetup &) const
apply correction using Event information
virtual Constituents getJetConstituents() const
list of constituents
double px() const final
x coordinate of momentum vector
Jets made from CaloJets corrected for ZSP and tracks.
double correction(const reco::Jet &, const reco::Jet &, const edm::Event &, const edm::EventSetup &, P4 &, jpt::MatchedTracks &pions, jpt::MatchedTracks &muons, jpt::MatchedTracks &elecs, bool &validMatches)
Vectorial correction method (corrected 4-momentum passed by reference)
JetPlusTrackCorrector * mJPTalgo
double getResponseOfChargedWithEff()
Get responses/sumPT/SumEnergy with and without Efficiency correction.
math::XYZPoint Point
point in the space
reco::TrackRefVector outOfVertexInCalo_
edm::EDGetTokenT< reco::TrackCollection > input_tracks_token_
double py() const final
y coordinate of momentum vector
double getSumPtWithoutEff()
edm::EDGetTokenT< reco::VertexCollection > input_vertex_token_
const_iterator end() const
Termination of iteration.
Particles matched to tracks that are in/in, in/out, out/in at Vertex and CaloFace.
edm::EDGetTokenT< std::vector< reco::TrackExtrapolation > > input_extrapolations_token_
double getSumEnergyWithoutEff()
const_iterator begin() const
Initialize an iterator over the RefVector.
double correctAA(const reco::Jet &, const reco::TrackRefVector &, double &, const reco::TrackRefVector &, const reco::TrackRefVector &, double, const reco::TrackRefVector &) const
For AA - correct in tracker.
double getSumEnergyWithEff()
math::XYZPoint Point
point in the space
double energy() const final
energy