LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Parentage.h"
Public Member Functions | |
Parentage (std::vector< ProductID > parents) | |
~Parentage () | |
Parentage () | |
Parentage (Parentage const &) | |
Parentage (Parentage &&) | |
Parentage & | operator= (Parentage const &) |
Parentage & | operator= (Parentage &&) |
ParentageID | id () const |
std::vector< ProductID > const & | parents () const |
Private Attributes | |
std::vector< ProductID > | parents_ {} |
Definition at line 15 of file Parentage.h.
|
explicit |
Definition at line 22 of file Parentage.cc.
|
default |
|
default |
|
default |
|
default |
ParentageID art::Parentage::id | ( | ) | const |
Definition at line 26 of file Parentage.cc.
References parents_.
vector< ProductID > const & art::Parentage::parents | ( | ) | const |
Definition at line 37 of file Parentage.cc.
References parents_.
Referenced by art::OutputModule::fillDependencyGraph(), art::markAncestors(), art::operator==(), and art::Provenance::parents().
|
private |
Definition at line 32 of file Parentage.h.