LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
BranchType.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 art
 HLT enums.
 

Enumerations

enum  art::BranchType {
  art::InEvent, art::InSubRun, art::InRun, art::InResults,
  art::NumBranchTypes
}
 

Functions

std::string const & art::BranchTypeToString (BranchType const bt)
 
std::string const & art::BranchTypeToProductTreeName (BranchType const bt)
 
std::string const & art::BranchTypeToMetaDataTreeName (BranchType const bt)
 
std::string const & art::BranchTypeToAuxiliaryBranchName (BranchType const bt)
 
std::string const & art::productProvenanceBranchName (BranchType const bt)
 
std::string const & art::BranchTypeToMajorIndexName (BranchType const bt)
 
std::string const & art::BranchTypeToMinorIndexName (BranchType const bt)
 
std::ostream & art::operator<< (std::ostream &os, BranchType const branchType)