23 LOG(info) <<
"Setting special cuts for passive module " << GetName();
24 const char* aliceO2env = std::getenv(
"O2_ROOT");
25 std::string inputFile;
27 inputFile = std::string(aliceO2env);
29 inputFile +=
"/share/Detectors/Passive/simulation/data/simcuts_" + std::string(GetName()) +
".dat";
31 matmgr.loadCutsAndProcessesFromFile(GetName(), inputFile.c_str());