Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent c8274ab commit 5d4472d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions macros/REST_CreateHisto.C
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,33 @@ Int_t REST_CreateHisto(string varName, string rootFileName, TString histoName, i
return 0;
};

//
// class REST_CreateHisto :public TRestTask {
// public:
// ClassDef(REST_CreateHisto, 1);
//
// REST_CreateHisto() { fNRequiredArgument = 3; }
// ~REST_CreateHisto() {}
//
// TString varName="";
// TString rootFileName="";
// TString histoName="";
// int startVal = 0;
// int endVal = 1000;
// int bins = 1000;
// Double_t normFactor = 1;
//
// void RunTask(TRestManager*mgr)
// {
// REST_CreateHisto(varName,
// rootFileName,
// histoName,
// startVal,
// endVal,
// bins,
// normFactor);
// }
//
//};
//
// class REST_CreateHisto :public TRestTask {
// public:
// ClassDef(REST_CreateHisto, 1);
//
// REST_CreateHisto() { fNRequiredArgument = 3; }
// ~REST_CreateHisto() {}
//
// TString varName="";
// TString rootFileName="";
// TString histoName="";
// int startVal = 0;
// int endVal = 1000;
// int bins = 1000;
// Double_t normFactor = 1;
//
// void RunTask(TRestManager*mgr)
// {
// REST_CreateHisto(varName,
// rootFileName,
// histoName,
// startVal,
// endVal,
// bins,
// normFactor);
// }
//
//};

#endif
6 changes: 3 additions & 3 deletions scripts/installAllTags.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

# You might need to add some environment definitions needed to build REST
os.environ["GARFIELD_HOME"] = "/programas/garfield"
os.environ[
"LD_LIBRARY_PATH"
] = "/programas/root34.32/root/lib:/programas/geant4.10.02.p02-install/lib::/programas/garfield/lib"
os.environ["LD_LIBRARY_PATH"] = (
"/programas/root34.32/root/lib:/programas/geant4.10.02.p02-install/lib::/programas/garfield/lib"
)
os.environ["PATH"] = os.environ["PATH"] + ":/programas/root34.32/root/bin/"
# ===================================================

Expand Down

0 comments on commit 5d4472d

Please sign in to comment.