| 1 | #ifndef analysis_cms_exo_17_015_h
 | 
|---|
| 2 | #define analysis_cms_exo_17_015_h
 | 
|---|
| 3 | 
 | 
|---|
| 4 | #include "SampleAnalyzer/Process/Analyzer/AnalyzerBase.h"
 | 
|---|
| 5 | namespace MA5
 | 
|---|
| 6 | {
 | 
|---|
| 7 | class 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
 | 
|---|