Revision: | 1.2 |
Committed: | Thu Feb 24 07:34:29 2011 UTC (14 years, 2 months ago) by dasu |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | v2 |
Changes since 1.1: | +12 -40 lines |
Log Message: | Added Majid's changes |
# | 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 |