171 |
|
|
172 |
|
auxInfo->pvInfo.firstPVInPT2 = TVector3(RecVtxFirst.x(), RecVtxFirst.y(), RecVtxFirst.z()); |
173 |
|
auxInfo->pvInfo.firstPVInProb = TVector3(RecVtx.x(), RecVtx.y(), RecVtx.z()); |
174 |
< |
|
174 |
> |
|
175 |
> |
(auxInfo->pvInfo).efirstPVInPT2 = (RecVtxFirst.error()); |
176 |
> |
(auxInfo->pvInfo).efirstPVInProb = RecVtx.error(); |
177 |
|
|
178 |
|
edm::Handle<double> rhoHandle; |
179 |
|
iEvent.getByLabel(edm::InputTag("kt6PFJets", "rho"),rhoHandle); |
909 |
|
ef.pfPhoIso=elec->photonIso(); |
910 |
|
ef.pfNeuIso=elec->neutralHadronIso(); |
911 |
|
|
912 |
+ |
// |
913 |
+ |
// ip info |
914 |
+ |
// |
915 |
+ |
|
916 |
+ |
ef.ipDb=elec->dB(); |
917 |
+ |
ef.ipErrDb=elec->edB(); |
918 |
+ |
|
919 |
+ |
|
920 |
+ |
|
921 |
|
Geom::Phi<double> deltaphi(elec->superCluster()->phi()-atan2(hbbInfo->pfmet.p4.Py(),hbbInfo->pfmet.p4.Px())); |
922 |
|
ef.acop = deltaphi.value(); |
923 |
|
// |