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

Comparing UserCode/Morgan/interface/ClusterAnalyzer.h (file contents):
Revision 1.3 by lethuill, Mon Dec 1 15:58:04 2008 UTC vs.
Revision 1.5 by lethuill, Wed Jun 10 11:17:05 2009 UTC

# Line 7 | Line 7
7   #include <iostream>
8  
9   // user include files
10 #include "FWCore/Framework/interface/Frameworkfwd.h"
11 #include "FWCore/Framework/interface/EDAnalyzer.h"
10   #include "FWCore/Framework/interface/Event.h"
13 #include "FWCore/Framework/interface/MakerMacros.h"
11   #include "FWCore/ParameterSet/interface/ParameterSet.h"
12   #include "FWCore/Framework/interface/ESHandle.h"
13  
# Line 24 | Line 21
21   #include "TClonesArray.h"
22  
23  
24 < class ClusterAnalyzer{
25 <        
26 < public:
27 <        ClusterAnalyzer();
28 <        ~ClusterAnalyzer();
29 <        void SetVerbosity(int idebug) {verbosity = idebug; };
30 <        void Process(const edm::Event& iEvent, TRootEvent* rootEvent, EcalClusterLazyTools& lazyTools,  TClonesArray* rootClusters, const string moduleLabel, const string instanceName, const int clusterType);
31 <
32 < private:
33 <        int verbosity;
34 <        int iClus;
35 <        
24 > class ClusterAnalyzer
25 > {
26 >  
27 >   public:
28 >      ClusterAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
29 >      ~ClusterAnalyzer();
30 >      void setVerbosity(int verbosity) {verbosity_ = verbosity; };
31 >      bool process(const edm::Event& iEvent, TRootEvent* rootEvent, EcalClusterLazyTools* lazyTools,  TClonesArray* rootClusters, const string moduleLabel, const string instanceName, const int clusterType);
32 >      
33 >   private:
34 >      int verbosity_;
35 >      int iClus_;
36 >      std::string dataType_ ;
37 >      bool allowMissingCollection_;
38 >      
39   };
40  
41   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines