We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1e5f3 commit d4f4d01Copy full SHA for d4f4d01
ALICE3/Core/DelphesO2TrackSmearer.cxx
@@ -47,18 +47,6 @@ namespace o2
47
namespace delphes
48
{
49
50
-/*****************************************************************/
51
-// bool TrackSmearer::closeTable(int pdg, const char* filename)
52
-// {
53
-// const std::string outPath = "/tmp/LUTs/";
54
-// const std::string filePath = Form("%s/%s/snapshot.root", outPath.c_str(), filename);
55
-// std::ifstream checkFile(filePath);
56
-// if (!checkFile.is_open()) {
57
-// LOG(warning) << "--- Could not find table to close.";
58
-// }
59
-// checkFile.close();
60
61
-
62
bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
63
64
if (!filename || filename[0] == '\0') {
0 commit comments