#include <BranchDescription.h>
Public Types | |
| enum | validity_state { Produced, PresentFromSource, Dropped, Invalid } |
Public Member Functions | |
| Transients ()=default | |
Public Attributes | |
| std::string | branchName_ {} |
| std::string | wrappedName_ {} |
| bool | transient_ {false} |
| validity_state | validity_ {PresentFromSource} |
| int | splitLevel_ {} |
| int | basketSize_ {} |
| int | compression_ {invalidCompression} |
Definition at line 54 of file BranchDescription.h.
| Enumerator | |
|---|---|
| Produced | |
| PresentFromSource | |
| Dropped | |
| Invalid | |
Definition at line 58 of file BranchDescription.h.
|
default |
| int art::BranchDescription::Transients::basketSize_ {} |
Definition at line 85 of file BranchDescription.h.
| std::string art::BranchDescription::Transients::branchName_ {} |
Definition at line 62 of file BranchDescription.h.
| int art::BranchDescription::Transients::compression_ {invalidCompression} |
Definition at line 89 of file BranchDescription.h.
| int art::BranchDescription::Transients::splitLevel_ {} |
Definition at line 81 of file BranchDescription.h.
| bool art::BranchDescription::Transients::transient_ {false} |
Definition at line 70 of file BranchDescription.h.
| validity_state art::BranchDescription::Transients::validity_ {PresentFromSource} |
Definition at line 74 of file BranchDescription.h.
| std::string art::BranchDescription::Transients::wrappedName_ {} |
Definition at line 66 of file BranchDescription.h.
1.8.11