ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dasu/UltraFastSim/ZHAnalysis.h
Revision: 1.3
Committed: Thu Jun 13 15:46:29 2013 UTC (11 years, 11 months ago) by dasu
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Pruned to the minimum needed for future

File Contents

# User Rev Content
1 dasu 1.1 #ifndef ZHAnalysis_H
2     #define ZHAnalysis_H
3    
4 dasu 1.2 #include <vector>
5     #include "TParticle.h"
6     #include "UltraFastSim.h"
7     #include "fastjet/PseudoJet.hh"
8     #include "TFile.h"
9     #include "TTree.h"
10     #include "myevent.h"
11     #include "LinkDef.h"
12 dasu 1.1
13    
14     class ZHAnalysis {
15    
16     public:
17    
18 dasu 1.2 void BookTree();
19     bool Run(UltraFastSim *);
20 dasu 1.1
21     private:
22    
23 dasu 1.2 myevent *myevent_;
24     TTree *t;
25 dasu 1.1
26     };
27    
28     #endif