| 1 | #ifndef analysis_sfs_cms_sus_16_048_h
|
|---|
| 2 | #define analysis_sfs_cms_sus_16_048_h
|
|---|
| 3 |
|
|---|
| 4 | #include "SampleAnalyzer/Process/Analyzer/AnalyzerBase.h"
|
|---|
| 5 | #include "new_tagger.h"
|
|---|
| 6 | #include "new_smearer_reco.h"
|
|---|
| 7 |
|
|---|
| 8 | namespace MA5
|
|---|
| 9 | {
|
|---|
| 10 | class sfs_cms_sus_16_048 : public AnalyzerBase
|
|---|
| 11 | {
|
|---|
| 12 | INIT_ANALYSIS(sfs_cms_sus_16_048,"sfs_cms_sus_16_048")
|
|---|
| 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 | template<typename T1, typename T2> std::vector<const T1*> Removal(std::vector<const T1*> &v1,
|
|---|
| 19 | std::vector<const T2*> &v2, const double &drmin);
|
|---|
| 20 | private:
|
|---|
| 21 | };
|
|---|
| 22 | }
|
|---|
| 23 |
|
|---|
| 24 | #endif
|
|---|