# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |