JANA2
C++ framework for multi-threaded data processing
|
Classes | |
class | Collection |
class | Component |
Public Member Functions | |
JComponentSummary (const JComponentSummary &)=delete | |
void | Add (Component *component) |
std::vector< const Collection * > | GetAllCollections () const |
std::vector< const Component * > | GetAllComponents () const |
std::vector< const Collection * > | FindCollections (std::string collection_name="") const |
std::vector< const Component * > | FindComponents (std::string component_name="") const |
Public Attributes | |
std::vector< JFactorySummary > | factories |