![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#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_ {} |
| validity_state | validity_ {PresentFromSource} |
| bool | transient_ {false} |
| int | splitLevel_ {} |
| int | basketSize_ {} |
| int | compression_ {invalidCompression} |
Definition at line 176 of file BranchDescription.h.
| Enumerator | |
|---|---|
| Produced | |
| PresentFromSource | |
| Dropped | |
| Invalid | |
Definition at line 179 of file BranchDescription.h.
|
default |
| int art::BranchDescription::Transients::basketSize_ {} |
Definition at line 206 of file BranchDescription.h.
Referenced by art::BranchDescription::merge().
| std::string art::BranchDescription::Transients::branchName_ {} |
Definition at line 183 of file BranchDescription.h.
Referenced by art::BranchDescription::psetID().
| int art::BranchDescription::Transients::compression_ {invalidCompression} |
Definition at line 210 of file BranchDescription.h.
Referenced by art::BranchDescription::merge().
| int art::BranchDescription::Transients::splitLevel_ {} |
Definition at line 202 of file BranchDescription.h.
Referenced by art::BranchDescription::merge().
| bool art::BranchDescription::Transients::transient_ {false} |
Definition at line 195 of file BranchDescription.h.
Referenced by art::BranchDescription::BranchDescription().
| validity_state art::BranchDescription::Transients::validity_ {PresentFromSource} |
Definition at line 191 of file BranchDescription.h.
Referenced by art::BranchDescription::BranchDescription().
| std::string art::BranchDescription::Transients::wrappedName_ {} |
Definition at line 187 of file BranchDescription.h.