|
EDM4eic
EIC data model
|
#include <InclusiveKinematics.h>
Public Types | |
| using | mutable_type = MutableInclusiveKinematics |
| using | collection_type = InclusiveKinematicsCollection |
Public Member Functions | |
| InclusiveKinematics () | |
| default constructor | |
| InclusiveKinematics (const float x, const float Q2, const float W, const float y, const float nu) | |
| Constructor initializing all members. | |
| InclusiveKinematics (const InclusiveKinematics &other)=default | |
| copy constructor | |
| InclusiveKinematics & | operator= (InclusiveKinematics other) & |
| copy-assignment operator | |
| InclusiveKinematics & | operator= (InclusiveKinematics other) &&=delete |
| MutableInclusiveKinematics | clone (bool cloneRelations=true) const |
| ~InclusiveKinematics ()=default | |
| destructor | |
| InclusiveKinematics (const MutableInclusiveKinematics &other) | |
| converting constructor from mutable object | |
| float | getX () const |
| Access the Bjorken x (Q2/2P.q) | |
| float | getQ2 () const |
| Access the Four-momentum transfer squared [GeV^2]. | |
| float | getW () const |
| Access the Invariant mass of final state [GeV]. | |
| float | getY () const |
| Access the Inelasticity (P.q/P.k) | |
| float | getNu () const |
| Access the Energy transfer P.q/M [GeV]. | |
| const edm4eic::ReconstructedParticle | getScat () const |
| Access the Associated scattered electron (if identified) | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from InclusiveKinematicsObj instance | |
| bool | operator== (const InclusiveKinematics &other) const |
| bool | operator== (const MutableInclusiveKinematics &other) const |
| bool | operator!= (const InclusiveKinematics &other) const |
| bool | operator!= (const MutableInclusiveKinematics &other) const |
| bool | operator< (const InclusiveKinematics &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static InclusiveKinematics | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::InclusiveKinematics" |
Friends | |
| class | MutableInclusiveKinematics |
| class | InclusiveKinematicsCollection |
| class | edm4eic::InclusiveKinematicsCollectionData |
| class | InclusiveKinematicsCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const InclusiveKinematics &obj) |
| void | swap (InclusiveKinematics &a, InclusiveKinematics &b) |
Kinematic variables for DIS events
| edm4eic::InclusiveKinematics::InclusiveKinematics | ( | ) |
default constructor
| edm4eic::InclusiveKinematics::InclusiveKinematics | ( | const float | x, |
| const float | Q2, | ||
| const float | W, | ||
| const float | y, | ||
| const float | nu ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| edm4eic::InclusiveKinematics::InclusiveKinematics | ( | const MutableInclusiveKinematics & | other | ) |
converting constructor from mutable object
| MutableInclusiveKinematics edm4eic::InclusiveKinematics::clone | ( | bool | cloneRelations = true | ) | const |
create a mutable deep-copy of the object with identical relations if cloneRelations=false, the relations are not cloned and will be empty
| float edm4eic::InclusiveKinematics::getNu | ( | ) | const |
Access the Energy transfer P.q/M [GeV].
| const podio::ObjectID edm4eic::InclusiveKinematics::getObjectID | ( | ) | const |
| float edm4eic::InclusiveKinematics::getQ2 | ( | ) | const |
Access the Four-momentum transfer squared [GeV^2].
| const edm4eic::ReconstructedParticle edm4eic::InclusiveKinematics::getScat | ( | ) | const |
Access the Associated scattered electron (if identified)
| float edm4eic::InclusiveKinematics::getW | ( | ) | const |
Access the Invariant mass of final state [GeV].
| float edm4eic::InclusiveKinematics::getX | ( | ) | const |
Access the Bjorken x (Q2/2P.q)
| float edm4eic::InclusiveKinematics::getY | ( | ) | const |
Access the Inelasticity (P.q/P.k)
|
inline |
| bool edm4eic::InclusiveKinematics::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
| InclusiveKinematics & edm4eic::InclusiveKinematics::operator= | ( | InclusiveKinematics | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::InclusiveKinematics::operator== | ( | const MutableInclusiveKinematics & | other | ) | const |
|
inline |
disconnect from InclusiveKinematicsObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |