![]() |
ATLAS Offline Software
|
#include <Neutrino.h>
Public Types | |
| typedef NeutrinoNavigation | navigable_type |
| publish the type of the base class (ie: 'traits-itize' it) | |
| typedef P4ImplPxPyPzE | momentum_type |
| publish the type of the base class (ie: 'traits-itize' it) | |
| typedef ParticleEvent::Base | particle_type |
| publish the type of the base class (ie: 'traits-itize' it) | |
| typedef ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE, ParticleEvent::Base > | self_type |
| publish the type of the base class (ie: 'traits-itize' it) | |
| enum | Kind { P4EETAPHIM , P4IPTCOTTHPHIM , P4PTETAPHIM , P4PXPYPZE , UNKNOWN } |
Public Member Functions | |
| ~Neutrino ()=default | |
| Destructor. | |
| const navigable_type & | navigableBase () const |
| access to underlying base type (INavigable-like) | |
| navigable_type & | navigableBase () |
| access to underlying base type (INavigable-like) | |
| const momentum_type & | momentumBase () const |
| access to underlying base type (I4Momentum-like) | |
| momentum_type & | momentumBase () |
| access to underlying base type (I4Momentum-like) | |
| const particle_type & | particleBase () const |
| access to underlying base type (IParticle-like) | |
| particle_type & | particleBase () |
| access to underlying base type (IParticle-like) | |
| virtual void | set4Mom (const I4Momentum &p4) |
| set 4Momentum (will throw exception if cannot be implemented) | |
| virtual void | set4Mom (const I4Momentum *const p4) |
| set 4Momentum (will throw exception if cannot be implemented) | |
| virtual void | set4Mom (const CLHEP::HepLorentzVector &hlv) |
| set 4Momentum (will throw exception if cannot be implemented) | |
| virtual void | set_dataType (ParticleDataType::DataType x) |
| virtual void | set_charge (ChargeType x) |
| virtual void | set_pdgId (int x) |
| virtual void | set_origin (const VxContainer *theContainer, int index) |
| virtual void | set_origin (const VxContainer *theContainer, const Trk::VxCandidate *vertex) |
| void | set_origin (const ElementLink< VxContainer > &origin) |
| virtual void | fillToken (INavigationToken &thisToken) const |
| virtual void | fillToken (INavigationToken &thisToken, const std::any &weight) const |
| AthenaBarCode_t | getAthenaBarCode () const |
| void | setAthenaBarCode (AthenaBarCode_t) |
| bool | hasSameAthenaBarCode (const IAthenaBarCode &) const |
| bool | hasSameAthenaBarCodeExceptVersion (const IAthenaBarCode &) const |
| AthenaBarCodeVersion_t | getVersion () const |
| void | newVersion () |
| void | setVersion (AthenaBarCodeVersion_t newversion) |
| virtual double | px () const |
| x component of momentum | |
| virtual double | py () const |
| y component of momentum | |
| virtual double | pz () const |
| z component of momentum | |
| virtual double | m () const |
| mass | |
| virtual double | m2 () const |
| mass squared | |
| virtual double | p () const |
| mass momentum magnitude | |
| virtual double | p2 () const |
| square of momentum magnitude | |
| virtual double | rapidity () const |
| rapidity | |
| virtual double | eta () const |
| pseudo rapidity | |
| virtual double | phi () const |
| phi in [-pi,pi[ | |
| virtual double | e () const |
| energy | |
| virtual double | et () const |
| transverse energy defined to be e*sin(theta) | |
| virtual double | pt () const |
| transverse momentum | |
| virtual double | iPt () const |
| inverse of transverse momentum | |
| virtual double | cosPhi () const |
| cosinus phi | |
| virtual double | sinPhi () const |
| sinus phi | |
| virtual double | tanTh () const |
| tan theta | |
| virtual double | cosTh () const |
| cosinus theta | |
| virtual double | sinTh () const |
| sinus theta | |
| virtual double | cotTh () const |
| cottan theta | |
| virtual CLHEP::HepLorentzVector | hlv () const |
| CLHEP HepLorentzVector. | |
| virtual const I4MomentumError * | errors () const |
| Access to errors, if available; returns 0 if no errors. | |
| virtual I4Momentum::Kind | kind () const |
| add Kind which tells what kind (P4XYZ) the underlying implementation has | |
| virtual std::ostream & | dump (std::ostream &out) const |
Print I4Momentum content. | |
| virtual ParticleDataType::DataType | dataType () const |
| Return enum indicating real data, fast, or full simulation Return Type has a DataType enum with the following values: {Data = 0, Full = 1, FastShower = 2, Fast = 3, True = 4}. | |
| virtual const Trk::RecVertex * | origin () const |
| Return a RecVertex corresponding to particle Origin. | |
| virtual const ElementLink< VxContainer > & | originLink () const |
| Return an ElementLink corresponding to particle's Origin. | |
| virtual bool | hasCharge () const |
| method to check if charge information is available | |
| virtual ChargeType | charge () const |
| returns charge as a typedef ChargeType currently Charge Type is a double for jets this may be changed to an int and ask jets to extend this interface | |
| virtual bool | hasPdgId () const |
| method to check if particle id information is available | |
| virtual int | pdgId () const |
| Return enum indicating particle id the enum file is available in Event/EventKernel/PdtPdg.h. | |
Static Public Attributes | |
| static const AthenaBarCode_t | UNDEFINEDBARCODE = (AthenaBarCode_t)(-1) |
| static const AthenaBarCode_t | UNDEFINEDVERSION = UNDEFINEDBARCODE |
Private Types | |
| typedef ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE > | NeutrinoImpl_t |
Private Attributes | |
| NeutrinoNavigation | m_nav |
| The navigable part. | |
| P4ImplPxPyPzE | m_mom |
| The 4-momentum part. | |
| ParticleEvent::Base | m_part |
| The particle-id part. | |
Definition at line 31 of file Neutrino.h.
|
inherited |
publish the type of the base class (ie: 'traits-itize' it)
Definition at line 52 of file ParticleImpl.h.
|
inherited |
publish the type of the base class (ie: 'traits-itize' it)
Definition at line 48 of file ParticleImpl.h.
|
private |
Definition at line 35 of file Neutrino.h.
|
inherited |
publish the type of the base class (ie: 'traits-itize' it)
Definition at line 56 of file ParticleImpl.h.
|
inherited |
publish the type of the base class (ie: 'traits-itize' it)
Definition at line 62 of file ParticleImpl.h.
|
inherited |
| Enumerator | |
|---|---|
| P4EETAPHIM | |
| P4IPTCOTTHPHIM | |
| P4PTETAPHIM | |
| P4PXPYPZE | |
| UNKNOWN | |
Definition at line 33 of file I4Momentum.h.
|
default |
Destructor.
|
virtualinherited |
returns charge as a typedef ChargeType currently Charge Type is a double for jets this may be changed to an int and ask jets to extend this interface
Implements IParticle.
|
virtualinherited |
cosinus phi
Implements I4Momentum.
|
virtualinherited |
cosinus theta
Implements I4Momentum.
|
virtualinherited |
cottan theta
Implements I4Momentum.
|
virtualinherited |
|
virtualinherited |
Print I4Momentum content.
Implements I4Momentum.
|
virtualinherited |
energy
Implements I4Momentum.
|
virtualinherited |
Access to errors, if available; returns 0 if no errors.
Implements I4Momentum.
|
virtualinherited |
transverse energy defined to be e*sin(theta)
Implements I4Momentum.
|
virtualinherited |
pseudo rapidity
Implements I4Momentum.
|
virtualinherited |
INavigable interface forwarding
Implements INavigable.
|
virtualinherited |
Implements INavigable.
|
virtualinherited |
IAthenaBarCode interface forwarding
Reimplemented from IAthenaBarCode.
|
virtualinherited |
Reimplemented from IAthenaBarCode.
|
virtualinherited |
method to check if charge information is available
Implements IParticle.
|
virtualinherited |
method to check if particle id information is available
Implements IParticle.
|
virtualinherited |
Reimplemented from IAthenaBarCode.
|
virtualinherited |
Reimplemented from IAthenaBarCode.
|
virtualinherited |
CLHEP HepLorentzVector.
Implements I4Momentum.
|
virtualinherited |
inverse of transverse momentum
Implements I4Momentum.
|
virtualinherited |
add Kind which tells what kind (P4XYZ) the underlying implementation has
Implements I4Momentum.
|
virtualinherited |
mass
Implements I4Momentum.
|
virtualinherited |
mass squared
Implements I4Momentum.
|
inherited |
access to underlying base type (I4Momentum-like)
|
inherited |
access to underlying base type (I4Momentum-like)
|
inherited |
access to underlying base type (INavigable-like)
|
inherited |
access to underlying base type (INavigable-like)
|
virtualinherited |
Reimplemented from IAthenaBarCode.
|
virtualinherited |
Return a RecVertex corresponding to particle Origin.
Implements IParticle.
|
virtualinherited |
Return an ElementLink corresponding to particle's Origin.
Implements IParticle.
|
virtualinherited |
mass momentum magnitude
Implements I4Momentum.
|
virtualinherited |
square of momentum magnitude
Implements I4Momentum.
|
inherited |
access to underlying base type (IParticle-like)
|
inherited |
access to underlying base type (IParticle-like)
|
virtualinherited |
Return enum indicating particle id the enum file is available in Event/EventKernel/PdtPdg.h.
Implements IParticle.
|
virtualinherited |
phi in [-pi,pi[
Implements I4Momentum.
|
virtualinherited |
transverse momentum
Implements I4Momentum.
|
virtualinherited |
|
virtualinherited |
y component of momentum
Implements I4Momentum.
|
virtualinherited |
z component of momentum
Implements I4Momentum.
|
virtualinherited |
rapidity
Implements I4Momentum.
|
virtualinherited |
set 4Momentum (will throw exception if cannot be implemented)
Implements I4Momentum.
|
virtualinherited |
set 4Momentum (will throw exception if cannot be implemented)
Implements I4Momentum.
|
virtualinherited |
set 4Momentum (will throw exception if cannot be implemented)
Implements I4Momentum.
|
virtualinherited |
|
virtualinherited |
|
inherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
Reimplemented from IAthenaBarCode.
|
virtualinherited |
Reimplemented from IAthenaBarCode.
|
virtualinherited |
sinus phi
Implements I4Momentum.
|
virtualinherited |
sinus theta
Implements I4Momentum.
|
virtualinherited |
tan theta
Implements I4Momentum.
|
privateinherited |
The 4-momentum part.
Definition at line 310 of file ParticleImpl.h.
|
privateinherited |
The navigable part.
Definition at line 307 of file ParticleImpl.h.
|
privateinherited |
The particle-id part.
Definition at line 313 of file ParticleImpl.h.
|
staticinherited |
Definition at line 52 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.
|
staticinherited |
Definition at line 53 of file AthenaKernel/AthenaKernel/IAthenaBarCode.h.