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.4 by lethuill, Tue Apr 7 17:09:06 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 27 | Line 24
24   class ClusterAnalyzer{
25          
26   public:
27 <        ClusterAnalyzer();
27 >        ClusterAnalyzer(const edm::ParameterSet& producersNames);
28 >        ClusterAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
29          ~ClusterAnalyzer();
30 <        void SetVerbosity(int idebug) {verbosity = idebug; };
30 >        void SetVerbosity(int verbosity) {verbosity_ = verbosity; };
31          void 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 <        
34 >        int verbosity_;
35 >        int iClus_;
36 >        std::string dataType_ ;
37 >
38   };
39  
40   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines