Initial version
This commit is contained in:
parent
ae9b156b28
commit
c16c87c01c
|
@ -15,7 +15,6 @@ int main(int argc, char* argv[])
|
||||||
TApplication App("tapp", &argc, argv);
|
TApplication App("tapp", &argc, argv);
|
||||||
|
|
||||||
TH2D *twoDhisto = new TH2D("2Dhisto","2Dhisto", 100, 0, 32, 100, 0, 32);
|
TH2D *twoDhisto = new TH2D("2Dhisto","2Dhisto", 100, 0, 32, 100, 0, 32);
|
||||||
|
|
||||||
std::vector<int> ch_id;
|
std::vector<int> ch_id;
|
||||||
std::vector<int> sec;
|
std::vector<int> sec;
|
||||||
std::vector<int> nsec;
|
std::vector<int> nsec;
|
||||||
|
@ -45,6 +44,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
twoDhisto -> Draw("lego2");
|
twoDhisto -> Draw("lego2");
|
||||||
}
|
}
|
||||||
|
|
||||||
App.Run();
|
App.Run();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue