forked from stadie/BaconTrans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathload.C
More file actions
15 lines (13 loc) · 708 Bytes
/
load.C
File metadata and controls
15 lines (13 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
gSystem->AddIncludePath("-I/afs/desy.de/user/k/karavdia/CMSSW_7_6_3_patch1/src/UHH2/BaconTrans/baconheaders/");
gSystem->AddLinkedLibs("-L/afs/desy.de/user/k/karavdia/SFrame_04_00_01_CMSSW76X/lib -lSUHH2bacondataformats");
gSystem->SetFlagsOpt("-O2 -DNDEBUG -Wno-missing-field-initializers");
// gROOT->LoadMacro("baconheaders/TEventInfo.hh+");
// gROOT->LoadMacro("baconheaders/TGenEventInfo.hh+");
// gROOT->LoadMacro("baconheaders/TTrigger.hh+");
// gROOT->LoadMacro("baconheaders/TJet.hh+");
// gROOT->LoadMacro("baconheaders/TAddJet.hh+");
// gROOT->LoadMacro("baconheaders/TVertex.hh+");
// gROOT->LoadMacro("UHH2/BaconTrans/convert.C+");
gROOT->LoadMacro("convert.C+");
}