#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
|
int | VxEff (const std::vector< std::string > &vtx_file_keys, const std::vector< std::string > &vtx_file_names) |
|
int | VxEff (const std::map< std::string, std::string > &vtx_file_names=myDefaultVertexFiles) |
| Creates and displays histograms with vertex finding efficiency as a function of track multiplicity. More...
|
|
int VxEff |
( |
const std::vector< std::string > & |
vtx_file_keys, |
|
|
const std::vector< std::string > & |
vtx_file_names |
|
) |
| |
int VxEff |
( |
const std::map< std::string, std::string > & |
vtx_file_names | ) |
|
Creates and displays histograms with vertex finding efficiency as a function of track multiplicity.
The function takes two ROOT file names containing histograms corresponging to standard and TMVA vertex ranks.
Definition at line 58 of file VxEff.C.
const std::map<std::string, std::string> myDefaultVertexFiles |