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 1127a27 commit a151b20Copy full SHA for a151b20
PWGCF/FemtoDream/Utils/femtoDreamCutCulator.cxx
@@ -29,8 +29,8 @@ using namespace o2::analysis::femtoDream;
29
int main(int /*argc*/, char* argv[])
30
{
31
std::string configFileName(argv[1]);
32
- std::ifstream configFile(configFileName);
33
-
+ std::ifstream configFile(configFileName);
+
34
if (configFile.is_open()) {
35
FemtoDreamCutculator cut;
36
cut.init(argv[1]);
0 commit comments