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

Comparing UserCode/Morgan/interface/TotoAnalyzer.h (file contents):
Revision 1.6 by mlethuil, Wed Jul 2 16:22:18 2008 UTC vs.
Revision 1.8 by lethuill, Wed Oct 1 16:06:20 2008 UTC

# Line 11 | Line 11
11   #include "FWCore/Framework/interface/MakerMacros.h"
12   #include "FWCore/Framework/interface/EDAnalyzer.h"
13   #include "FWCore/Framework/interface/Event.h"
14 + #include "DataFormats/Provenance/interface/EventID.h"
15   #include "FWCore/Framework/interface/EventSetup.h"
16   #include "FWCore/Framework/interface/ESHandle.h"
17   #include "FWCore/Utilities/interface/EDMException.h"
18   #include "FWCore/ParameterSet/interface/ParameterSet.h"
19 + #include "FWCore/ParameterSet/interface/FileInPath.h"
20 +
21  
22   #include "DataFormats/Common/interface/Ref.h"
23   #include "DataFormats/DetId/interface/DetId.h"
# Line 61 | Line 64
64   #include "FWCore/Framework/interface/TriggerNames.h"
65   #include "DataFormats/Common/interface/TriggerResults.h"
66  
67 + #include "RecoEgamma/EgammaTools/interface/ConversionLikelihoodCalculator.h"
68 +
69   #include "UserCode/Morgan/interface/MCAnalyzer.h"
70   #include "UserCode/Morgan/interface/PhotonAnalyzer.h"
71   #include "UserCode/Morgan/interface/ClusterAnalyzer.h"
# Line 121 | Line 126 | private:
126          bool doPhotonConversion;
127          bool doPhotonConversionMC;
128          
129 +        ConversionLikelihoodCalculator* conversionLikelihoodCalculator_;
130 +        
131          MCAnalyzer* myMCAnalyzer;
132          PhotonAnalyzer* myPhotonAnalyzer;
133          ClusterAnalyzer* myClusterAnalyzer;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines