#include <string>
Go to the source code of this file.
Namespaces | |
art | |
Service to store calibration data products (CDP) in the SQLite3 metadatabase of a file. | |
Enumerations | |
enum | art::BranchType { art::InEvent, art::InSubRun, art::InRun, art::InResults, art::NumBranchTypes } |
Functions | |
std::string const & | art::BranchTypeToString (BranchType) |
std::string const & | art::BranchTypeToProductTreeName (BranchType) |
std::string const & | art::BranchTypeToMetaDataTreeName (BranchType) |
std::string const & | art::BranchTypeToAuxiliaryBranchName (BranchType) |
std::string const & | art::productProvenanceBranchName (BranchType) |
std::string const & | art::BranchTypeToMajorIndexName (BranchType) |
std::string const & | art::BranchTypeToMinorIndexName (BranchType) |
std::ostream & | art::operator<< (std::ostream &os, BranchType const branchType) |