Skip to content
Snippets Groups Projects
Commit dba478bc authored by Marshall Scott's avatar Marshall Scott
Browse files

New function 3

parent 34ba6633
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !43. Comments created here will be created in the context of that merge request.
......@@ -28,7 +28,7 @@ R__LOAD_LIBRARY(libfmt.so)
using ROOT::RDataFrame;
using namespace ROOT::VecOps;
void addDetectorName(std:string name, TH1 * inhist){
void addDetectorName(std::string name, TH1 * inhist){
std::string newName = inhist -> GetTitle();
inhist -> SetTitle((name + newName).c_str());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment