# | Line 13 | Line 13 | |
---|---|---|
13 | class TreeWriter { | |
14 | public : | |
15 | TreeWriter(TString inputName, TString outputName, int loggingVerbosity_); | |
16 | + | TreeWriter(TChain* inputName, TString outputName, int loggingVerbosity_); |
17 | + | void Init( TString outputName, int loggingVerbosity_ ); |
18 | virtual ~TreeWriter(); | |
19 | virtual void Loop(); | |
20 | ||
# | Line 27 | Line 29 | class TreeWriter { | |
29 | ||
30 | TFile *outFile; | |
31 | TTree *tree; | |
32 | + | TH1F *eventNumbers; |
33 | ||
34 | float getPtFromMatchedJet( susy::Photon, susy::Event ); | |
35 | float deltaR( TLorentzVector, TLorentzVector ); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |