EDM4eic
EIC data model
|
#include <TrackSeed.h>
Public Types | |
using | mutable_type = MutableTrackSeed |
using | collection_type = TrackSeedCollection |
Public Member Functions | |
TrackSeed () | |
default constructor | |
TrackSeed (edm4hep::Vector3f perigee) | |
Constructor initializing all members. | |
TrackSeed (const TrackSeed &other)=default | |
copy constructor | |
TrackSeed & | operator= (TrackSeed other) |
copy-assignment operator | |
MutableTrackSeed | clone () const |
create a mutable deep-copy of the object with identical relations | |
~TrackSeed ()=default | |
destructor | |
const edm4hep::Vector3f & | getPerigee () const |
Access the Vector for the perigee (line surface) | |
const edm4eic::TrackParameters | getParams () const |
Access the Initial track parameters. | |
std::size_t | hits_size () const |
edm4eic::TrackerHit | getHits (std::size_t) const |
std::vector< edm4eic::TrackerHit >::const_iterator | hits_begin () const |
std::vector< edm4eic::TrackerHit >::const_iterator | hits_end () const |
podio::RelationRange< edm4eic::TrackerHit > | getHits () const |
bool | isAvailable () const |
check whether the object is actually available | |
void | unlink () |
disconnect from TrackSeedObj instance | |
bool | operator== (const TrackSeed &other) const |
bool | operator== (const MutableTrackSeed &other) const |
bool | operator< (const TrackSeed &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static TrackSeed | makeEmpty () |
Friends | |
class | MutableTrackSeed |
class | TrackSeedCollection |
class | edm4eic::TrackSeedCollectionData |
class | TrackSeedCollectionIterator |
void | swap (TrackSeed &a, TrackSeed &b) |
Seed info from the realistic seed finder
edm4eic::TrackSeed::TrackSeed | ( | ) |
default constructor
edm4eic::TrackSeed::TrackSeed | ( | edm4hep::Vector3f | perigee | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableTrackSeed edm4eic::TrackSeed::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
podio::RelationRange< edm4eic::TrackerHit > edm4eic::TrackSeed::getHits | ( | ) | const |
edm4eic::TrackerHit edm4eic::TrackSeed::getHits | ( | std::size_t | index | ) | const |
const podio::ObjectID edm4eic::TrackSeed::getObjectID | ( | ) | const |
const edm4eic::TrackParameters edm4eic::TrackSeed::getParams | ( | ) | const |
Access the Initial track parameters.
const edm4hep::Vector3f & edm4eic::TrackSeed::getPerigee | ( | ) | const |
Access the Vector for the perigee (line surface)
std::vector< edm4eic::TrackerHit >::const_iterator edm4eic::TrackSeed::hits_begin | ( | ) | const |
std::vector< edm4eic::TrackerHit >::const_iterator edm4eic::TrackSeed::hits_end | ( | ) | const |
std::size_t edm4eic::TrackSeed::hits_size | ( | ) | const |
|
inline |
bool edm4eic::TrackSeed::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
bool edm4eic::TrackSeed::operator== | ( | const MutableTrackSeed & | other | ) | const |
|
inline |
|
inline |
disconnect from TrackSeedObj instance
|
friend |
|
friend |
|
friend |
|
friend |