ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/interface/METAnalyzer.h
(Generate patch)

Comparing UserCode/Morgan/interface/METAnalyzer.h (file contents):
Revision 1.1 by lethuill, Wed Nov 19 19:08:06 2008 UTC vs.
Revision 1.2 by lethuill, Mon Dec 1 15:58:04 2008 UTC

# Line 13 | Line 13
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"
17  
18 < #include "UserCode/Morgan/interface/TRootEvent.h"
19 < #include "UserCode/Morgan/interface/TRootMET.h"
18 > #include "../interface/TRootEvent.h"
19 > #include "../interface/TRootMET.h"
20  
21   #include "TClonesArray.h"
22  
# Line 27 | Line 28 | public:
28          METAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
29          ~METAnalyzer();
30          void SetVerbosity(int verbosity) {verbosity_ = verbosity; };
31 <        void Process(const edm::Event& iEvent, TRootEvent* rootEvent);
31 >        void Process(const edm::Event& iEvent, TClonesArray* rootMET);
32  
33   private:
34          int verbosity_;
35 +        std::string dataType_ ;
36          edm::InputTag metProducer_;
37  
38   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines