ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Jeng/scripts/skim.h
(Generate patch)

Comparing UserCode/Jeng/scripts/skim.h (file contents):
Revision 1.1 by jengbou, Wed Apr 15 06:35:28 2009 UTC vs.
Revision 1.3 by jengbou, Fri Oct 30 17:55:47 2009 UTC

# Line 55 | Line 55 | public :
55   skim::skim(TTree *tree)
56   {
57    TChain * chain = new TChain("top","");
58 <  chain->Add("nominal/ABCD_TTJets_all.root/top");
59 <  chain->Add("nominal/ABCD_MuPt15_all.root/top");
60 <  chain->Add("nominal/ABCD_WJets_all.root/top");
61 <  chain->Add("nominal/ABCD_ZJets_all.root/top");
58 >  // FastSim
59 > /*   chain->Add("nominal_2_2_6/ABCD_TTbar_madgraph_all.root/top"); */
60 > /*   chain->Add("nominal_2_2_6/ABCD_Mu15Pt20_all.root/top"); */
61 > /*   chain->Add("nominal_2_2_6/ABCD_WJets_madgraph_v2_all.root/top"); */
62 > /*   chain->Add("nominal_2_2_6/ABCD_ZJets_madgraph_v2_all.root/top"); */
63 >
64 > /*   chain->Add("nominal_2_2_5/ABCD_TTJets_all.root/top"); */
65 > /*   chain->Add("nominal_2_2_5/ABCD_MuPt15_all.root/top"); */
66 > /*   chain->Add("nominal_2_2_5/ABCD_WJets_all.root/top"); */
67 > /*   chain->Add("nominal_2_2_5/ABCD_ZJets_all.root/top"); */
68 >
69 >  chain->Add("nominal_2_2_6/ABCD_TTJets_all.root/top");
70 >  chain->Add("nominal_2_2_6/ABCD_MuPt15_all.root/top");
71 >  chain->Add("nominal_2_2_6/ABCD_WJets_all.root/top");
72 >  chain->Add("nominal_2_2_6/ABCD_ZJets_all.root/top");
73    
74    tree = chain;
75    Init(tree);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines