Back to home page

Project CMSSW displayed by LXR

 
 

    


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