star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StarVertexHftHistContainer.cxx
Go to the documentation of this file.
2 
3 
4 StarVertexHftHistContainer::StarVertexHftHistContainer(const std::string name, TDirectory* motherDir, const std::string option) :
5  StarVertexHistContainer(name, motherDir, option)
6 {
7  h("hMcRecoVertexDeltaX")->SetBins(50, -0.01, 0.01);
8  h("hMcRecoVertexDeltaY")->SetBins(50, -0.01, 0.01);
9  h("hMcRecoVertexDeltaZ")->SetBins(50, -0.01, 0.01);
10 
11  h("hVertexErrorX")->SetBins(50, 0, 0.05);
12  h("hVertexErrorY")->SetBins(50, 0, 0.05);
13  h("hVertexErrorZ")->SetBins(50, 0, 0.05);
14 }
StarVertexHftHistContainer(const std::string name, TDirectory *motherDir=nullptr, const std::string option="")