CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCFileDumper.h
Go to the documentation of this file.
1 #ifndef CSCFileDumper_h
2 #define CSCFileDumper_h
3 
10 
11 #include <stdio.h>
12 
14 public:
15  std::map<int,FILE*> dump_files;
16  std::set<unsigned long> eventsToDump;
17 // std::??? rangesToDump; to be implemented
18 
21 
22  CSCFileDumper(const edm::ParameterSet & pset);
23  virtual ~CSCFileDumper(void);
24 
25  void analyze(const edm::Event & e, const edm::EventSetup& c);
26 
27 private:
28 
30 };
31 
32 #endif
std::string events
Definition: CSCFileDumper.h:19
void analyze(const edm::Event &e, const edm::EventSetup &c)
CSCFileDumper(const edm::ParameterSet &pset)
std::string output
Definition: CSCFileDumper.h:19
std::set< unsigned long > eventsToDump
Definition: CSCFileDumper.h:16
std::string source_
Definition: CSCFileDumper.h:29
std::map< int, FILE * > dump_files
Definition: CSCFileDumper.h:15
virtual ~CSCFileDumper(void)