FEDRA emulsion software from the OPERA Collaboration
EmathVer.h
Go to the documentation of this file.
1#ifndef ROOT_EmathVer
2#define ROOT_EmathVer
3#include "Riostream.h"
4#include "EdbLog.h"
5class EmathVer{
6 public:
7 EmathVer() {Log(2,"libEmath", "\tloaded...");}
8};
9//EmathVer gInstance_EmathVer;
10
11#endif /* EmathVer */
bool Log(int level, const char *location, const char *fmt,...)
Definition: EdbLog.cxx:75
Definition: EmathVer.h:5
EmathVer()
Definition: EmathVer.h:7