236 logger(
FATAL,
"This program converts Particle Analytics (.p3* or p4*) to MercuryDPM files.\n"
238 "Usage: Call the executable with the base name as argument.\n"
239 "E.g. to convert name.p* call\n"
240 " ./ParticleAnalytics2Mercury name\n", argv[0]);
243 while (fileReader.read());
LL< Log::FATAL > FATAL
Definition of the different loglevels by its wrapper class LL. These are used as tags in template met...
Definition: Logger.cc:31
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
This gives functionality to read information from binary formats like STL etc. This class is complete...
Definition: ParticleAnalytics2Mercury.cpp:19
bool writeToFile(const std::string &filename, const std::string &filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:29