EDM4eic
EIC data model
|
#include <InclusiveKinematics.h>
Public Types | |
using | mutable_type = MutableInclusiveKinematics |
using | collection_type = InclusiveKinematicsCollection |
Public Member Functions | |
InclusiveKinematics () | |
default constructor | |
InclusiveKinematics (float x, float Q2, float W, float y, float nu) | |
Constructor initializing all members. | |
InclusiveKinematics (const InclusiveKinematics &other)=default | |
copy constructor | |
InclusiveKinematics & | operator= (InclusiveKinematics other) |
copy-assignment operator | |
MutableInclusiveKinematics | clone () const |
create a mutable deep-copy of the object with identical relations | |
~InclusiveKinematics ()=default | |
destructor | |
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 |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static InclusiveKinematics | makeEmpty () |
Friends | |
class | MutableInclusiveKinematics |
class | InclusiveKinematicsCollection |
class | edm4eic::InclusiveKinematicsCollectionData |
class | InclusiveKinematicsCollectionIterator |
void | swap (InclusiveKinematics &a, InclusiveKinematics &b) |
Kinematic variables for DIS events
edm4eic::InclusiveKinematics::InclusiveKinematics | ( | ) |
default constructor
edm4eic::InclusiveKinematics::InclusiveKinematics | ( | float | x, |
float | Q2, | ||
float | W, | ||
float | y, | ||
float | nu ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableInclusiveKinematics edm4eic::InclusiveKinematics::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
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 |
InclusiveKinematics & edm4eic::InclusiveKinematics::operator= | ( | InclusiveKinematics | other | ) |
copy-assignment operator
|
inline |
bool edm4eic::InclusiveKinematics::operator== | ( | const MutableInclusiveKinematics & | other | ) | const |
|
inline |
disconnect from InclusiveKinematicsObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |