HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HttEventProvider.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Artus/KappaAnalysis/interface/KappaEventProvider.h"
5 
6 #include "HttTypes.h"
7 
13 class HttEventProvider: public KappaEventProvider<HttTypes> {
14 public:
15 
17 
18  HttEventProvider(FileInterface2 & fileInterface, InputTypeEnum inpType, bool batchMode=false);
19 
20  virtual void WireEvent(setting_type const& settings) override;
21 };
22 
Reads settings for all parts of the KappaAnalysis code from a prepared json configuration file...
Definition: HttSettings.h:15
HttTypes::setting_type setting_type
Definition: HttEventProvider.h:16
HttEventProvider(FileInterface2 &fileInterface, InputTypeEnum inpType, bool batchMode=false)
class to connect the analysis specific event content to the pipelines.
Definition: HttEventProvider.cc:9
class to connect the analysis specific event content to the pipelines.
Definition: HttEventProvider.h:13
virtual void WireEvent(setting_type const &settings) override
Definition: HttEventProvider.cc:15