Classes | |
struct | BranchInfo |
Typedefs | |
using | BranchMap = std::map< BranchKey const, BranchInfo > |
using | EntryNumber = Long64_t |
using | EntryNumbers = std::vector< EntryNumber > |
Enumerations | |
enum | ItemType { IsInvalid, IsStop, IsFile, IsRun, IsSubRun, IsEvent } |
Functions | |
std::ostream & | operator<< (std::ostream &os, ItemType const it) |
Int_t | getEntry (TBranch *branch, EntryNumber entryNumber) |
Int_t | getEntry (TTree *tree, EntryNumber entryNumber) |
using art::input::BranchMap = typedef std::map<BranchKey const, BranchInfo> |
Definition at line 46 of file Inputfwd.h.
using art::input::EntryNumber = typedef Long64_t |
Definition at line 47 of file Inputfwd.h.
using art::input::EntryNumbers = typedef std::vector<EntryNumber> |
Definition at line 48 of file Inputfwd.h.
enum art::input::ItemType |
Enumerator | |
---|---|
IsInvalid | |
IsStop | |
IsFile | |
IsRun | |
IsSubRun | |
IsEvent |
Definition at line 21 of file InputSource.h.
Int_t art::input::getEntry | ( | TBranch * | branch, |
EntryNumber | entryNumber | ||
) |
Int_t art::input::getEntry | ( | TTree * | tree, |
EntryNumber | entryNumber | ||
) |
|
inline |
Definition at line 23 of file InputSource.h.
References IsFile, IsInvalid, IsRun, IsStop, and IsSubRun.