|
EDM4eic
EIC data model
|
#include <Jet.h>
Public Types | |
| using | mutable_type = MutableJet |
| using | collection_type = JetCollection |
Public Member Functions | |
| Jet ()=default | |
| default constructor | |
| Jet (const std::uint32_t type, const float area, const float energy, const float backgroundEnergyDensity, const edm4hep::Vector3f &momentum) | |
| Constructor initializing all members. | |
| Jet (const Jet &other)=default | |
| copy constructor | |
| Jet & | operator= (Jet other) & |
| copy-assignment operator | |
| Jet & | operator= (Jet other) &&=delete |
| MutableJet | clone (bool cloneRelations=true) const |
| ~Jet ()=default | |
| destructor | |
| Jet (const MutableJet &other) | |
| converting constructor from mutable object | |
| std::uint32_t | getType () const |
| Access the Jet type as enumerated in fastjet::JetAlgorithm. | |
| float | getArea () const |
| Access the Jet area. | |
| float | getEnergy () const |
| Access the Jet energy [GeV]. | |
| float | getBackgroundEnergyDensity () const |
| Access the Background energy density [GeV/area]. | |
| const edm4hep::Vector3f & | getMomentum () const |
| Access the Jet 3-momentum [GeV]. | |
| std::size_t | constituents_size () const |
| edm4eic::ReconstructedParticle | getConstituents (std::size_t) const |
| std::vector< edm4eic::ReconstructedParticle >::const_iterator | constituents_begin () const |
| std::vector< edm4eic::ReconstructedParticle >::const_iterator | constituents_end () const |
| podio::RelationRange< edm4eic::ReconstructedParticle > | getConstituents () const |
| float | getBackgroundEnergy () const |
| Compute the background energy in [GeV]. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from JetObj instance | |
| bool | operator== (const Jet &other) const |
| bool | operator== (const MutableJet &other) const |
| bool | operator!= (const Jet &other) const |
| bool | operator!= (const MutableJet &other) const |
| bool | operator< (const Jet &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static Jet | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::Jet" |
Friends | |
| class | MutableJet |
| class | JetCollection |
| class | edm4eic::JetCollectionData |
| class | JetCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const Jet &obj) |
| void | swap (Jet &a, Jet &b) |
A reconstructed jet, inspired by the FastJet PseudoJet
| using edm4eic::Jet::mutable_type = MutableJet |
|
default |
default constructor
| edm4eic::Jet::Jet | ( | const std::uint32_t | type, |
| const float | area, | ||
| const float | energy, | ||
| const float | backgroundEnergyDensity, | ||
| const edm4hep::Vector3f & | momentum ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| edm4eic::Jet::Jet | ( | const MutableJet & | other | ) |
converting constructor from mutable object
| MutableJet edm4eic::Jet::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
| std::vector< edm4eic::ReconstructedParticle >::const_iterator edm4eic::Jet::constituents_begin | ( | ) | const |
| std::vector< edm4eic::ReconstructedParticle >::const_iterator edm4eic::Jet::constituents_end | ( | ) | const |
| std::size_t edm4eic::Jet::constituents_size | ( | ) | const |
| float edm4eic::Jet::getArea | ( | ) | const |
Access the Jet area.
|
inline |
Compute the background energy in [GeV].
| float edm4eic::Jet::getBackgroundEnergyDensity | ( | ) | const |
Access the Background energy density [GeV/area].
| podio::RelationRange< edm4eic::ReconstructedParticle > edm4eic::Jet::getConstituents | ( | ) | const |
| edm4eic::ReconstructedParticle edm4eic::Jet::getConstituents | ( | std::size_t | index | ) | const |
| float edm4eic::Jet::getEnergy | ( | ) | const |
Access the Jet energy [GeV].
| const edm4hep::Vector3f & edm4eic::Jet::getMomentum | ( | ) | const |
Access the Jet 3-momentum [GeV].
| const podio::ObjectID edm4eic::Jet::getObjectID | ( | ) | const |
| std::uint32_t edm4eic::Jet::getType | ( | ) | const |
Access the Jet type as enumerated in fastjet::JetAlgorithm.
|
inline |
| bool edm4eic::Jet::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
| bool edm4eic::Jet::operator== | ( | const MutableJet & | other | ) | const |
|
inline |
disconnect from JetObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |