@@ -112,7 +112,8 @@ void myplots()
112112 SampleInfo ZZll (19.7 ,947236 ,0.28 ,TString ("/afs/cern.ch/work/m/mstoye/CMGTools_SUSY/CMSSW_5_3_14/src/CMGTools/TTHAnalysis/cfg/ZZllnunumad/ZZJetsTo2L2Nu/markusTreeProducer/markusTreeProducer_tree.root" ),TString ("ZZ(ll#nu#nu)" ),TString ("ZZll" ),3 );
113113 SampleInfo WZll (19.7 , 2007116 ,0.8674 ,TString ("/afs/cern.ch/work/m/mstoye/CMGTools_SUSY/CMSSW_5_3_14/src/CMGTools/TTHAnalysis/cfg/WZmad/WZJets/markusTreeProducer/markusTreeProducer_tree.root" ),TString ("WZ(ll)" ),TString ("WZll" ),4 );
114114
115-
115+ SampleInfo WW (19.7 , 9976539 ,54.80 ,TString ("/disk2/WWtree.root" ),TString ("WW" ),TString ("WW" ),7 );
116+ SampleInfo singleTop (19.7 ,991118 ,22 ,TString ("/disk2/singleTop.root" ),TString ("t" ),TString ("t" ),12 );
116117 // signal
117118
118119 // for a quick plot a Tfiles are stored in vectors, can be done in many ways
@@ -160,6 +161,18 @@ void myplots()
160161 Files .push_back (myWplots );
161162 Names .push_back (wjet );
162163
164+ SUSYLooperHists myWW (WW );
165+ TFile * myWWplots = myWW .Loop ();
166+ Files .push_back (myWWplots );
167+ Names .push_back (WW );
168+
169+ SUSYLooperHists mysingleTop (singleTop );
170+ TFile * mysingleTopplots = mysingleTop .Loop ();
171+ Files .push_back (mysingleTopplots );
172+ Names .push_back (singleTop );
173+
174+
175+
163176
164177 /*
165178 SampleInfo T23(1.99608,156000,19.7,TString("../data_test_antonios/T2degTest/markusTreeProducer/markusTreeProducer_tree.root"),TString("PrelimT2_out"),TString("PrelimT2_out"),4);
0 commit comments