MA5SandBox: cms_exo_17_015.h

File cms_exo_17_015.h, 566 bytes (added by Benjamin Fuks, 4 years ago)
Line 
1#ifndef analysis_cms_exo_17_015_h
2#define analysis_cms_exo_17_015_h
3
4#include "SampleAnalyzer/Process/Analyzer/AnalyzerBase.h"
5namespace MA5
6{
7class cms_exo_17_015 : public AnalyzerBase
8{
9 INIT_ANALYSIS(cms_exo_17_015,"cms_exo_17_015")
10 public:
11 virtual bool Initialize(const MA5::Configuration& cfg, const std::map<std::string,std::string>& parameters);
12 virtual void Finalize(const SampleFormat& summary, const std::vector<SampleFormat>& files);
13 virtual bool Execute(SampleFormat& sample, const EventFormat& event);
14
15 private:
16};
17}
18
19#endif