ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/interface/ntupleLoader.hpp
(Generate patch)

Comparing UserCode/VHbb/interface/ntupleLoader.hpp (file contents):
Revision 1.4 by bortigno, Fri Jun 22 15:50:09 2012 UTC vs.
Revision 1.6 by bortigno, Mon Oct 22 14:51:03 2012 UTC

# Line 11 | Line 11
11   #include <TROOT.h>
12   #include <TChain.h>
13   #include <TFile.h>
14 < #include "../data/Btag/BTagReshaping.h"
14 > #include "BTagReshaping.h"
15  
16   class ntupleLoader {
17   public :
# Line 299 | Line 299 | public :
299     Float_t         weightTrigMET802CJet;
300     Float_t         weightTrigMET1002CJet;
301     Float_t         weightTrigMETLP;
302 +   Float_t         weightTrig2012;
303     Float_t         weightTrig2012A;
304     Float_t         weightTrig2012ADiMuon;
305     Float_t         weightTrig2012ADiEle;
# Line 692 | Line 693 | public :
693     TBranch        *b_weightTrigMET802CJet;   //!
694     TBranch        *b_weightTrigMET1002CJet;   //!
695     TBranch        *b_weightTrigMETLP;   //!
696 +   TBranch        *b_weightTrig2012;   //!
697     TBranch        *b_weightTrig2012A;   //!
698     TBranch        *b_weightTrig2012ADiMuon;   //!
699     TBranch        *b_weightTrig2012ADiEle;   //!
# Line 1118 | Line 1120 | void ntupleLoader::Init(TTree *tree)
1120     fChain->SetBranchAddress("weightTrigMET802CJet", &weightTrigMET802CJet, &b_weightTrigMET802CJet);
1121     fChain->SetBranchAddress("weightTrigMET1002CJet", &weightTrigMET1002CJet, &b_weightTrigMET1002CJet);
1122     fChain->SetBranchAddress("weightTrigMETLP", &weightTrigMETLP, &b_weightTrigMETLP);
1123 +   fChain->SetBranchAddress("weightTrig2012", &weightTrig2012, &b_weightTrig2012);
1124     fChain->SetBranchAddress("weightTrig2012A", &weightTrig2012A, &b_weightTrig2012A);
1125     fChain->SetBranchAddress("weightTrig2012ADiMuon", &weightTrig2012ADiMuon, &b_weightTrig2012ADiMuon);
1126     fChain->SetBranchAddress("weightTrig2012ADiEle", &weightTrig2012ADiEle, &b_weightTrig2012ADiEle);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines