13 |
|
//#include "DataFormats/METReco/interface/METFwd.h" |
14 |
|
#include "DataFormats/METReco/interface/CaloMET.h" |
15 |
|
#include "DataFormats/METReco/interface/CaloMETCollection.h" |
16 |
< |
#include "DataFormats/PatCandidates/interface/MET.h" |
16 |
> |
#include "DataFormats/PatCandidates/interface/MET.h" |
17 |
|
|
18 |
|
#include "../interface/TRootEvent.h" |
19 |
|
#include "../interface/TRootMET.h" |
25 |
|
|
26 |
|
public: |
27 |
|
METAnalyzer(const edm::ParameterSet& producersNames); |
28 |
< |
METAnalyzer(const edm::ParameterSet& producersNames, int verbosity); |
28 |
> |
METAnalyzer(const edm::ParameterSet& producersNames, const edm::ParameterSet& myConfig, int verbosity); |
29 |
|
~METAnalyzer(); |
30 |
|
void SetVerbosity(int verbosity) {verbosity_ = verbosity; }; |
31 |
|
void Process(const edm::Event& iEvent, TClonesArray* rootMET); |
34 |
|
int verbosity_; |
35 |
|
std::string dataType_ ; |
36 |
|
edm::InputTag metProducer_; |
37 |
< |
|
37 |
> |
bool useMC_; |
38 |
|
}; |
39 |
|
|
40 |
|
#endif |