#include <RootFileBlock.h>
Public Member Functions | |
RootFileBlock ()=default | |
RootFileBlock (FileFormatVersion const &version, std::string const &fileName, std::unique_ptr< ResultsPrincipal > &&resp, cet::exempt_ptr< TTree const > ev, bool const fastCopy) | |
cet::exempt_ptr< TTree const > | tree () const |
bool | fastClonable () const |
Public Member Functions inherited from art::FileBlock | |
FileBlock ()=default | |
virtual | ~FileBlock () noexcept=default |
FileBlock (FileFormatVersion const &version, std::string const &fileName) | |
FileBlock (FileFormatVersion const &version, std::string const &fileName, std::unique_ptr< ResultsPrincipal > &&resp) | |
FileFormatVersion const & | fileFormatVersion () const |
std::string const & | fileName () const |
Private Attributes | |
cet::exempt_ptr< TTree const > | tree_ {nullptr} |
bool | fastCopyable_ {false} |
Definition at line 18 of file RootFileBlock.h.
|
default |
|
inline |
Definition at line 22 of file RootFileBlock.h.
|
inline |
Definition at line 38 of file RootFileBlock.h.
|
inline |
Definition at line 33 of file RootFileBlock.h.
|
private |
Definition at line 45 of file RootFileBlock.h.
|
private |
Definition at line 44 of file RootFileBlock.h.