Main Page
Namespaces
Classes
Package Documentation
CommonTools
BaseParticlePropagator
src
makeMuon.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: CommonTools/BaseParticlePropagator
4
// Class : makeMuon
5
//
6
// Implementation:
7
// [Notes on implementation]
8
//
9
// Original Author: Christopher Jones
10
// Created: Mon, 04 Mar 2019 17:36:54 GMT
11
//
12
13
// system include files
14
15
// user include files
16
#include "
CommonTools/BaseParticlePropagator/interface/makeMuon.h
"
17
18
#include "
CommonTools/BaseParticlePropagator/interface/RawParticle.h
"
19
namespace
rawparticle
{
20
RawParticle
makeMuon
(
bool
isParticle,
const
math::XYZTLorentzVector
&
p
,
21
const
math::XYZTLorentzVector
& xStart) {
22
constexpr
double
kMass
= 0.10566;
//taken from SimGeneral/HepPDTESSource/data/particle.tbl
23
if
(isParticle) {
24
return
RawParticle
(13, p,xStart,kMass,-1.);
25
}
26
return
RawParticle
(-13,p,xStart, kMass, +1.);
27
}
28
}
AlCaHLTBitMon_ParallelJobs.p
p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
kMass
const double kMass
Definition:
PF_PU_AssoMapAlgos.h:54
rawparticle
Definition:
makeMuon.h:29
rawparticle::makeMuon
RawParticle makeMuon(bool isParticle, const math::XYZTLorentzVector &p, const math::XYZTLorentzVector &xStart)
Definition:
makeMuon.cc:20
math::XYZTLorentzVector
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition:
LorentzVector.h:29
RawParticle
Definition:
RawParticle.h:40
RawParticle.h
makeMuon.h
constexpr
#define constexpr
Definition:
GCC11Compatibility.h:35
Generated for CMSSW Reference Manual by
1.8.11