Skip to content

Commit d7776be

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 764d0e0 commit d7776be

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

macros/REST_CreateHisto.C

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,33 @@ Int_t REST_CreateHisto(string varName, string rootFileName, TString histoName, i
6363
return 0;
6464
};
6565

66-
//
67-
// class REST_CreateHisto :public TRestTask {
68-
// public:
69-
// ClassDef(REST_CreateHisto, 1);
70-
//
71-
// REST_CreateHisto() { fNRequiredArgument = 3; }
72-
// ~REST_CreateHisto() {}
73-
//
74-
// TString varName="";
75-
// TString rootFileName="";
76-
// TString histoName="";
77-
// int startVal = 0;
78-
// int endVal = 1000;
79-
// int bins = 1000;
80-
// Double_t normFactor = 1;
81-
//
82-
// void RunTask(TRestManager*mgr)
83-
// {
84-
// REST_CreateHisto(varName,
85-
// rootFileName,
86-
// histoName,
87-
// startVal,
88-
// endVal,
89-
// bins,
90-
// normFactor);
91-
// }
92-
//
93-
//};
66+
//
67+
// class REST_CreateHisto :public TRestTask {
68+
// public:
69+
// ClassDef(REST_CreateHisto, 1);
70+
//
71+
// REST_CreateHisto() { fNRequiredArgument = 3; }
72+
// ~REST_CreateHisto() {}
73+
//
74+
// TString varName="";
75+
// TString rootFileName="";
76+
// TString histoName="";
77+
// int startVal = 0;
78+
// int endVal = 1000;
79+
// int bins = 1000;
80+
// Double_t normFactor = 1;
81+
//
82+
// void RunTask(TRestManager*mgr)
83+
// {
84+
// REST_CreateHisto(varName,
85+
// rootFileName,
86+
// histoName,
87+
// startVal,
88+
// endVal,
89+
// bins,
90+
// normFactor);
91+
// }
92+
//
93+
//};
9494

9595
#endif

scripts/launchBsub.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454

5555
cont = 0
5656
for command in lines:
57-
5857
rpt = repeat
5958
while rpt > 0:
6059
f = open("/tmp/suehrjksui", "w")

scripts/vars.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def checkinstalled(name):
155155

156156

157157
def initvar():
158-
159158
print("processors in cpu : ", cpu_count())
160159
opt["Make_Threads"] = str(cpu_count() / 2)
161160
if int(opt["Make_Threads"]) > 8:

0 commit comments

Comments
 (0)