Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:50:39

0001 #ifndef DataFormats_WriteMath_h
0002 #define DataFormats_WriteMath_h
0003 #include "FWCore/Framework/interface/global/EDProducer.h"
0004 
0005 class WriteMath : public edm::global::EDProducer<> {
0006 public:
0007   WriteMath(const edm::ParameterSet&);
0008 
0009 private:
0010   void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const;
0011 };
0012 
0013 #endif