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); |