SFS: atlas_susy_2018_31.h

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