LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
NoDelayedReader.cc
Go to the documentation of this file.
1
#include "
art/Framework/Principal/NoDelayedReader.h
"
2
#include "
canvas/Persistency/Provenance/BranchKey.h
"
3
#include "
canvas/Utilities/Exception.h
"
4
5
namespace
art
{
6
std::unique_ptr<EDProduct>
7
NoDelayedReader::getProduct_
(
BranchKey
const
& k,
8
art::TypeID
const
&,
9
RangeSet
&)
const
10
{
11
throw
art::Exception
(
errors::LogicError
,
"NoDelayedReader"
)
12
<<
"getProduct() called for branchkey: "
<< k <<
"\n"
;
13
}
14
}
art::RangeSet
Definition:
RangeSet.h:24
art::errors::LogicError
Definition:
Exception.h:33
art::NoDelayedReader::getProduct_
std::unique_ptr< EDProduct > getProduct_(BranchKey const &, art::TypeID const &, RangeSet &) const
Definition:
NoDelayedReader.cc:7
art::Exception
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
Definition:
Exception.h:66
BranchKey.h
art::BranchKey
Definition:
BranchKey.h:30
NoDelayedReader.h
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
art::TypeID
Definition:
TypeID.h:39
Exception.h
art
Framework
Principal
NoDelayedReader.cc
Generated on Wed Dec 12 2018 14:42:33 for LArSoft by
1.8.11