Skip to content

Commit d07250d

Browse files
committed
[RF] Removed unused TStopwatch
1 parent d82f047 commit d07250d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

roofit/histfactory/src/HistoToWorkspaceFactoryFast.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
#include "HFMsgService.h"
5454

5555
#include "TH1.h"
56-
#include "TStopwatch.h"
5756

5857
// specific to this package
5958
#include <RooStats/HistFactory/Detail/HistFactoryImpl.h>
@@ -754,9 +753,6 @@ RooArgList HistoToWorkspaceFactoryFast::createObservables(const TH1 *hist, RooWo
754753
vector<string> systToFix = measurement.GetConstantParams();
755754
bool doRatio=false;
756755

757-
// to time the macro
758-
TStopwatch t;
759-
t.Start();
760756
//ES// string channel_name=summary[0].channel;
761757
string channel_name = channel.GetName();
762758

roofit/roofitcore/src/RooAbsTestStatistic.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "RooAbsReal.h"
1717
#include "RooSetProxy.h"
1818
#include "RooRealProxy.h"
19-
#include "TStopwatch.h"
2019
#include "Math/Util.h"
2120

2221
#include <string>

roofit/roofitcore/src/RooRealMPFE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "RooRealProxy.h"
2323
#include "RooListProxy.h"
2424
#include "RooArgList.h"
25-
#include "TStopwatch.h"
25+
2626
#include <vector>
2727

2828
class RooArgSet ;

0 commit comments

Comments
 (0)