60 std::auto_ptr<double>
weight (
new double);
65 unsigned int gensize = genParticles->size();
66 for (
unsigned int i = 0;
i<gensize; ++
i) {
68 if (lepton.
status()!=3)
continue;
69 int leptonId = lepton.
pdgId();
70 if (
abs(leptonId)!=11 &&
abs(leptonId)!=13 &&
abs(leptonId)!=15)
continue;
74 if (bosonId!=23 && bosonId!=24)
continue;
75 double bosonMass = boson->
mass();
76 double leptonMass = lepton.
mass();
77 double leptonEnergy = lepton.
energy();
78 double cosLeptonTheta =
cos(lepton.
theta());
79 double sinLeptonTheta =
sin(lepton.
theta());
80 double leptonPhi = lepton.
phi();
88 if (otherlepton.
pdgId()!=leptonId)
continue;
90 trueKey = otherleptonKey;
96 for (
unsigned int j = 0;
j<nDaughters; ++
j) {
98 if (photon->
pdgId()!=22)
continue;
99 double photonEnergy = photon->
energy();
100 double cosPhotonTheta =
cos(photon->
theta());
101 double sinPhotonTheta =
sin(photon->
theta());
102 double photonPhi = photon->
phi();
103 double costheta = sinLeptonTheta*sinPhotonTheta*
cos(leptonPhi-photonPhi)
104 + cosLeptonTheta*cosPhotonTheta;
108 double betaLepton =
sqrt(1-
pow(leptonMass/leptonEnergy,2));
109 double delta = - 8*photonEnergy *(1-betaLepton*costheta)
111 / (1-
pow(leptonMass/bosonMass,2))
112 / (4-
pow(leptonMass/bosonMass,2))
113 * leptonEnergy * (
pow(leptonMass,2)/bosonMass+2*photonEnergy);
114 (*weight) *= (1 +
delta);
virtual double energy() const GCC11_FINAL
energy
virtual double energy() const =0
energy
virtual float mass() const =0
mass
daughters::value_type daughterRef(size_type i) const
reference to daughter at given position
virtual int pdgId() const GCC11_FINAL
PDG identifier.
Sin< T >::type sin(const T &t)
virtual float phi() const =0
momentum azimuthal angle
virtual double theta() const GCC11_FINAL
momentum polar angle
double alphaRatio(double)
virtual float phi() const GCC11_FINAL
momentum azimuthal angle
virtual int status() const GCC11_FINAL
status word
virtual double theta() const =0
momentum polar angle
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
virtual size_t numberOfMothers() const
number of mothers
virtual size_t numberOfDaughters() const
number of daughters
virtual const Candidate * daughter(size_type) const
return daughter at a given position, i = 0, ... numberOfDaughters() - 1 (read only mode) ...
Cos< T >::type cos(const T &t)
Abs< T >::type abs(const T &t)
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
virtual int pdgId() const =0
PDG identifier.
virtual float mass() const GCC11_FINAL
mass
virtual const Candidate * mother(size_type=0) const
return mother at a given position, i = 0, ... numberOfMothers() - 1 (read only mode) ...
Power< A, B >::type pow(const A &a, const B &b)