|
|
|||
File indexing completed on 2025-12-17 09:16:30
0001 #include "tssahistmaker/TSSAhistmaker.h" 0002 0003 R__LOAD_LIBRARY(libTSSAhistmaker.so) 0004 0005 int MakeHists(const std::string treepath, const int jobnum, const std::string outfilename = "TSSAhists.root") { 0006 TSSAhistmaker t(treepath, jobnum, outfilename); 0007 t.main(); 0008 return 0; 0009 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|