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.5 by mlethuil, Mon Jun 23 13:31:11 2008 UTC

# Line 56 | Line 56
56  
57   #include "DataFormats/HepMCCandidate/interface/GenParticleCandidate.h"
58   #include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
59 <
59 > #include "PhysicsTools/HepMCCandAlgos/interface/CSA07ProcessId.h"
60  
61   #include "UserCode/Morgan/interface/MCAnalyzer.h"
62   #include "UserCode/Morgan/interface/PhotonAnalyzer.h"
# Line 65 | Line 65
65   #include "UserCode/Morgan/interface/ClusterAssociator.h"
66   #include "UserCode/Morgan/interface/PhotonAssociator.h"
67   #include "UserCode/Morgan/interface/PhotonIsolator.h"
68 + #include "UserCode/Morgan/interface/HLTAnalyzer.h"
69  
70 + #include "UserCode/Morgan/interface/TRootRun.h"
71   #include "UserCode/Morgan/interface/TRootEvent.h"
72   #include "UserCode/Morgan/interface/TRootSignalEvent.h"
73   #include "UserCode/Morgan/interface/TRootParticle.h"
# Line 100 | Line 102 | private:
102          int verbosity;
103          std::string rootFileName_ ;
104          TFile* rootFile_ ;
105 <        TTree* rootTree_;
105 >        TTree* eventTree_;
106 >        TTree* runTree_;
107 >        bool isCSA07Soup;
108 >        bool doHLT;
109          bool doMC;
110          bool doSignalMC;
111          bool doTrack;
# Line 118 | Line 123 | private:
123          SuperClusterAnalyzer* mySClusterAnalyzer;
124          
125          int nTotEvt_;
126 +        HLTAnalyzer* hltAnalyzer_;
127 +        TRootRun* runInfos_;
128          TRootEvent* rootEvent;
129          TRootSignalEvent* rootMCSignalEvent;
130          TClonesArray* mcParticles;
# Line 130 | Line 137 | private:
137          TClonesArray* clusters;
138          TClonesArray* superClusters;
139          TClonesArray* conversionTracks;
140 +                
141   };
142  
143   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines