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

Comparing UserCode/Morgan/interface/SuperClusterAnalyzer.h (file contents):
Revision 1.1 by mlethuil, Mon May 19 16:12:12 2008 UTC vs.
Revision 1.5 by lethuill, Fri Sep 18 14:14:20 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  
14 < #include "DataFormats/EgammaReco/interface/BasicClusterFwd.h"
15 < #include "DataFormats/EgammaReco/interface/BasicCluster.h"
14 > #include "DataFormats/CaloRecHit/interface/CaloCluster.h"
15 > #include "DataFormats/CaloRecHit/interface/CaloClusterFwd.h"
16   #include "DataFormats/EgammaReco/interface/ClusterShape.h"
17   #include "DataFormats/EgammaReco/interface/SuperCluster.h"
18 + #include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
19  
20 < #include "UserCode/Morgan/interface/TRootEvent.h"
21 < #include "UserCode/Morgan/interface/TRootSuperCluster.h"
20 > #include "../interface/TRootEvent.h"
21 > #include "../interface/TRootSuperCluster.h"
22  
23   #include "TClonesArray.h"
24  
25  
26 < class SuperClusterAnalyzer{
27 <        
28 < public:
29 <        SuperClusterAnalyzer();
30 <        ~SuperClusterAnalyzer();
31 <        void SetVerbosity(int idebug) {verbosity = idebug; };
32 <        void Process(const edm::Event& iEvent, TRootEvent* rootEvent, TClonesArray* rootClusters, const string moduleLabel, const string instanceName, const int clusterType);
33 <
34 < private:
35 <        int verbosity;
36 <        int iClus;
37 <        
26 > class SuperClusterAnalyzer
27 > {
28 >
29 >   public:
30 >      SuperClusterAnalyzer(const edm::ParameterSet& producersNames, int verbosity);
31 >      ~SuperClusterAnalyzer();
32 >      void setVerbosity(int verbosity) {verbosity_ = verbosity; };
33 >      bool process(const edm::Event& iEvent, TRootEvent* rootEvent, TClonesArray* rootSuperClusters, const string moduleLabel, const string instanceName, const int clusterType);
34 >
35 >   private:
36 >      int verbosity_;
37 >      int iClus_;
38 >      std::string dataType_ ;
39 >      bool allowMissingCollection_;
40 >      bool patEncapsulation_;
41 >
42   };
43  
44   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines