CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TagInfoPlotterFactory.h
Go to the documentation of this file.
1 #ifndef TagInfoPlotterFactory_H
2 #define TagInfoPlotterFactory_H
3 
6 
7 #include <string>
8 
10  public:
11  BaseTagInfoPlotter* buildPlotter(const std::string& dataFormatType, const std::string & tagName,
12  const EtaPtBin & etaPtBin, const edm::ParameterSet& pSet,
13  const std::string& folderName, const unsigned int& mc,
14  const bool& wf, DQMStore::IBooker & ibook);
15 };
16 
17 
18 #endif
BaseTagInfoPlotter * buildPlotter(const std::string &dataFormatType, const std::string &tagName, const EtaPtBin &etaPtBin, const edm::ParameterSet &pSet, const std::string &folderName, const unsigned int &mc, const bool &wf, DQMStore::IBooker &ibook)