257 logger(
FATAL,
"This program converts Particle Analytics (.p3* or p4*) to MercuryDPM files.\n"
259 "Usage: Call the executable with the base name as argument.\n"
260 "E.g. to convert name.p* call\n"
261 " ./ParticleAnalytics2Mercury name\n", argv[0]);
264 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:52
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:40
bool writeToFile(std::string filename, std::string filecontent)
Writes a string to a file.
Definition: FileIOHelpers.cc:58