#include <FastCloningInfoProvider.h>
Definition at line 12 of file FastCloningInfoProvider.h.
art::FastCloningInfoProvider::FastCloningInfoProvider |
( |
| ) |
|
|
inline |
bool art::FastCloningInfoProvider::fastCloningPermitted |
( |
| ) |
const |
|
inline |
off_t art::FastCloningInfoProvider::remainingEvents |
( |
| ) |
const |
Definition at line 12 of file FastCloningInfoProvider.cc.
16 <<
"FastCloningInfoProvider::remainingEvents() has no meaning" 17 <<
" in this context:\n" 18 <<
"Check fastCloningPermitted() first.\n";
20 return input_->remainingEvents();
bool fastCloningPermitted() const
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
cet::exempt_ptr< DecrepitRelicInputSourceImplementation > input_
off_t art::FastCloningInfoProvider::remainingSubRuns |
( |
| ) |
const |
Definition at line 24 of file FastCloningInfoProvider.cc.
28 <<
"FastCloningInfoProvider::remainingSubRuns() has no meaning" 29 <<
" in this context:\n" 30 <<
"Check fastCloningPermitted() first.\n";
32 return input_->remainingSubRuns();
bool fastCloningPermitted() const
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
cet::exempt_ptr< DecrepitRelicInputSourceImplementation > input_
The documentation for this class was generated from the following files: