|
||||
File indexing completed on 2024-08-22 04:57:38
0001 #ifndef FWCore_FWLite_BareRootProductGetter_h 0002 #define FWCore_FWLite_BareRootProductGetter_h 0003 0004 #include "FWCore/FWLite/interface/BareRootProductGetterBase.h" 0005 0006 class BareRootProductGetter : public BareRootProductGetterBase { 0007 public: 0008 BareRootProductGetter() = default; 0009 0010 private: 0011 TFile* currentFile() const override; 0012 }; 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |