Skip to content

Commit d4f4d01

Browse files
committed
remove unused
1 parent ad1e5f3 commit d4f4d01

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ALICE3/Core/DelphesO2TrackSmearer.cxx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ namespace o2
4747
namespace delphes
4848
{
4949

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-
6250
bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
6351
{
6452
if (!filename || filename[0] == '\0') {

0 commit comments

Comments
 (0)