Skip to content

Commit 2814789

Browse files
authored
Update DelphesO2LutWriter.cxx
1 parent 9364ab1 commit 2814789

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ALICE3/Core/DelphesO2LutWriter.cxx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
#include "fwdRes.C"
3838
#endif
3939

40-
using namespace o2::fastsim;
40+
namespace o2::fastsim
41+
{
4142

4243
void DelphesO2LutWriter::printLutWriterConfiguration()
4344
{
@@ -427,3 +428,6 @@ TGraph* DelphesO2LutWriter::lutRead(const char* filename, int pdg, int what, int
427428

428429
return g;
429430
}
431+
} // namespace o2::fastsim
432+
433+
ClassImp(o2::fastsim::DelphesO2LutWriter);

0 commit comments

Comments
 (0)