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.7 by mlethuil, Wed Sep 3 15:02:32 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines