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.3 by mlethuil, Mon Jun 2 16:31:24 2008 UTC vs.
Revision 1.4 by mlethuil, Thu Jun 19 14:07:31 2008 UTC

# Line 57 | Line 57
57   #include "DataFormats/HepMCCandidate/interface/GenParticleCandidate.h"
58   #include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
59  
60
60   #include "UserCode/Morgan/interface/MCAnalyzer.h"
61   #include "UserCode/Morgan/interface/PhotonAnalyzer.h"
62   #include "UserCode/Morgan/interface/ClusterAnalyzer.h"
# Line 65 | 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 100 | 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 118 | 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 130 | 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