Skip to content

Commit

Permalink
remove erroneous call to global ROOT reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Riley authored and Dan Riley committed Apr 5, 2023
1 parent bbd0c32 commit 3a7e4a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CommonTools/TrackerMap/src/TrackerMap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,6 @@ TrackerMap::~TrackerMap() {
TmPsu *psu = ipsu->second;
delete psu;
}

gROOT->Reset();

//for(std::vector<TColor*>::iterator col1=vc.begin();col1!=vc.end();col1++){
// std::cout<<(*col1)<<std::endl;}
}

void TrackerMap::drawModule(TmModule *mod, int key, int mlay, bool print_total, std::ofstream *svgfile) {
Expand Down

0 comments on commit 3a7e4a4

Please sign in to comment.