Skip to content
Snippets Groups Projects
Commit 4c31d534 authored by Carsten Burgard's avatar Carsten Burgard :speech_balloon:
Browse files

fixed transfer tag

parent 0cbeece3
No related branches found
No related tags found
1 merge request!664analysis developments
Pipeline #2372615 failed
......@@ -333,7 +333,7 @@ namespace TSBaseActions {
if(!matchesAny(systematic,targetSystematics,systType)) continue;
if(verbose) manager->info(TString::Format("\t\tcopying '%s'",systematic->GetName()));
TQFolder* copy = systematic->copy();
copy->setTagString("transferred",source->GetName());
copy->setTagString("transferred",sourceRegion->GetName());
if(systematic->hasTagString("HistoLow") && systematic->hasTagString("HistoHigh")){
TString nameLow = TString::Format("%s_%s_HistoLow",region->GetName(),sample->GetName());
TString nameHigh = TString::Format("%s_%s_HistoHigh",region->GetName(),sample->GetName());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment