LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
NoDelayedReader.h
Go to the documentation of this file.
1 #ifndef art_Framework_Principal_NoDelayedReader_h
2 #define art_Framework_Principal_NoDelayedReader_h
3 
7 
8 #include <memory>
9 
11 private:
12  [[noreturn]] std::unique_ptr<EDProduct> getProduct_(BranchKey const&,
13  art::TypeID const&,
14  RangeSet&) const;
15 };
16 
17 #endif /* art_Framework_Principal_NoDelayedReader_h */
18 
19 // Local Variables:
20 // mode: c++
21 // End:
std::unique_ptr< EDProduct > getProduct_(BranchKey const &, art::TypeID const &, RangeSet &) const