EDM4eic
EIC data model
|
#include <MutableInclusiveKinematics.h>
Public Types | |
using | object_type = InclusiveKinematics |
using | collection_type = InclusiveKinematicsCollection |
Public Member Functions | |
MutableInclusiveKinematics () | |
default constructor | |
MutableInclusiveKinematics (float x, float Q2, float W, float y, float nu) | |
Constructor initializing all members. | |
MutableInclusiveKinematics (const MutableInclusiveKinematics &other)=default | |
copy constructor | |
MutableInclusiveKinematics & | operator= (MutableInclusiveKinematics other) |
copy-assignment operator | |
MutableInclusiveKinematics | clone () const |
create a mutable deep-copy of the object with identical relations | |
~MutableInclusiveKinematics ()=default | |
destructor | |
operator InclusiveKinematics () const | |
conversion to const 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) | |
void | setX (float value) |
Set the Bjorken x (Q2/2P.q) | |
void | setQ2 (float value) |
Set the Four-momentum transfer squared [GeV^2]. | |
void | setW (float value) |
Set the Invariant mass of final state [GeV]. | |
void | setY (float value) |
Set the Inelasticity (P.q/P.k) | |
void | setNu (float value) |
Set the Energy transfer P.q/M [GeV]. | |
void | setScat (edm4eic::ReconstructedParticle value) |
Set 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 MutableInclusiveKinematics &other) const |
bool | operator== (const InclusiveKinematics &other) const |
bool | operator< (const MutableInclusiveKinematics &other) const |
podio::ObjectID | 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
edm4eic::MutableInclusiveKinematics::MutableInclusiveKinematics | ( | ) |
default constructor
edm4eic::MutableInclusiveKinematics::MutableInclusiveKinematics | ( | float | x, |
float | Q2, | ||
float | W, | ||
float | y, | ||
float | nu ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableInclusiveKinematics edm4eic::MutableInclusiveKinematics::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
float edm4eic::MutableInclusiveKinematics::getNu | ( | ) | const |
Access the Energy transfer P.q/M [GeV].
const podio::ObjectID edm4eic::MutableInclusiveKinematics::getObjectID | ( | ) | const |
float edm4eic::MutableInclusiveKinematics::getQ2 | ( | ) | const |
Access the Four-momentum transfer squared [GeV^2].
const edm4eic::ReconstructedParticle edm4eic::MutableInclusiveKinematics::getScat | ( | ) | const |
Access the Associated scattered electron (if identified)
float edm4eic::MutableInclusiveKinematics::getW | ( | ) | const |
Access the Invariant mass of final state [GeV].
float edm4eic::MutableInclusiveKinematics::getX | ( | ) | const |
Access the Bjorken x (Q2/2P.q)
float edm4eic::MutableInclusiveKinematics::getY | ( | ) | const |
Access the Inelasticity (P.q/P.k)
|
inline |
bool edm4eic::MutableInclusiveKinematics::isAvailable | ( | ) | const |
check whether the object is actually available
edm4eic::MutableInclusiveKinematics::operator InclusiveKinematics | ( | ) | const |
conversion to const object
|
inline |
MutableInclusiveKinematics & edm4eic::MutableInclusiveKinematics::operator= | ( | MutableInclusiveKinematics | other | ) |
copy-assignment operator
bool edm4eic::MutableInclusiveKinematics::operator== | ( | const InclusiveKinematics & | other | ) | const |
|
inline |
void edm4eic::MutableInclusiveKinematics::setNu | ( | float | value | ) |
Set the Energy transfer P.q/M [GeV].
void edm4eic::MutableInclusiveKinematics::setQ2 | ( | float | value | ) |
Set the Four-momentum transfer squared [GeV^2].
void edm4eic::MutableInclusiveKinematics::setScat | ( | edm4eic::ReconstructedParticle | value | ) |
Set the Associated scattered electron (if identified)
void edm4eic::MutableInclusiveKinematics::setW | ( | float | value | ) |
Set the Invariant mass of final state [GeV].
void edm4eic::MutableInclusiveKinematics::setX | ( | float | value | ) |
Set the Bjorken x (Q2/2P.q)
void edm4eic::MutableInclusiveKinematics::setY | ( | float | value | ) |
Set the Inelasticity (P.q/P.k)
|
inline |
disconnect from InclusiveKinematicsObj instance
|
friend |
|
friend |
|
friend |
|
friend |