BareRootProductGetter

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef FWCore_FWLite_BareRootProductGetter_h
#define FWCore_FWLite_BareRootProductGetter_h

#include "FWCore/FWLite/interface/BareRootProductGetterBase.h"

class BareRootProductGetter : public BareRootProductGetterBase {
public:
  BareRootProductGetter() = default;

private:
  TFile* currentFile() const override;
};

#endif