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.2 by mlethuil, Wed May 28 16:33:59 2008 UTC vs.
Revision 1.4 by mlethuil, Thu Jun 19 14:07:31 2008 UTC

# Line 50 | Line 50
50   #include "DataFormats/BTauReco/interface/IsolatedTauTagInfo.h"
51  
52   #include "DataFormats/TrackReco/interface/Track.h"
53 + #include "DataFormats/TrackReco/interface/HitPattern.h"
54  
55   #include "DataFormats/VertexReco/interface/Vertex.h"
56  
57   #include "DataFormats/HepMCCandidate/interface/GenParticleCandidate.h"
58   #include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
59  
59
60   #include "UserCode/Morgan/interface/MCAnalyzer.h"
61   #include "UserCode/Morgan/interface/PhotonAnalyzer.h"
62   #include "UserCode/Morgan/interface/ClusterAnalyzer.h"
# Line 64 | Line 64
64   #include "UserCode/Morgan/interface/ClusterAssociator.h"
65   #include "UserCode/Morgan/interface/PhotonAssociator.h"
66   #include "UserCode/Morgan/interface/PhotonIsolator.h"
67 + #include "UserCode/Morgan/interface/HLTAnalyzer.h"
68  
69 + #include "UserCode/Morgan/interface/TRootRun.h"
70   #include "UserCode/Morgan/interface/TRootEvent.h"
71   #include "UserCode/Morgan/interface/TRootSignalEvent.h"
72   #include "UserCode/Morgan/interface/TRootParticle.h"
# Line 99 | Line 101 | private:
101          int verbosity;
102          std::string rootFileName_ ;
103          TFile* rootFile_ ;
104 <        TTree* rootTree_;
104 >        TTree* eventTree_;
105 >        TTree* runTree_;
106 >        bool doHLT;
107          bool doMC;
108          bool doSignalMC;
109          bool doTrack;
# Line 108 | Line 112 | private:
112          bool doPhoton;
113          bool doElectron;
114          bool doCluster;
115 +        bool doPhotonIsolation;
116          bool doPhotonConversion;
117          
118          MCAnalyzer* myMCAnalyzer;
# Line 116 | Line 121 | private:
121          SuperClusterAnalyzer* mySClusterAnalyzer;
122          
123          int nTotEvt_;
124 +        HLTAnalyzer* hltAnalyzer_;
125 +        TRootRun* runInfos_;
126          TRootEvent* rootEvent;
127          TRootSignalEvent* rootMCSignalEvent;
128          TClonesArray* mcParticles;
# Line 128 | Line 135 | private:
135          TClonesArray* clusters;
136          TClonesArray* superClusters;
137          TClonesArray* conversionTracks;
138 +                
139   };
140  
141   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines