59 std::unique_ptr<double>
weight (
new double);
64 unsigned int gensize = genParticles->size();
65 for (
unsigned int i = 0;
i<gensize; ++
i) {
67 if (lepton.
status()!=3)
continue;
69 if (
abs(leptonId)!=11 &&
abs(leptonId)!=13 &&
abs(leptonId)!=15)
continue;
73 if (bosonId!=23 && bosonId!=24)
continue;
74 double bosonMass = boson->
mass();
75 double leptonMass = lepton.
mass();
76 double leptonEnergy = lepton.
energy();
77 double cosLeptonTheta =
cos(lepton.
theta());
78 double sinLeptonTheta =
sin(lepton.
theta());
79 double leptonPhi = lepton.
phi();
89 trueKey = otherleptonKey;
95 for (
unsigned int j = 0; j<nDaughters; ++j) {
97 if (photon->
pdgId()!=22)
continue;
98 double photonEnergy = photon->
energy();
99 double cosPhotonTheta =
cos(photon->
theta());
100 double sinPhotonTheta =
sin(photon->
theta());
101 double photonPhi = photon->
phi();
102 double costheta = sinLeptonTheta*sinPhotonTheta*
cos(leptonPhi-photonPhi)
103 + cosLeptonTheta*cosPhotonTheta;
107 double betaLepton =
sqrt(1-
pow(leptonMass/leptonEnergy,2));
108 double delta = - 8*photonEnergy *(1-betaLepton*costheta)
110 / (1-
pow(leptonMass/bosonMass,2))
111 / (4-
pow(leptonMass/bosonMass,2))
112 * leptonEnergy * (
pow(leptonMass,2)/bosonMass+2*photonEnergy);
113 (*weight) *= (1 +
delta);
int pdgId() const final
PDG identifier.
const Candidate * daughter(size_type) const override
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
daughters::value_type daughterRef(size_type i) const
reference to daughter at given position
double theta() const final
momentum polar angle
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Sin< T >::type sin(const T &t)
size_t numberOfMothers() const override
number of mothers
double alphaRatio(double)
virtual double energy() const =0
energy
virtual int pdgId() const =0
PDG identifier.
Cos< T >::type cos(const T &t)
double energy() const final
energy
Abs< T >::type abs(const T &t)
virtual double theta() const =0
momentum polar angle
virtual double mass() const =0
mass
size_t numberOfDaughters() const override
number of daughters
int status() const final
status word
double phi() const final
momentum azimuthal angle
edm::EDGetTokenT< reco::GenParticleCollection > genToken_
virtual double phi() const =0
momentum azimuthal angle
Power< A, B >::type pow(const A &a, const B &b)
const Candidate * mother(size_type=0) const override
return mother at a given position, i = 0, ... numberOfMothers() - 1 (read only mode) ...
double mass() const final
mass