#include <ArtHandleTrackerManager.h>
Static Public Member Functions | |
static std::string | productClass (Handle const &handle) |
Returns the name of the class pointed by the handle. More... | |
static std::type_info const * | productType () |
Returns the C++ type of the handled data product. More... | |
static std::type_info const * | productType (Handle const &) |
Returns the C++ type of the handled data product. More... | |
static art::InputTag | inputTag (Handle const &handle) |
Static Private Member Functions | |
static art::Provenance const * | provenance (Handle const &handle) |
Helper to extract basic information from one handle. The default implementation supports art::Handle
and art::ValidHandle
.
Definition at line 649 of file ArtHandleTrackerManager.h.
|
inlinestatic |
Returns the input tag of the handled data product. Deferred implementation of inputTag()
.
Definition at line 689 of file ArtHandleTrackerManager.h.
|
inlinestatic |
Returns the name of the class pointed by the handle.
Definition at line 673 of file ArtHandleTrackerManager.h.
|
inlinestatic |
Returns the C++ type of the handled data product.
Definition at line 680 of file ArtHandleTrackerManager.h.
|
inlinestatic |
Returns the C++ type of the handled data product.
Definition at line 684 of file ArtHandleTrackerManager.h.
|
inlinestaticprivate |
Definition at line 668 of file ArtHandleTrackerManager.h.