CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Friends
pat::PackedGenParticle Class Reference

#include <PackedGenParticle.h>

Inheritance diagram for pat::PackedGenParticle:
reco::Candidate

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 Vector boostToCM () const
 
virtual int charge () const
 electric charge More...
 
virtual PackedGenParticleclone () const
 returns a clone of the Candidate object More...
 
virtual const reco::Candidatedaughter (size_type) const
 return daughter at a given position (throws an exception) More...
 
virtual reco::Candidatedaughter (size_type)
 return daughter at a given position (throws an exception) More...
 
virtual reco::Candidatedaughter (const std::string &s)
 return daughter with a specified role name More...
 
virtual const reco::Candidatedaughter (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 double energy () const
 energy More...
 
double et () const
 transverse energy More...
 
double et2 () const
 transverse energy squared (use this for cuts)! More...
 
virtual double eta () const
 momentum pseudorapidity More...
 
virtual void fillVertexCovariance (CovarianceMatrix &v) const
 fill SMatrix More...
 
bool fromHardProcessFinalState () const
 
virtual bool hasMasterClone () const
 
virtual bool hasMasterClonePtr () const
 
virtual bool isCaloMuon () const
 
virtual bool isConvertedPhoton () const
 
bool isDirectHardProcessTauDecayProductFinalState () const
 
bool isDirectPromptTauDecayProductFinalState () 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
 
bool isPromptFinalState () const
 
virtual bool isStandAloneMuon () const
 
virtual bool isTrackerMuon () const
 
virtual bool longLived () const
 is long lived? More...
 
virtual double mass () const
 mass More...
 
virtual bool massConstraint () const
 do mass constraint? More...
 
virtual double massSqr () const
 mass squared More...
 
virtual const
reco::CandidateBaseRef
masterClone () const
 
virtual const reco::CandidatePtrmasterClonePtr () 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::Candidatemother (size_type) const
 return mother at a given position (throws an exception) More...
 
const reco::GenParticleRefmotherRef () 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
 
PackedGenParticleoperator= (PackedGenParticle &&iOther)
 
PackedGenParticleoperator= (PackedGenParticle const &iOther)
 
virtual double p () const
 magnitude of momentum vector More...
 
virtual const LorentzVectorp4 () 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)
 
 PackedGenParticle (const PackedGenParticle &iOther)
 
 PackedGenParticle (PackedGenParticle &&iOther)
 
virtual int pdgId () const
 PDG identifier. More...
 
virtual double phi () const
 momentum azimuthal angle More...
 
virtual const PolarLorentzVectorpolarP4 () const
 four-momentum Lorentz vector More...
 
virtual double 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...
 
const reco::GenStatusFlagsstatusFlags () const
 
reco::GenStatusFlagsstatusFlags ()
 
virtual double theta () const
 momentum polar angle More...
 
virtual int threeCharge () const
 electric charge More...
 
virtual const Pointvertex () 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
const_iterator begin () const
 first daughter const_iterator More...
 
iterator begin ()
 first daughter iterator More...
 
virtual const TrackbestTrack () const
 
 Candidate ()
 default constructor More...
 
virtual float dxyError () const
 uncertainty on dxy More...
 
virtual float dzError () const
 uncertainty on dz More...
 
const_iterator end () const
 last daughter const_iterator More...
 
iterator end ()
 last daughter iterator More...
 
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...
 
std::atomic< PolarLorentzVector * > p4_
 the four vector More...
 
std::atomic< LorentzVector * > p4c_
 
uint16_t packedM_
 
uint16_t packedPhi_
 
uint16_t packedPt_
 
uint16_t packedY_
 
int pdgId_
 PDG identifier. More...
 
reco::GenStatusFlags statusFlags_
 
Point vertex_
 vertex position More...
 

Friends

class ::OverlapChecker
 
class ::testPackedGenParticle
 
template<typename , typename , typename >
struct component
 
class ShallowCloneCandidate
 
class ShallowClonePtrCandidate
 

Detailed Description

Definition at line 19 of file PackedGenParticle.h.

Member Typedef Documentation

collection of daughter candidates

Definition at line 24 of file PackedGenParticle.h.

typedef unsigned int pat::PackedGenParticle::index

Definition at line 34 of file PackedGenParticle.h.

Lorentz vector.

Definition at line 26 of file PackedGenParticle.h.

point in the space

Definition at line 30 of file PackedGenParticle.h.

Lorentz vector.

Definition at line 28 of file PackedGenParticle.h.

point in the space

Definition at line 32 of file PackedGenParticle.h.

Member Enumeration Documentation

Constructor & Destructor Documentation

pat::PackedGenParticle::PackedGenParticle ( )
inline

default constructor

Definition at line 37 of file PackedGenParticle.h.

Referenced by clone().

38  : packedPt_(0), packedY_(0), packedPhi_(0), packedM_(0),
39  p4_(nullptr), p4c_(nullptr), vertex_(0,0,0), pdgId_(0), charge_(0) { }
Point vertex_
vertex position
int pdgId_
PDG identifier.
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
pat::PackedGenParticle::PackedGenParticle ( const reco::GenParticle c)
inlineexplicit

Definition at line 40 of file PackedGenParticle.h.

References pack().

41  : p4_(new PolarLorentzVector(c.pt(), c.eta(), c.phi(), c.mass())), p4c_( new LorentzVector(*p4_)), vertex_(0,0,0), pdgId_(c.pdgId()), charge_(c.charge()), mother_(c.motherRef(0)),
42  statusFlags_(c.statusFlags()) { pack(); }
virtual int pdgId() const
PDG identifier.
Point vertex_
vertex position
int pdgId_
PDG identifier.
std::atomic< LorentzVector * > p4c_
virtual double eta() const
momentum pseudorapidity
virtual double pt() const
transverse momentum
void pack(bool unpackAfterwards=true)
virtual double mass() const
mass
reco::GenParticleRef mother_
Ref to first mother.
virtual int charge() const
electric charge
Definition: LeafCandidate.h:91
daughters::value_type motherRef(size_type i=0) const
reference to mother at given position
const GenStatusFlags & statusFlags() const
Definition: GenParticle.h:41
std::atomic< PolarLorentzVector * > p4_
the four vector
reco::GenStatusFlags statusFlags_
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
virtual double phi() const
momentum azimuthal angle
math::XYZTLorentzVector LorentzVector
Lorentz vector.
pat::PackedGenParticle::PackedGenParticle ( const reco::GenParticle c,
const edm::Ref< reco::GenParticleCollection > &  mother 
)
inlineexplicit

Definition at line 43 of file PackedGenParticle.h.

References pack().

44  : p4_(new PolarLorentzVector(c.pt(), c.eta(), c.phi(), c.mass())), p4c_(new LorentzVector(*p4_)), vertex_(0,0,0), pdgId_(c.pdgId()), charge_(c.charge()), mother_(mother),
45  statusFlags_(c.statusFlags()) { pack(); }
virtual int pdgId() const
PDG identifier.
Point vertex_
vertex position
int pdgId_
PDG identifier.
std::atomic< LorentzVector * > p4c_
virtual double eta() const
momentum pseudorapidity
virtual double pt() const
transverse momentum
void pack(bool unpackAfterwards=true)
virtual double mass() const
mass
reco::GenParticleRef mother_
Ref to first mother.
virtual int charge() const
electric charge
Definition: LeafCandidate.h:91
const GenStatusFlags & statusFlags() const
Definition: GenParticle.h:41
std::atomic< PolarLorentzVector * > p4_
the four vector
reco::GenStatusFlags statusFlags_
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
virtual double phi() const
momentum azimuthal angle
math::XYZTLorentzVector LorentzVector
Lorentz vector.
pat::PackedGenParticle::PackedGenParticle ( const PackedGenParticle iOther)
inline

Definition at line 47 of file PackedGenParticle.h.

References p4_, and p4c_.

48  : packedPt_(iOther.packedPt_), packedY_(iOther.packedY_), packedPhi_(iOther.packedPhi_), packedM_(iOther.packedM_),
49  p4_(nullptr),p4c_(nullptr),
50  vertex_(iOther.vertex_), dxy_(iOther.dxy_), dz_(iOther.dz_),dphi_(iOther.dphi_),
51  pdgId_(iOther.pdgId_),charge_(iOther.charge_),mother_(iOther.mother_),
52  statusFlags_(iOther.statusFlags_) {
53  if(iOther.p4c_) {
54  p4_.store( new PolarLorentzVector(*iOther.p4_) );
55  p4c_.store( new LorentzVector(*iOther.p4c_) );
56  }
57  }
Point vertex_
vertex position
int pdgId_
PDG identifier.
std::atomic< LorentzVector * > p4c_
reco::GenParticleRef mother_
Ref to first mother.
std::atomic< PolarLorentzVector * > p4_
the four vector
reco::GenStatusFlags statusFlags_
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
math::XYZTLorentzVector LorentzVector
Lorentz vector.
pat::PackedGenParticle::PackedGenParticle ( PackedGenParticle &&  iOther)
inline

Definition at line 59 of file PackedGenParticle.h.

References p4_, and p4c_.

60  : packedPt_(iOther.packedPt_), packedY_(iOther.packedY_), packedPhi_(iOther.packedPhi_), packedM_(iOther.packedM_),
61  p4_(nullptr),p4c_(nullptr),
62  vertex_(std::move(iOther.vertex_)), dxy_(iOther.dxy_), dz_(iOther.dz_),dphi_(iOther.dphi_),
63  pdgId_(iOther.pdgId_),charge_(iOther.charge_),mother_(std::move(iOther.mother_)),
64  statusFlags_(iOther.statusFlags_) {
65  if(iOther.p4c_) {
66  p4_.store( p4_.exchange(nullptr) );
67  p4c_.store( p4c_.exchange(nullptr) );
68  }
69  }
Point vertex_
vertex position
int pdgId_
PDG identifier.
std::atomic< LorentzVector * > p4c_
reco::GenParticleRef mother_
Ref to first mother.
def move
Definition: eostools.py:510
std::atomic< PolarLorentzVector * > p4_
the four vector
reco::GenStatusFlags statusFlags_
pat::PackedGenParticle::~PackedGenParticle ( )
virtual

destructor

Definition at line 44 of file PackedGenParticle.cc.

44  {
45  delete p4_.load();
46  delete p4c_.load();
47  }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector

Member Function Documentation

virtual Vector pat::PackedGenParticle::boostToCM ( ) const
inlinevirtual

boost vector to boost a Lorentz vector to the particle center of mass system

Implements reco::Candidate.

Definition at line 148 of file PackedGenParticle.h.

References p4c_, and unpack().

148 { if (!p4c_) unpack(); return p4c_.load()->BoostToCM(); }
std::atomic< LorentzVector * > p4c_
virtual int pat::PackedGenParticle::charge ( ) const
inlinevirtual

electric charge

Implements reco::Candidate.

Definition at line 131 of file PackedGenParticle.h.

References charge_.

Referenced by setCharge(), and threeCharge().

131  {
132  return charge_;
133  }
virtual PackedGenParticle* pat::PackedGenParticle::clone ( void  ) const
inlinevirtual

returns a clone of the Candidate object

Implements reco::Candidate.

Definition at line 254 of file PackedGenParticle.h.

References PackedGenParticle().

254  {
255  return new PackedGenParticle( *this );
256  }
PackedGenParticle()
default constructor
const reco::Candidate * pat::PackedGenParticle::daughter ( size_type  ) const
virtual

return daughter at a given position (throws an exception)

Implements reco::Candidate.

Definition at line 97 of file PackedGenParticle.cc.

97  {
98  return 0;
99 }
reco::Candidate * pat::PackedGenParticle::daughter ( size_type  )
virtual

return daughter at a given position (throws an exception)

Implements reco::Candidate.

Definition at line 119 of file PackedGenParticle.cc.

119  {
120  return 0;
121 }
reco::Candidate * pat::PackedGenParticle::daughter ( const std::string &  s)
virtual

return daughter with a specified role name

Implements reco::Candidate.

Definition at line 111 of file PackedGenParticle.cc.

References Exception, and edm::errors::UnimplementedFeature.

111  {
113  << "This Candidate type does not implement daughter(std::string). "
114  << "Please use CompositeCandidate or NamedCompositeCandidate.\n";
115 }
const reco::Candidate * pat::PackedGenParticle::daughter ( const std::string &  s) const
virtual

return daughter with a specified role name

Implements reco::Candidate.

Definition at line 105 of file PackedGenParticle.cc.

References Exception, and edm::errors::UnimplementedFeature.

105  {
107  << "This Candidate type does not implement daughter(std::string). "
108  << "Please use CompositeCandidate or NamedCompositeCandidate.\n";
109 }
virtual float pat::PackedGenParticle::dxy ( ) const
inlinevirtual

dxy with respect to the PV ref

Definition at line 223 of file PackedGenParticle.h.

References dxy_, and unpack().

Referenced by Electron.Electron::cutBasedId().

223 { unpack(); return dxy_; }
float pat::PackedGenParticle::dxy ( const Point p) const
virtual

dxy with respect to another point

Definition at line 50 of file PackedGenParticle.cc.

References funct::cos(), funct::sin(), and timeUnitHelper::unpack().

Referenced by Electron.Electron::cutBasedId().

50  {
51  unpack();
52  return -(vertex_.X()-p.X()) * std::sin(float(p4_.load()->Phi())) + (vertex_.Y()-p.Y()) * std::cos(float(p4_.load()->Phi()));
53 }
Point vertex_
vertex position
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
virtual double p() const
magnitude of momentum vector
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual float pat::PackedGenParticle::dz ( ) const
inlinevirtual

dz with respect to the PV ref

Definition at line 225 of file PackedGenParticle.h.

References dz_, and unpack().

Referenced by Electron.Electron::cutBasedId().

225 { unpack(); return dz_; }
float pat::PackedGenParticle::dz ( const Point p) const
virtual

dz with respect to another point

Definition at line 54 of file PackedGenParticle.cc.

References funct::cos(), funct::sin(), and timeUnitHelper::unpack().

Referenced by Electron.Electron::cutBasedId().

54  {
55  unpack();
56  return (vertex_.Z()-p.X()) - ((vertex_.X()-p.X()) * std::cos(float(p4_.load()->Phi())) + (vertex_.Y()-p.Y()) * std::sin(float(p4_.load()->Phi()))) * p4_.load()->Pz()/p4_.load()->Pt();
57 }
Point vertex_
vertex position
Sin< T >::type sin(const T &t)
Definition: Sin.h:22
virtual double p() const
magnitude of momentum vector
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual double pat::PackedGenParticle::energy ( ) const
inlinevirtual

energy

Implements reco::Candidate.

Definition at line 152 of file PackedGenParticle.h.

References p4c_, and unpack().

152 { if (!p4c_) unpack(); return p4c_.load()->E(); }
std::atomic< LorentzVector * > p4c_
double pat::PackedGenParticle::et ( ) const
inlinevirtual

transverse energy

Implements reco::Candidate.

Definition at line 154 of file PackedGenParticle.h.

References p4c_, and pt().

154 { return (pt()<=0) ? 0 : p4c_.load()->Et(); }
virtual double pt() const
transverse momentum
std::atomic< LorentzVector * > p4c_
double pat::PackedGenParticle::et2 ( ) const
inlinevirtual

transverse energy squared (use this for cuts)!

Implements reco::Candidate.

Definition at line 156 of file PackedGenParticle.h.

References p4c_, and pt().

156 { return (pt()<=0) ? 0 : p4c_.load()->Et2(); }
virtual double pt() const
transverse momentum
std::atomic< LorentzVector * > p4c_
virtual double pat::PackedGenParticle::eta ( ) const
inlinevirtual

momentum pseudorapidity

Implements reco::Candidate.

Definition at line 179 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

179 { if (!p4c_) unpack(); return p4_.load()->Eta(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
void pat::PackedGenParticle::fillVertexCovariance ( CovarianceMatrix v) const
virtual

fill SMatrix

Implements reco::Candidate.

Definition at line 140 of file PackedGenParticle.cc.

References Exception, and edm::errors::UnimplementedFeature.

Referenced by vertexCovariance().

140  {
142  << "reco::ConcreteCandidate does not implement vertex covariant matrix.\n";
143 }
bool pat::PackedGenParticle::fromHardProcessFinalState ( ) const
inline

Definition at line 332 of file PackedGenParticle.h.

References reco::GenStatusFlags::fromHardProcess(), status(), and statusFlags_.

332 { return status()==1 && statusFlags_.fromHardProcess(); }
virtual int status() const
status word
bool fromHardProcess() const
reco::GenStatusFlags statusFlags_
bool pat::PackedGenParticle::hasMasterClone ( ) const
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 68 of file PackedGenParticle.cc.

68  {
69  return false;
70 }
bool pat::PackedGenParticle::hasMasterClonePtr ( ) const
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 72 of file PackedGenParticle.cc.

72  {
73  return false;
74 }
bool pat::PackedGenParticle::isCaloMuon ( ) const
virtual

Implements reco::Candidate.

Definition at line 155 of file PackedGenParticle.cc.

155 { return false; }
bool pat::PackedGenParticle::isConvertedPhoton ( ) const
virtual

Implements reco::Candidate.

Definition at line 159 of file PackedGenParticle.cc.

159 { return false; }
bool pat::PackedGenParticle::isDirectHardProcessTauDecayProductFinalState ( ) const
inline

Definition at line 336 of file PackedGenParticle.h.

References reco::GenStatusFlags::isDirectHardProcessTauDecayProduct(), status(), and statusFlags_.

virtual int status() const
status word
bool isDirectHardProcessTauDecayProduct() const
reco::GenStatusFlags statusFlags_
bool pat::PackedGenParticle::isDirectPromptTauDecayProductFinalState ( ) const
inline

Definition at line 321 of file PackedGenParticle.h.

References reco::GenStatusFlags::isDirectPromptTauDecayProduct(), status(), and statusFlags_.

bool isDirectPromptTauDecayProduct() const
virtual int status() const
status word
reco::GenStatusFlags statusFlags_
bool pat::PackedGenParticle::isElectron ( ) const
virtual

get a component

Implements reco::Candidate.

Definition at line 145 of file PackedGenParticle.cc.

145 { return false; }
bool pat::PackedGenParticle::isGlobalMuon ( ) const
virtual

Implements reco::Candidate.

Definition at line 149 of file PackedGenParticle.cc.

Referenced by Muon.Muon::muonID().

149 { return false; }
bool pat::PackedGenParticle::isJet ( ) const
virtual

Implements reco::Candidate.

Definition at line 161 of file PackedGenParticle.cc.

161 { return false; }
bool pat::PackedGenParticle::isMuon ( ) const
virtual

Implements reco::Candidate.

Definition at line 147 of file PackedGenParticle.cc.

147 { return false; }
bool pat::PackedGenParticle::isPhoton ( ) const
virtual

Implements reco::Candidate.

Definition at line 157 of file PackedGenParticle.cc.

157 { return false; }
bool pat::PackedGenParticle::isPromptFinalState ( ) const
inline

Definition at line 317 of file PackedGenParticle.h.

References reco::GenStatusFlags::isPrompt(), status(), and statusFlags_.

317 { return status()==1 && statusFlags_.isPrompt(); }
bool isPrompt() const
virtual int status() const
status word
reco::GenStatusFlags statusFlags_
bool pat::PackedGenParticle::isStandAloneMuon ( ) const
virtual

Implements reco::Candidate.

Definition at line 151 of file PackedGenParticle.cc.

151 { return false; }
bool pat::PackedGenParticle::isTrackerMuon ( ) const
virtual

Implements reco::Candidate.

Definition at line 153 of file PackedGenParticle.cc.

153 { return false; }
bool pat::PackedGenParticle::longLived ( ) const
virtual

is long lived?

Implements reco::Candidate.

Definition at line 163 of file PackedGenParticle.cc.

163 {return false;}
virtual double pat::PackedGenParticle::mass ( ) const
inlinevirtual

mass

Implements reco::Candidate.

Definition at line 158 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

Referenced by Particle.Particle::__str__(), and DiObject.DiMuon::__str__().

158 { if (!p4c_) unpack(); return p4_.load()->M(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
bool pat::PackedGenParticle::massConstraint ( ) const
virtual

do mass constraint?

Implements reco::Candidate.

Definition at line 165 of file PackedGenParticle.cc.

165 {return false;}
virtual double pat::PackedGenParticle::massSqr ( ) const
inlinevirtual

mass squared

Implements reco::Candidate.

Definition at line 160 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

160 { if (!p4c_) unpack(); return p4_.load()->M()*p4_.load()->M(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
const reco::CandidateBaseRef & pat::PackedGenParticle::masterClone ( ) const
virtual

returns ptr to master clone, if existing. Throws an exception unless the concrete Candidate type is ShallowCloneCandidate

Implements reco::Candidate.

Definition at line 62 of file PackedGenParticle.cc.

References Exception.

Referenced by masterRef().

62  {
63  throw cms::Exception("Invalid Reference")
64  << "this Candidate has no master clone reference."
65  << "Can't call masterClone() method.\n";
66 }
const reco::CandidatePtr & pat::PackedGenParticle::masterClonePtr ( ) const
virtual

returns ptr to master clone, if existing. Throws an exception unless the concrete Candidate type is ShallowClonePtrCandidate

Implements reco::Candidate.

Definition at line 77 of file PackedGenParticle.cc.

References Exception.

77  {
78  throw cms::Exception("Invalid Reference")
79  << "this Candidate has no master clone ptr."
80  << "Can't call masterClonePtr() method.\n";
81 }
template<typename Ref >
Ref pat::PackedGenParticle::masterRef ( ) const
inline

cast master clone reference to a concrete type

Definition at line 291 of file PackedGenParticle.h.

References masterClone().

291 { return masterClone().template castTo<Ref>(); }
virtual const reco::CandidateBaseRef & masterClone() const
virtual Vector pat::PackedGenParticle::momentum ( ) const
inlinevirtual

spatial momentum vector

Implements reco::Candidate.

Definition at line 145 of file PackedGenParticle.h.

References p4c_, and unpack().

145 { if (!p4c_) unpack(); return p4c_.load()->Vect(); }
std::atomic< LorentzVector * > p4c_
const reco::Candidate * pat::PackedGenParticle::mother ( size_type  ) const
virtual

return mother at a given position (throws an exception)

Implements reco::Candidate.

Definition at line 101 of file PackedGenParticle.cc.

References reco::Candidate::get().

101  {
102  return mother_.get();
103 }
reco::GenParticleRef mother_
Ref to first mother.
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:244
const reco::GenParticleRef& pat::PackedGenParticle::motherRef ( ) const
inline

direct access to the mother reference (may be null)

Definition at line 113 of file PackedGenParticle.h.

References mother_.

113 { return mother_; }
reco::GenParticleRef mother_
Ref to first mother.
virtual double pat::PackedGenParticle::mt ( ) const
inlinevirtual

transverse mass

Implements reco::Candidate.

Definition at line 163 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

163 { if (!p4c_) unpack(); return p4_.load()->Mt(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual double pat::PackedGenParticle::mtSqr ( ) const
inlinevirtual

transverse mass squared

Implements reco::Candidate.

Definition at line 165 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

165 { if (!p4c_) unpack(); return p4_.load()->Mt2(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
size_t pat::PackedGenParticle::numberOfDaughters ( ) const
virtual

number of daughters

Implements reco::Candidate.

Definition at line 83 of file PackedGenParticle.cc.

83  {
84  return 0;
85 }
size_t pat::PackedGenParticle::numberOfMothers ( ) const
virtual

number of mothers

Implements reco::Candidate.

Definition at line 87 of file PackedGenParticle.cc.

87  {
88  if(mother_.isNonnull()) return 1;
89  return 0;
90 }
bool isNonnull() const
Checks for non-null.
Definition: Ref.h:252
reco::GenParticleRef mother_
Ref to first mother.
virtual size_t pat::PackedGenParticle::numberOfSourceCandidatePtrs ( ) const
inlinevirtual

return the number of source Candidates ( the candidates used to construct this Candidate)

Implements reco::Candidate.

Definition at line 123 of file PackedGenParticle.h.

123 {return 0;}
PackedGenParticle& pat::PackedGenParticle::operator= ( PackedGenParticle &&  iOther)
inline

Definition at line 71 of file PackedGenParticle.h.

References charge_, dphi_, dxy_, dz_, mother_, eostools::move(), p4_, p4c_, packedM_, packedPhi_, packedPt_, packedY_, pdgId_, statusFlags_, and vertex_.

71  {
72  if(this != &iOther) {
73  packedPt_ = iOther.packedPt_;
74  packedY_ = iOther.packedY_;
75  packedPhi_ = iOther.packedPhi_;
76  packedM_ = iOther.packedM_;
77  if(p4c_) {
78  delete p4_.exchange(iOther.p4_.exchange(nullptr));
79  delete p4c_.exchange(iOther.p4c_.exchange(nullptr)) ;
80  } else {
81  delete p4_.exchange(nullptr);
82  delete p4c_.exchange(nullptr);
83  }
84  vertex_=std::move(iOther.vertex_);
85  dxy_ = iOther.dxy_;
86  dz_ = iOther.dz_;
87  dphi_ = iOther.dphi_;
88  pdgId_ = iOther.pdgId_;
89  charge_ = iOther.charge_;
90  mother_ = std::move(iOther.mother_);
91  statusFlags_ = iOther.statusFlags_;
92  }
93  return *this;
94  }
Point vertex_
vertex position
int pdgId_
PDG identifier.
std::atomic< LorentzVector * > p4c_
reco::GenParticleRef mother_
Ref to first mother.
def move
Definition: eostools.py:510
std::atomic< PolarLorentzVector * > p4_
the four vector
reco::GenStatusFlags statusFlags_
PackedGenParticle& pat::PackedGenParticle::operator= ( PackedGenParticle const &  iOther)
inline

Definition at line 96 of file PackedGenParticle.h.

References EnergyCorrector::c, and eostools::move().

96  {
97  PackedGenParticle c(iOther);
98  *this = std::move(c);
99  return *this;
100  }
PackedGenParticle()
default constructor
def move
Definition: eostools.py:510
bool pat::PackedGenParticle::overlap ( const reco::Candidate o) const
protectedvirtual

check overlap with another Candidate

Implements reco::Candidate.

Definition at line 92 of file PackedGenParticle.cc.

References RecoTauCleanerPlugins::charge, reco::Candidate::charge(), reco::Candidate::p4(), p4, and reco::Candidate::vertex().

92  {
93  return p4() == o.p4() && vertex() == o.vertex() && charge() == o.charge();
94 // return p4() == o.p4() && charge() == o.charge();
95 }
virtual const Point & vertex() const
vertex position
virtual const LorentzVector & p4() const
four-momentum Lorentz vecto r
virtual const Point & vertex() const =0
vertex position
virtual int charge() const =0
electric charge
virtual int charge() const
electric charge
virtual const LorentzVector & p4() const =0
four-momentum Lorentz vector
virtual double pat::PackedGenParticle::p ( ) const
inlinevirtual

magnitude of momentum vector

Implements reco::Candidate.

Definition at line 150 of file PackedGenParticle.h.

References p4c_, and unpack().

150 { if (!p4c_) unpack(); return p4c_.load()->P(); }
std::atomic< LorentzVector * > p4c_
virtual const LorentzVector& pat::PackedGenParticle::p4 ( ) const
inlinevirtual

four-momentum Lorentz vecto r

Implements reco::Candidate.

Definition at line 141 of file PackedGenParticle.h.

References p4c_, and unpack().

Referenced by Tau.Tau::dxy_approx(), Tau.Tau::dz(), Jet.Jet::jetID(), and setP4().

141 { if (!p4c_) unpack(); return *p4c_; }
std::atomic< LorentzVector * > p4c_
void pat::PackedGenParticle::pack ( bool  unpackAfterwards = true)
protected

Definition at line 7 of file PackedGenParticle.cc.

References MiniFloatConverter::float32to16(), bookConverter::max, p4_, p4c_, packedM_, packedPhi_, packedPt_, packedY_, and unpack().

Referenced by pyrootRender.interactiveRender::draw(), PackedGenParticle(), setMass(), setP4(), and setPz().

7  {
9  packedY_ = int16_t(p4_.load()->Rapidity()/6.0f*std::numeric_limits<int16_t>::max());
10  packedPhi_ = int16_t(p4_.load()->Phi()/3.2f*std::numeric_limits<int16_t>::max());
12  if (unpackAfterwards) {
13  delete p4_.exchange(nullptr);
14  delete p4c_.exchange(nullptr);
15  unpack(); // force the values to match with the packed ones
16  }
17 }
std::atomic< LorentzVector * > p4c_
static uint16_t float32to16(float x)
Definition: libminifloat.h:15
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual int pat::PackedGenParticle::pdgId ( ) const
inlinevirtual

PDG identifier.

Implements reco::Candidate.

Definition at line 233 of file PackedGenParticle.h.

References pdgId_.

Referenced by Particle.Particle::__str__(), and setPdgId().

233 { return pdgId_; }
int pdgId_
PDG identifier.
virtual double pat::PackedGenParticle::phi ( ) const
inlinevirtual

momentum azimuthal angle

Implements reco::Candidate.

Definition at line 175 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

Referenced by Particle.Particle::__str__().

175 { if (!p4c_) unpack(); return p4_.load()->Phi(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual const PolarLorentzVector& pat::PackedGenParticle::polarP4 ( ) const
inlinevirtual

four-momentum Lorentz vector

Implements reco::Candidate.

Definition at line 143 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

143 { if (!p4c_) unpack(); return *p4_; }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual double pat::PackedGenParticle::pt ( void  ) const
inlinevirtual
virtual double pat::PackedGenParticle::px ( ) const
inlinevirtual

x coordinate of momentum vector

Implements reco::Candidate.

Definition at line 167 of file PackedGenParticle.h.

References p4c_, and unpack().

167 { if (!p4c_) unpack(); return p4c_.load()->Px(); }
std::atomic< LorentzVector * > p4c_
virtual double pat::PackedGenParticle::py ( ) const
inlinevirtual

y coordinate of momentum vector

Implements reco::Candidate.

Definition at line 169 of file PackedGenParticle.h.

References p4c_, and unpack().

169 { if (!p4c_) unpack(); return p4c_.load()->Py(); }
std::atomic< LorentzVector * > p4c_
virtual double pat::PackedGenParticle::pz ( ) const
inlinevirtual

z coordinate of momentum vector

Implements reco::Candidate.

Definition at line 171 of file PackedGenParticle.h.

References p4c_, and unpack().

Referenced by setPz().

171 { if (!p4c_) unpack(); return p4c_.load()->Pz(); }
std::atomic< LorentzVector * > p4c_
virtual double pat::PackedGenParticle::rapidity ( ) const
inlinevirtual

rapidity

Implements reco::Candidate.

Definition at line 181 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

181 { if (!p4c_) unpack(); return p4_.load()->Rapidity(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual void pat::PackedGenParticle::setCharge ( int  charge)
inlinevirtual

set electric charge

Implements reco::Candidate.

Definition at line 135 of file PackedGenParticle.h.

References charge(), and charge_.

135 {charge_=charge;}
virtual int charge() const
electric charge
virtual void pat::PackedGenParticle::setLongLived ( )
inlinevirtual

set long lived flag

Implements reco::Candidate.

Definition at line 243 of file PackedGenParticle.h.

243 {} /*FIXME*/
virtual void pat::PackedGenParticle::setMass ( double  m)
inlinevirtual

set particle mass

Implements reco::Candidate.

Definition at line 197 of file PackedGenParticle.h.

References visualization-live-secondInstance_cfg::m, p4_, p4c_, pack(), and unpack().

197  {
198  if (!p4c_) unpack();
199  *p4_ = PolarLorentzVector(p4_.load()->Pt(), p4_.load()->Eta(), p4_.load()->Phi(), m);
200  pack();
201  }
std::atomic< LorentzVector * > p4c_
void pack(bool unpackAfterwards=true)
std::atomic< PolarLorentzVector * > p4_
the four vector
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
virtual void pat::PackedGenParticle::setMassConstraint ( )
inlinevirtual

set mass constraint flag

Implements reco::Candidate.

Definition at line 249 of file PackedGenParticle.h.

249 {} /*FIXME*/
virtual void pat::PackedGenParticle::setP4 ( const LorentzVector p4)
inlinevirtual

set 4-momentum

Implements reco::Candidate.

Definition at line 185 of file PackedGenParticle.h.

References p4_, pack(), and unpack().

Referenced by Jet.Jet::setCorrP4().

185  {
186  unpack(); // changing px,py,pz changes also mapping between dxy,dz and x,y,z
187  *p4_ = PolarLorentzVector(p4.Pt(), p4.Eta(), p4.Phi(), p4.M());
188  pack();
189  }
void pack(bool unpackAfterwards=true)
virtual const LorentzVector & p4() const
four-momentum Lorentz vecto r
std::atomic< PolarLorentzVector * > p4_
the four vector
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
virtual void pat::PackedGenParticle::setP4 ( const PolarLorentzVector p4)
inlinevirtual

set 4-momentum

Definition at line 191 of file PackedGenParticle.h.

References p4(), p4_, pack(), and unpack().

Referenced by Jet.Jet::setCorrP4().

191  {
192  unpack(); // changing px,py,pz changes also mapping between dxy,dz and x,y,z
193  *p4_ = p4;
194  pack();
195  }
void pack(bool unpackAfterwards=true)
virtual const LorentzVector & p4() const
four-momentum Lorentz vecto r
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual void pat::PackedGenParticle::setPdgId ( int  pdgId)
inlinevirtual

Implements reco::Candidate.

Definition at line 235 of file PackedGenParticle.h.

References pdgId(), and pdgId_.

235 { pdgId_ = pdgId; }
int pdgId_
PDG identifier.
virtual int pdgId() const
PDG identifier.
virtual void pat::PackedGenParticle::setPz ( double  pz)
inlinevirtual

Implements reco::Candidate.

Definition at line 202 of file PackedGenParticle.h.

References p4_, p4c_, pack(), pz(), and unpack().

202  {
203  unpack(); // changing px,py,pz changes also mapping between dxy,dz and x,y,z
204  *p4c_ = LorentzVector(p4c_.load()->Px(), p4c_.load()->Py(), pz, p4c_.load()->E());
205  *p4_ = PolarLorentzVector(p4c_.load()->Pt(), p4c_.load()->Eta(), p4c_.load()->Phi(), p4c_.load()->M());
206  pack();
207  }
virtual double pz() const
z coordinate of momentum vector
std::atomic< LorentzVector * > p4c_
void pack(bool unpackAfterwards=true)
std::atomic< PolarLorentzVector * > p4_
the four vector
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
math::XYZTLorentzVector LorentzVector
Lorentz vector.
virtual void pat::PackedGenParticle::setStatus ( int  status)
inlinevirtual

set status word

Implements reco::Candidate.

Definition at line 239 of file PackedGenParticle.h.

239 {} /*FIXME*/
virtual void pat::PackedGenParticle::setThreeCharge ( int  threecharge)
inlinevirtual

set electric charge

Implements reco::Candidate.

Definition at line 139 of file PackedGenParticle.h.

139 {}
virtual void pat::PackedGenParticle::setVertex ( const Point vertex)
inlinevirtual

set vertex

Definition at line 217 of file PackedGenParticle.h.

References vertex(), and vertex_.

217 { vertex_ = vertex; }
Point vertex_
vertex position
virtual const Point & vertex() const
vertex position
virtual reco::CandidatePtr pat::PackedGenParticle::sourceCandidatePtr ( size_type  i) const
inlinevirtual

return a Ptr to one of the source Candidates ( the candidates used to construct this Candidate)

Reimplemented from reco::Candidate.

Definition at line 126 of file PackedGenParticle.h.

126  {
127  return reco::CandidatePtr();
128  }
edm::Ptr< Candidate > CandidatePtr
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:25
virtual int pat::PackedGenParticle::status ( ) const
inlinevirtual
const reco::GenStatusFlags& pat::PackedGenParticle::statusFlags ( ) const
inline

Definition at line 304 of file PackedGenParticle.h.

References statusFlags_.

304 { return statusFlags_; }
reco::GenStatusFlags statusFlags_
reco::GenStatusFlags& pat::PackedGenParticle::statusFlags ( )
inline

Definition at line 305 of file PackedGenParticle.h.

References statusFlags_.

305 { return statusFlags_; }
reco::GenStatusFlags statusFlags_
virtual double pat::PackedGenParticle::theta ( ) const
inlinevirtual

momentum polar angle

Implements reco::Candidate.

Definition at line 177 of file PackedGenParticle.h.

References p4_, p4c_, and unpack().

Referenced by Tau.Tau::zImpact().

177 { if (!p4c_) unpack(); return p4_.load()->Theta(); }
std::atomic< LorentzVector * > p4c_
std::atomic< PolarLorentzVector * > p4_
the four vector
virtual int pat::PackedGenParticle::threeCharge ( ) const
inlinevirtual

electric charge

Implements reco::Candidate.

Definition at line 137 of file PackedGenParticle.h.

References charge().

137 {return charge()*3;}
virtual int charge() const
electric charge
void pat::PackedGenParticle::unpack ( ) const
protected

Definition at line 20 of file PackedGenParticle.cc.

References eta, MiniFloatConverter::float16to32(), visualization-live-secondInstance_cfg::m, bookConverter::max, p4, phi(), EnergyCorrector::pt, edm::shift, jetcorrextractor::sign(), and mathSSE::sqrt().

Referenced by boostToCM(), dxy(), dz(), energy(), eta(), mass(), massSqr(), momentum(), mt(), mtSqr(), p(), p4(), pack(), phi(), polarP4(), pt(), px(), py(), pz(), rapidity(), setMass(), setP4(), setPz(), theta(), and y().

20  {
21  float y = int16_t(packedY_)*6.0f/std::numeric_limits<int16_t>::max();
24  float pz = std::tanh(y)*std::sqrt((m*m+pt*pt)/(1.-std::tanh(y)*std::tanh(y)));
25  float eta = 0;
26  if(pt != 0.) {
27  eta = std::asinh(pz/pt);
28  }
29  double shift = (pt<1. ? 0.1*pt : 0.1/pt); // shift particle phi to break degeneracies in angular separations
30  double sign = ( ( int(pt*10) % 2 == 0 ) ? 1 : -1 ); // introduce a pseudo-random sign of the shift
31  double phi = int16_t(packedPhi_)*3.2f/std::numeric_limits<int16_t>::max() + sign*shift*3.2/std::numeric_limits<int16_t>::max();
32  auto p4 = std::make_unique<PolarLorentzVector>(pt,eta,phi,m);
33  PolarLorentzVector* expectp4 = nullptr;
34  if(p4_.compare_exchange_strong(expectp4,p4.get())) {
35  p4.release();
36  }
37  auto p4c = std::make_unique<LorentzVector>(*p4_);
38  LorentzVector* expectp4c = nullptr;
39  if(p4c_.compare_exchange_strong(expectp4c,p4c.get())) {
40  p4c.release();
41  }
42 }
virtual double pz() const
z coordinate of momentum vector
double sign(double x)
math::XYZTLorentzVector LorentzVector
virtual double pt() const
transverse momentum
static float float16to32(uint16_t h)
Definition: libminifloat.h:10
std::atomic< LorentzVector * > p4c_
virtual double phi() const
momentum azimuthal angle
virtual double eta() const
momentum pseudorapidity
T sqrt(T t)
Definition: SSEVec.h:48
virtual const LorentzVector & p4() const
four-momentum Lorentz vecto r
virtual double y() const
rapidity
std::atomic< PolarLorentzVector * > p4_
the four vector
static unsigned int const shift
math::PtEtaPhiMLorentzVector PolarLorentzVector
Lorentz vector.
virtual const Point& pat::PackedGenParticle::vertex ( ) const
inlinevirtual

vertex position

Implements reco::Candidate.

Definition at line 209 of file PackedGenParticle.h.

References vertex_.

Referenced by Tau.Tau::dxy(), and setVertex().

209 { return vertex_; }//{ if (fromPV_) return Point(0,0,0); else return Point(0,0,100); }
Point vertex_
vertex position
double pat::PackedGenParticle::vertexChi2 ( ) const
virtual

chi-squares

Implements reco::Candidate.

Definition at line 123 of file PackedGenParticle.cc.

123  {
124  return 0;
125 }
double pat::PackedGenParticle::vertexCovariance ( int  i,
int  j 
) const
virtual

(i, j)-th element of error matrix, i, j = 0, ... 2

Implements reco::Candidate.

Definition at line 135 of file PackedGenParticle.cc.

References Exception, and edm::errors::UnimplementedFeature.

135  {
137  << "reco::ConcreteCandidate does not implement vertex covariant matrix.\n";
138 }
CovarianceMatrix pat::PackedGenParticle::vertexCovariance ( ) const
inlinevirtual

return SMatrix

Reimplemented from reco::Candidate.

Definition at line 272 of file PackedGenParticle.h.

References fillVertexCovariance(), and visualization-live-secondInstance_cfg::m.

double pat::PackedGenParticle::vertexNdof ( ) const
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 127 of file PackedGenParticle.cc.

127  {
128  return 0;
129 }
double pat::PackedGenParticle::vertexNormalizedChi2 ( ) const
virtual

chi-squared divided by n.d.o.f.

Implements reco::Candidate.

Definition at line 131 of file PackedGenParticle.cc.

131  {
132  return 0;
133 }
virtual double pat::PackedGenParticle::vx ( ) const
inlinevirtual

x coordinate of vertex position

Implements reco::Candidate.

Definition at line 211 of file PackedGenParticle.h.

References vertex_.

211 { return vertex_.X(); }//{ return 0; }
Point vertex_
vertex position
virtual double pat::PackedGenParticle::vy ( ) const
inlinevirtual

y coordinate of vertex position

Implements reco::Candidate.

Definition at line 213 of file PackedGenParticle.h.

References vertex_.

213 { return vertex_.Y(); }//{ return 0; }
Point vertex_
vertex position
virtual double pat::PackedGenParticle::vz ( ) const
inlinevirtual

z coordinate of vertex position

Implements reco::Candidate.

Definition at line 215 of file PackedGenParticle.h.

References vertex_.

215 { return vertex_.Z(); }//{ if (fromPV_) return 0; else return 100; }
Point vertex_
vertex position
virtual double pat::PackedGenParticle::y ( ) const
inlinevirtual

Friends And Related Function Documentation

friend class ::OverlapChecker
friend

Definition at line 362 of file PackedGenParticle.h.

friend class ::testPackedGenParticle
friend

Definition at line 21 of file PackedGenParticle.h.

template<typename , typename , typename >
friend struct component
friend

Definition at line 361 of file PackedGenParticle.h.

friend class ShallowCloneCandidate
friend

Definition at line 363 of file PackedGenParticle.h.

friend class ShallowClonePtrCandidate
friend

Definition at line 364 of file PackedGenParticle.h.

Member Data Documentation

int8_t pat::PackedGenParticle::charge_
protected

Charge.

Definition at line 353 of file PackedGenParticle.h.

Referenced by charge(), operator=(), and setCharge().

float pat::PackedGenParticle::dphi_
protected

Definition at line 349 of file PackedGenParticle.h.

Referenced by operator=().

float pat::PackedGenParticle::dxy_
protected

Definition at line 349 of file PackedGenParticle.h.

Referenced by dxy(), and operator=().

float pat::PackedGenParticle::dz_
protected

Definition at line 349 of file PackedGenParticle.h.

Referenced by dz(), and operator=().

const unsigned int pat::PackedGenParticle::longLivedTag = 0
static

long lived flag

Definition at line 241 of file PackedGenParticle.h.

const unsigned int pat::PackedGenParticle::massConstraintTag = 0
static

do mass constraint flag

Definition at line 247 of file PackedGenParticle.h.

reco::GenParticleRef pat::PackedGenParticle::mother_
protected

Ref to first mother.

Definition at line 355 of file PackedGenParticle.h.

Referenced by motherRef(), and operator=().

std::atomic<PolarLorentzVector*> pat::PackedGenParticle::p4_
mutableprotected
std::atomic<LorentzVector*> pat::PackedGenParticle::p4c_
mutableprotected
uint16_t pat::PackedGenParticle::packedM_
protected

Definition at line 340 of file PackedGenParticle.h.

Referenced by operator=(), and pack().

uint16_t pat::PackedGenParticle::packedPhi_
protected

Definition at line 340 of file PackedGenParticle.h.

Referenced by operator=(), and pack().

uint16_t pat::PackedGenParticle::packedPt_
protected

Definition at line 340 of file PackedGenParticle.h.

Referenced by operator=(), and pack().

uint16_t pat::PackedGenParticle::packedY_
protected

Definition at line 340 of file PackedGenParticle.h.

Referenced by operator=(), and pack().

int pat::PackedGenParticle::pdgId_
protected

PDG identifier.

Definition at line 351 of file PackedGenParticle.h.

Referenced by operator=(), pdgId(), and setPdgId().

reco::GenStatusFlags pat::PackedGenParticle::statusFlags_
protected
Point pat::PackedGenParticle::vertex_
protected

vertex position

Definition at line 348 of file PackedGenParticle.h.

Referenced by operator=(), setVertex(), vertex(), vx(), vy(), and vz().