#include <PackedGenParticle.h>
Public Types | |
typedef reco::CandidateCollection | daughters |
collection of daughter candidates More... | |
typedef unsigned int | index |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPoint | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
enum | PVAssoc { NoPV =0, PVLoose =1, PVTight =2, PVUsedInFit =3 } |
typedef math::XYZVector | Vector |
point in the space More... | |
Public Types inherited from reco::Candidate | |
enum | { dimension = 3 } |
enum | { size = dimension * (dimension + 1)/2 } |
matix size More... | |
typedef int | Charge |
electric charge type More... | |
typedef candidate::const_iterator | const_iterator |
typedef math::Error< dimension > ::type | CovarianceMatrix |
covariance error matrix (3x3) More... | |
typedef unsigned int | index |
index type More... | |
typedef candidate::iterator | iterator |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPoint | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
typedef size_t | size_type |
typedef math::XYZVector | Vector |
point in the space More... | |
Public Member Functions | |
virtual const_iterator | begin () const |
first daughter const_iterator More... | |
virtual iterator | begin () |
first daughter iterator More... | |
virtual Vector | boostToCM () const |
virtual int | charge () const |
electric charge More... | |
virtual PackedGenParticle * | clone () const |
returns a clone of the Candidate object More... | |
virtual const reco::Candidate * | daughter (size_type) const |
return daughter at a given position (throws an exception) More... | |
virtual reco::Candidate * | daughter (size_type) |
return daughter at a given position (throws an exception) More... | |
virtual reco::Candidate * | daughter (const std::string &s) |
return daughter with a specified role name More... | |
virtual const reco::Candidate * | daughter (const std::string &s) const |
return daughter with a specified role name More... | |
virtual float | dxy () const |
dxy with respect to the PV ref More... | |
virtual float | dxy (const Point &p) const |
dxy with respect to another point More... | |
virtual float | dz () const |
dz with respect to the PV ref More... | |
virtual float | dz (const Point &p) const |
dz with respect to another point More... | |
virtual const_iterator | end () const |
last daughter const_iterator More... | |
virtual iterator | end () |
last daughter iterator More... | |
virtual double | energy () const |
energy More... | |
virtual double | et () const |
transverse energy More... | |
virtual float | eta () const |
momentum pseudorapidity More... | |
virtual void | fillVertexCovariance (CovarianceMatrix &v) const |
fill SMatrix More... | |
virtual bool | hasMasterClone () const |
virtual bool | hasMasterClonePtr () const |
virtual bool | isCaloMuon () const |
virtual bool | isConvertedPhoton () const |
virtual bool | isElectron () const |
get a component More... | |
virtual bool | isGlobalMuon () const |
virtual bool | isJet () const |
virtual bool | isMuon () const |
virtual bool | isPhoton () const |
virtual bool | isStandAloneMuon () const |
virtual bool | isTrackerMuon () const |
virtual bool | longLived () const |
is long lived? More... | |
virtual float | mass () const |
mass More... | |
virtual bool | massConstraint () const |
do mass constraint? More... | |
virtual float | massSqr () const |
mass squared More... | |
virtual const reco::CandidateBaseRef & | masterClone () const |
virtual const reco::CandidatePtr & | masterClonePtr () const |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
virtual Vector | momentum () const |
spatial momentum vector More... | |
virtual const reco::Candidate * | mother (size_type) const |
return mother at a given position (throws an exception) More... | |
const reco::GenParticleRef & | motherRef () const |
direct access to the mother reference (may be null) More... | |
virtual double | mt () const |
transverse mass More... | |
virtual double | mtSqr () const |
transverse mass squared More... | |
virtual size_t | numberOfDaughters () const |
number of daughters More... | |
virtual size_t | numberOfMothers () const |
number of mothers More... | |
virtual size_t | numberOfSourceCandidatePtrs () const |
virtual double | p () const |
magnitude of momentum vector More... | |
virtual const LorentzVector & | p4 () const |
four-momentum Lorentz vecto r More... | |
PackedGenParticle () | |
default constructor More... | |
PackedGenParticle (const reco::GenParticle &c) | |
PackedGenParticle (const reco::GenParticle &c, const edm::Ref< reco::GenParticleCollection > &mother) | |
virtual int | pdgId () const |
PDG identifier. More... | |
virtual float | phi () const |
momentum azimuthal angle More... | |
virtual const PolarLorentzVector & | polarP4 () const |
four-momentum Lorentz vector More... | |
virtual float | pt () const |
transverse momentum More... | |
virtual double | px () const |
x coordinate of momentum vector More... | |
virtual double | py () const |
y coordinate of momentum vector More... | |
virtual double | pz () const |
z coordinate of momentum vector More... | |
virtual double | rapidity () const |
rapidity More... | |
virtual void | setCharge (int charge) |
set electric charge More... | |
virtual void | setLongLived () |
set long lived flag More... | |
virtual void | setMass (double m) |
set particle mass More... | |
virtual void | setMassConstraint () |
set mass constraint flag More... | |
virtual void | setP4 (const LorentzVector &p4) |
set 4-momentum More... | |
virtual void | setP4 (const PolarLorentzVector &p4) |
set 4-momentum More... | |
virtual void | setPdgId (int pdgId) |
virtual void | setPz (double pz) |
virtual void | setStatus (int status) |
set status word More... | |
virtual void | setThreeCharge (int threecharge) |
set electric charge More... | |
virtual void | setVertex (const Point &vertex) |
set vertex More... | |
virtual reco::CandidatePtr | sourceCandidatePtr (size_type i) const |
virtual int | status () const |
status word More... | |
virtual double | theta () const |
momentum polar angle More... | |
virtual int | threeCharge () const |
electric charge More... | |
virtual const Point & | vertex () const |
vertex position More... | |
virtual double | vertexChi2 () const |
chi-squares More... | |
virtual double | vertexCovariance (int i, int j) const |
(i, j)-th element of error matrix, i, j = 0, ... 2 More... | |
CovarianceMatrix | vertexCovariance () const |
return SMatrix More... | |
virtual double | vertexNdof () const |
virtual double | vertexNormalizedChi2 () const |
chi-squared divided by n.d.o.f. More... | |
virtual double | vx () const |
x coordinate of vertex position More... | |
virtual double | vy () const |
y coordinate of vertex position More... | |
virtual double | vz () const |
z coordinate of vertex position More... | |
virtual double | y () const |
rapidity More... | |
virtual | ~PackedGenParticle () |
destructor More... | |
Public Member Functions inherited from reco::Candidate | |
template<typename S > | |
daughter_iterator< S >::type | beginFilter (const S &s) const |
virtual const Track * | bestTrack () const |
Candidate () | |
default constructor More... | |
template<typename S > | |
daughter_iterator< S >::type | endFilter (const S &s) const |
template<typename T > | |
T | get () const |
get a component More... | |
template<typename T , typename Tag > | |
T | get () const |
get a component More... | |
template<typename T > | |
T | get (size_type i) const |
get a component More... | |
template<typename T , typename Tag > | |
T | get (size_type i) const |
get a component More... | |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
template<typename T > | |
size_type | numberOf () const |
number of components More... | |
template<typename T , typename Tag > | |
size_type | numberOf () const |
number of components More... | |
virtual void | setP4 (const PolarLorentzVector &p4)=0 |
set 4-momentum More... | |
virtual void | setSourceCandidatePtr (const CandidatePtr &ptr) |
Set the ptr to the source Candidate. More... | |
virtual void | setVertex (const Point &vertex)=0 |
set vertex More... | |
virtual | ~Candidate () |
destructor More... | |
Static Public Attributes | |
static const unsigned int | longLivedTag = 0 |
long lived flag More... | |
static const unsigned int | massConstraintTag = 0 |
do mass constraint flag More... | |
Protected Member Functions | |
virtual bool | overlap (const reco::Candidate &) const |
check overlap with another Candidate More... | |
void | pack (bool unpackAfterwards=true) |
void | unpack () const |
Protected Attributes | |
int8_t | charge_ |
Charge. More... | |
float | dphi_ |
float | dxy_ |
float | dz_ |
reco::GenParticleRef | mother_ |
Ref to first mother. More... | |
PolarLorentzVector | p4_ |
the four vector More... | |
LorentzVector | p4c_ |
uint16_t | packedEta_ |
uint16_t | packedM_ |
uint16_t | packedPhi_ |
uint16_t | packedPt_ |
int | pdgId_ |
PDG identifier. More... | |
bool | unpacked_ |
Point | vertex_ |
vertex position More... | |
Private Types | |
typedef reco::candidate::const_iterator_imp_specific < daughters > | const_iterator_imp_specific |
typedef reco::candidate::iterator_imp_specific < daughters > | iterator_imp_specific |
Friends | |
class | ::OverlapChecker |
template<typename , typename , typename > | |
struct | component |
class | ShallowCloneCandidate |
class | ShallowClonePtrCandidate |
Definition at line 17 of file PackedGenParticle.h.
|
private |
Definition at line 323 of file PackedGenParticle.h.
collection of daughter candidates
Definition at line 20 of file PackedGenParticle.h.
typedef unsigned int pat::PackedGenParticle::index |
Definition at line 30 of file PackedGenParticle.h.
|
private |
Definition at line 325 of file PackedGenParticle.h.
Lorentz vector.
Definition at line 22 of file PackedGenParticle.h.
point in the space
Definition at line 26 of file PackedGenParticle.h.
Lorentz vector.
Definition at line 24 of file PackedGenParticle.h.
point in the space
Definition at line 28 of file PackedGenParticle.h.
|
inline |
default constructor
Definition at line 33 of file PackedGenParticle.h.
Referenced by clone().
|
inlineexplicit |
Definition at line 35 of file PackedGenParticle.h.
References pack().
|
inlineexplicit |
Definition at line 37 of file PackedGenParticle.h.
References pack().
|
virtual |
|
virtual |
first daughter const_iterator
Implements reco::Candidate.
Definition at line 40 of file PackedGenParticle.cc.
|
virtual |
first daughter iterator
Implements reco::Candidate.
Definition at line 48 of file PackedGenParticle.cc.
|
inlinevirtual |
boost vector to boost a Lorentz vector to the particle center of mass system
Implements reco::Candidate.
Definition at line 95 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
|
inlinevirtual |
electric charge
Implements reco::Candidate.
Definition at line 78 of file PackedGenParticle.h.
References charge_.
Referenced by setCharge(), and threeCharge().
|
inlinevirtual |
returns a clone of the Candidate object
Implements reco::Candidate.
Definition at line 199 of file PackedGenParticle.h.
References PackedGenParticle().
|
virtual |
return daughter at a given position (throws an exception)
Implements reco::Candidate.
Definition at line 91 of file PackedGenParticle.cc.
|
virtual |
return daughter at a given position (throws an exception)
Implements reco::Candidate.
Definition at line 113 of file PackedGenParticle.cc.
|
virtual |
return daughter with a specified role name
Implements reco::Candidate.
Definition at line 105 of file PackedGenParticle.cc.
References edm::hlt::Exception, and edm::errors::UnimplementedFeature.
|
virtual |
return daughter with a specified role name
Implements reco::Candidate.
Definition at line 99 of file PackedGenParticle.cc.
References edm::hlt::Exception, and edm::errors::UnimplementedFeature.
|
inlinevirtual |
dxy with respect to the PV ref
Definition at line 168 of file PackedGenParticle.h.
References dxy_, and unpack().
Referenced by HTauTauElectron.HTauTauElectron::__str__().
|
virtual |
dxy with respect to another point
Definition at line 28 of file PackedGenParticle.cc.
References funct::cos(), funct::sin(), and timeUnitHelper::unpack().
Referenced by HTauTauElectron.HTauTauElectron::__str__().
|
inlinevirtual |
dz with respect to the PV ref
Definition at line 170 of file PackedGenParticle.h.
Referenced by HTauTauElectron.HTauTauElectron::__str__(), and HTauTauElectron.HTauTauElectron::looseIdForEleTau().
|
virtual |
dz with respect to another point
Definition at line 32 of file PackedGenParticle.cc.
References funct::cos(), funct::sin(), and timeUnitHelper::unpack().
Referenced by HTauTauElectron.HTauTauElectron::__str__(), and HTauTauElectron.HTauTauElectron::looseIdForEleTau().
|
virtual |
last daughter const_iterator
Implements reco::Candidate.
Definition at line 44 of file PackedGenParticle.cc.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
virtual |
last daughter iterator
Implements reco::Candidate.
Definition at line 52 of file PackedGenParticle.cc.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inlinevirtual |
energy
Implements reco::Candidate.
Definition at line 99 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
|
inlinevirtual |
transverse energy
Implements reco::Candidate.
Definition at line 101 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
|
inlinevirtual |
momentum pseudorapidity
Implements reco::Candidate.
Definition at line 124 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
Referenced by Particle.Particle::__str__(), Muon.Muon::absEffAreaIso(), Jet.Jet::jetID(), and Jet.Jet::puJetId().
|
virtual |
fill SMatrix
Implements reco::Candidate.
Definition at line 134 of file PackedGenParticle.cc.
References edm::hlt::Exception, and edm::errors::UnimplementedFeature.
Referenced by vertexCovariance().
|
virtual |
returns true if this candidate has a reference to a master clone. This only happens if the concrete Candidate type is ShallowCloneCandidate
Implements reco::Candidate.
Definition at line 62 of file PackedGenParticle.cc.
|
virtual |
returns true if this candidate has a ptr to a master clone. This only happens if the concrete Candidate type is ShallowClonePtrCandidate
Implements reco::Candidate.
Definition at line 66 of file PackedGenParticle.cc.
|
virtual |
Implements reco::Candidate.
Definition at line 149 of file PackedGenParticle.cc.
|
virtual |
Implements reco::Candidate.
Definition at line 153 of file PackedGenParticle.cc.
|
virtual |
|
virtual |
Implements reco::Candidate.
Definition at line 143 of file PackedGenParticle.cc.
Referenced by Muon.Muon::muonID().
|
virtual |
Implements reco::Candidate.
Definition at line 155 of file PackedGenParticle.cc.
|
virtual |
Implements reco::Candidate.
Definition at line 141 of file PackedGenParticle.cc.
|
virtual |
Implements reco::Candidate.
Definition at line 151 of file PackedGenParticle.cc.
|
virtual |
Implements reco::Candidate.
Definition at line 145 of file PackedGenParticle.cc.
|
virtual |
Implements reco::Candidate.
Definition at line 147 of file PackedGenParticle.cc.
|
virtual |
|
inlinevirtual |
mass
Implements reco::Candidate.
Definition at line 103 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
Referenced by Particle.Particle::__str__(), and DiObject.DiMuon::__str__().
|
virtual |
do mass constraint?
Implements reco::Candidate.
Definition at line 159 of file PackedGenParticle.cc.
|
inlinevirtual |
mass squared
Implements reco::Candidate.
Definition at line 105 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
|
virtual |
returns ptr to master clone, if existing. Throws an exception unless the concrete Candidate type is ShallowCloneCandidate
Implements reco::Candidate.
Definition at line 56 of file PackedGenParticle.cc.
References edm::hlt::Exception.
Referenced by masterRef().
|
virtual |
returns ptr to master clone, if existing. Throws an exception unless the concrete Candidate type is ShallowClonePtrCandidate
Implements reco::Candidate.
Definition at line 71 of file PackedGenParticle.cc.
References edm::hlt::Exception.
|
inline |
cast master clone reference to a concrete type
Definition at line 236 of file PackedGenParticle.h.
References masterClone().
|
inlinevirtual |
spatial momentum vector
Implements reco::Candidate.
Definition at line 92 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
|
virtual |
return mother at a given position (throws an exception)
Implements reco::Candidate.
Definition at line 95 of file PackedGenParticle.cc.
References reco::Candidate::get().
|
inline |
direct access to the mother reference (may be null)
Definition at line 60 of file PackedGenParticle.h.
References mother_.
|
inlinevirtual |
transverse mass
Implements reco::Candidate.
Definition at line 108 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
|
inlinevirtual |
transverse mass squared
Implements reco::Candidate.
Definition at line 110 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
|
virtual |
|
virtual |
number of mothers
Implements reco::Candidate.
Definition at line 81 of file PackedGenParticle.cc.
|
inlinevirtual |
return the number of source Candidates ( the candidates used to construct this Candidate)
Implements reco::Candidate.
Definition at line 70 of file PackedGenParticle.h.
|
protectedvirtual |
check overlap with another Candidate
Implements reco::Candidate.
Definition at line 86 of file PackedGenParticle.cc.
References reco::Candidate::charge(), reco::Candidate::p4(), p4, and reco::Candidate::vertex().
|
inlinevirtual |
magnitude of momentum vector
Implements reco::Candidate.
Definition at line 97 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
|
inlinevirtual |
four-momentum Lorentz vecto r
Implements reco::Candidate.
Definition at line 88 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
Referenced by Tau.Tau::dxy(), Tau.Tau::dz(), Jet.Jet::jetID(), and setP4().
|
protected |
Definition at line 7 of file PackedGenParticle.cc.
References MiniFloatConverter::float32to16(), bookConverter::max, p4_, packedEta_, packedM_, packedPhi_, packedPt_, and unpack().
Referenced by pyrootRender.interactiveRender::draw(), PackedGenParticle(), setMass(), setP4(), and setPz().
|
inlinevirtual |
PDG identifier.
Implements reco::Candidate.
Definition at line 178 of file PackedGenParticle.h.
References pdgId_.
Referenced by Particle.Particle::__str__(), and setPdgId().
|
inlinevirtual |
momentum azimuthal angle
Implements reco::Candidate.
Definition at line 120 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
Referenced by Particle.Particle::__str__().
|
inlinevirtual |
four-momentum Lorentz vector
Implements reco::Candidate.
Definition at line 90 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
|
inlinevirtual |
transverse momentum
Implements reco::Candidate.
Definition at line 118 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), HTauTauElectron.HTauTauElectron::looseIdForTriLeptonVeto(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDTight(), Lepton.Lepton::relEffAreaIso(), and Lepton.Lepton::relIso().
|
inlinevirtual |
x coordinate of momentum vector
Implements reco::Candidate.
Definition at line 112 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
|
inlinevirtual |
y coordinate of momentum vector
Implements reco::Candidate.
Definition at line 114 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
|
inlinevirtual |
z coordinate of momentum vector
Implements reco::Candidate.
Definition at line 116 of file PackedGenParticle.h.
References p4c_, unpack(), and unpacked_.
Referenced by setPz().
|
inlinevirtual |
rapidity
Implements reco::Candidate.
Definition at line 126 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
|
inlinevirtual |
set electric charge
Implements reco::Candidate.
Definition at line 82 of file PackedGenParticle.h.
References charge(), and charge_.
|
inlinevirtual |
|
inlinevirtual |
set particle mass
Implements reco::Candidate.
Definition at line 142 of file PackedGenParticle.h.
References m, p4_, pack(), unpack(), and unpacked_.
|
inlinevirtual |
set mass constraint flag
Implements reco::Candidate.
Definition at line 194 of file PackedGenParticle.h.
|
inlinevirtual |
set 4-momentum
Implements reco::Candidate.
Definition at line 130 of file PackedGenParticle.h.
References p4_, pack(), and unpack().
|
inlinevirtual |
set 4-momentum
Definition at line 136 of file PackedGenParticle.h.
References p4(), p4_, pack(), and unpack().
|
inlinevirtual |
Implements reco::Candidate.
Definition at line 180 of file PackedGenParticle.h.
References pdgId(), and pdgId_.
|
inlinevirtual |
Implements reco::Candidate.
Definition at line 147 of file PackedGenParticle.h.
References p4_, p4c_, pack(), pz(), and unpack().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
set vertex
Definition at line 162 of file PackedGenParticle.h.
References vertex(), and vertex_.
|
inlinevirtual |
return a Ptr to one of the source Candidates ( the candidates used to construct this Candidate)
Reimplemented from reco::Candidate.
Definition at line 73 of file PackedGenParticle.h.
|
inlinevirtual |
|
inlinevirtual |
momentum polar angle
Implements reco::Candidate.
Definition at line 122 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
Referenced by Tau.Tau::zImpact().
|
inlinevirtual |
electric charge
Implements reco::Candidate.
Definition at line 84 of file PackedGenParticle.h.
References charge().
|
protected |
Definition at line 16 of file PackedGenParticle.cc.
References f, MiniFloatConverter::float16to32(), and bookConverter::max.
Referenced by boostToCM(), dxy(), dz(), energy(), et(), eta(), mass(), massSqr(), momentum(), mt(), mtSqr(), p(), p4(), pack(), phi(), polarP4(), pt(), px(), py(), pz(), rapidity(), setMass(), setP4(), setPz(), theta(), and y().
|
inlinevirtual |
vertex position
Implements reco::Candidate.
Definition at line 154 of file PackedGenParticle.h.
References vertex_.
Referenced by Tau.Tau::dxy(), Tau.Tau::dz(), and setVertex().
|
virtual |
|
virtual |
(i, j)-th element of error matrix, i, j = 0, ... 2
Implements reco::Candidate.
Definition at line 129 of file PackedGenParticle.cc.
References edm::hlt::Exception, and edm::errors::UnimplementedFeature.
|
inlinevirtual |
return SMatrix
Reimplemented from reco::Candidate.
Definition at line 217 of file PackedGenParticle.h.
References fillVertexCovariance(), and m.
|
virtual |
Number of degrees of freedom Meant to be Double32_t for soft-assignment fitters: tracks may contribute to the vertex with fractional weights. The ndof is then = to the sum of the track weights. see e.g. CMS NOTE-2006/032, CMS NOTE-2004/002
Implements reco::Candidate.
Definition at line 121 of file PackedGenParticle.cc.
|
virtual |
chi-squared divided by n.d.o.f.
Implements reco::Candidate.
Definition at line 125 of file PackedGenParticle.cc.
|
inlinevirtual |
x coordinate of vertex position
Implements reco::Candidate.
Definition at line 156 of file PackedGenParticle.h.
References vertex_.
|
inlinevirtual |
y coordinate of vertex position
Implements reco::Candidate.
Definition at line 158 of file PackedGenParticle.h.
References vertex_.
|
inlinevirtual |
z coordinate of vertex position
Implements reco::Candidate.
Definition at line 160 of file PackedGenParticle.h.
References vertex_.
|
inlinevirtual |
rapidity
Implements reco::Candidate.
Definition at line 128 of file PackedGenParticle.h.
References p4_, unpack(), and unpacked_.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
friend |
Definition at line 317 of file PackedGenParticle.h.
|
friend |
Definition at line 316 of file PackedGenParticle.h.
|
friend |
Definition at line 318 of file PackedGenParticle.h.
|
friend |
Definition at line 319 of file PackedGenParticle.h.
|
protected |
Charge.
Definition at line 308 of file PackedGenParticle.h.
Referenced by charge(), and setCharge().
|
mutableprotected |
Definition at line 304 of file PackedGenParticle.h.
|
mutableprotected |
Definition at line 304 of file PackedGenParticle.h.
Referenced by dxy().
|
mutableprotected |
Definition at line 304 of file PackedGenParticle.h.
Referenced by dz().
|
static |
long lived flag
Definition at line 186 of file PackedGenParticle.h.
|
static |
do mass constraint flag
Definition at line 192 of file PackedGenParticle.h.
|
protected |
|
mutableprotected |
|
mutableprotected |
Definition at line 301 of file PackedGenParticle.h.
Referenced by boostToCM(), energy(), momentum(), p(), p4(), px(), py(), pz(), and setPz().
|
protected |
Definition at line 295 of file PackedGenParticle.h.
Referenced by pack().
|
protected |
Definition at line 295 of file PackedGenParticle.h.
Referenced by pack().
|
protected |
Definition at line 295 of file PackedGenParticle.h.
Referenced by pack().
|
protected |
Definition at line 295 of file PackedGenParticle.h.
Referenced by pack().
|
protected |
PDG identifier.
Definition at line 306 of file PackedGenParticle.h.
Referenced by pdgId(), and setPdgId().
|
mutableprotected |
|
mutableprotected |
vertex position
Definition at line 303 of file PackedGenParticle.h.
Referenced by setVertex(), vertex(), vx(), vy(), and vz().