|
EICd
EIC data model
|
#include <MutableInclusiveKinematics.h>
Public Member Functions | |
| MutableInclusiveKinematics () | |
| default constructor More... | |
| MutableInclusiveKinematics (float x, float Q2, float W, float y, float nu) | |
| MutableInclusiveKinematics (InclusiveKinematicsObj *obj) | |
| constructor from existing InclusiveKinematicsObj More... | |
| MutableInclusiveKinematics (const MutableInclusiveKinematics &other) | |
| copy constructor More... | |
| MutableInclusiveKinematics & | operator= (MutableInclusiveKinematics other) |
| copy-assignment operator More... | |
| MutableInclusiveKinematics | clone () const |
| create a mutable deep-copy of the object with identical relations More... | |
| ~MutableInclusiveKinematics () | |
| destructor More... | |
| operator InclusiveKinematics () const | |
| conversion to const object More... | |
| const float & | getX () const |
| Access the Bjorken x (Q2/2P.q) More... | |
| const float & | getQ2 () const |
| Access the Four-momentum transfer squared [GeV^2]. More... | |
| const float & | getW () const |
| Access the Invariant mass of final state [GeV]. More... | |
| const float & | getY () const |
| Access the Inelasticity (P.q/P.k) More... | |
| const float & | getNu () const |
| Access the Energy transfer P.q/M [GeV]. More... | |
| const eicd::ReconstructedParticle | getScat () const |
| Access the Associated scattered electron (if identified) More... | |
| void | setX (float value) |
| Set the Bjorken x (Q2/2P.q) More... | |
| void | setQ2 (float value) |
| Set the Four-momentum transfer squared [GeV^2]. More... | |
| void | setW (float value) |
| Set the Invariant mass of final state [GeV]. More... | |
| void | setY (float value) |
| Set the Inelasticity (P.q/P.k) More... | |
| void | setNu (float value) |
| Set the Energy transfer P.q/M [GeV]. More... | |
| void | setScat (eicd::ReconstructedParticle value) |
| Set the Associated scattered electron (if identified) More... | |
| bool | isAvailable () const |
| check whether the object is actually available More... | |
| void | unlink () |
| disconnect from InclusiveKinematicsObj instance More... | |
| bool | operator== (const MutableInclusiveKinematics &other) const |
| bool | operator== (const InclusiveKinematics &other) const |
| bool | operator< (const MutableInclusiveKinematics &other) const |
| unsigned int | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | InclusiveKinematicsCollection |
| class | InclusiveKinematicsMutableCollectionIterator |
| class | InclusiveKinematics |
| void | swap (MutableInclusiveKinematics &a, MutableInclusiveKinematics &b) |
Kinematic variables for DIS events
| eicd::MutableInclusiveKinematics::MutableInclusiveKinematics | ( | ) |
default constructor
| eicd::MutableInclusiveKinematics::MutableInclusiveKinematics | ( | float | x, |
| float | Q2, | ||
| float | W, | ||
| float | y, | ||
| float | nu | ||
| ) |
| eicd::MutableInclusiveKinematics::MutableInclusiveKinematics | ( | InclusiveKinematicsObj * | obj | ) |
constructor from existing InclusiveKinematicsObj
| eicd::MutableInclusiveKinematics::MutableInclusiveKinematics | ( | const MutableInclusiveKinematics & | other | ) |
copy constructor
| eicd::MutableInclusiveKinematics::~MutableInclusiveKinematics | ( | ) |
destructor
| MutableInclusiveKinematics eicd::MutableInclusiveKinematics::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
| const float & eicd::MutableInclusiveKinematics::getNu | ( | ) | const |
Access the Energy transfer P.q/M [GeV].
| const podio::ObjectID eicd::MutableInclusiveKinematics::getObjectID | ( | ) | const |
| const float & eicd::MutableInclusiveKinematics::getQ2 | ( | ) | const |
Access the Four-momentum transfer squared [GeV^2].
| const eicd::ReconstructedParticle eicd::MutableInclusiveKinematics::getScat | ( | ) | const |
Access the Associated scattered electron (if identified)
| const float & eicd::MutableInclusiveKinematics::getW | ( | ) | const |
Access the Invariant mass of final state [GeV].
| const float & eicd::MutableInclusiveKinematics::getX | ( | ) | const |
Access the Bjorken x (Q2/2P.q)
| const float & eicd::MutableInclusiveKinematics::getY | ( | ) | const |
Access the Inelasticity (P.q/P.k)
|
inline |
| bool eicd::MutableInclusiveKinematics::isAvailable | ( | ) | const |
check whether the object is actually available
| eicd::MutableInclusiveKinematics::operator InclusiveKinematics | ( | ) | const |
conversion to const object
|
inline |
| MutableInclusiveKinematics & eicd::MutableInclusiveKinematics::operator= | ( | MutableInclusiveKinematics | other | ) |
copy-assignment operator
| bool eicd::MutableInclusiveKinematics::operator== | ( | const InclusiveKinematics & | other | ) | const |
|
inline |
| void eicd::MutableInclusiveKinematics::setNu | ( | float | value | ) |
Set the Energy transfer P.q/M [GeV].
| void eicd::MutableInclusiveKinematics::setQ2 | ( | float | value | ) |
Set the Four-momentum transfer squared [GeV^2].
| void eicd::MutableInclusiveKinematics::setScat | ( | eicd::ReconstructedParticle | value | ) |
Set the Associated scattered electron (if identified)
| void eicd::MutableInclusiveKinematics::setW | ( | float | value | ) |
Set the Invariant mass of final state [GeV].
| void eicd::MutableInclusiveKinematics::setX | ( | float | value | ) |
Set the Bjorken x (Q2/2P.q)
| void eicd::MutableInclusiveKinematics::setY | ( | float | value | ) |
Set the Inelasticity (P.q/P.k)
|
inline |
disconnect from InclusiveKinematicsObj instance
|
friend |
|
friend |
|
friend |
|
friend |