ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dasu/UltraFastSim/bbHAnalysis.h
(Generate patch)

Comparing UserCode/dasu/UltraFastSim/bbHAnalysis.h (file contents):
Revision 1.2 by dasu, Thu Feb 17 14:57:43 2011 UTC vs.
Revision 1.3 by dasu, Fri Feb 18 05:06:02 2011 UTC

# Line 14 | Line 14 | class bbHAnalysis {
14  
15   public:
16  
17 <  bbHAnalysis(char *runType, Pythia8::Pythia *pythia, UltraFastSim *ufs, bool verbosity);
17 >  bbHAnalysis(TFile *outFile, Pythia8::Pythia *pythia, UltraFastSim *ufs, bool verbosity);
18  
19    virtual ~bbHAnalysis();
20  
21    bool run();
22 +  bool end();
23  
24   private:
25  
26    bbHAnalysis();
27  
28 <  char *runType;
28 >  TFile* outFile;
29    Pythia8::Pythia *pythia;
30    UltraFastSim *ufs;
30
31    bool verbose_;
32
32    int iEvent;
33  
35  TFile *outFile;
34    TTree *tree;
35  
36    int nElecs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines