1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/RunInfo.cpp,v $ |
* $Source: /home/cvsmanager/yoda/event/RunInfo.cpp,v $ |
3 |
* $Id: RunInfo.cpp,v 4.4 2005/05/28 10:44:09 kusanagi Exp $ |
* $Id: RunInfo.cpp,v 5.0 2005/08/29 09:45:48 Maurizio Nagni Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
5 |
* |
* |
6 |
* Implementation of the default functions of the Algorithm class. |
* Implementation of the default functions of the Algorithm class. |
7 |
*/ |
*/ |
12 |
#include <pwd.h> |
#include <pwd.h> |
13 |
#include <sys/types.h> |
#include <sys/types.h> |
14 |
} |
} |
|
#include "PamelaRun.h" |
|
15 |
#include "RunInfo.h" |
#include "RunInfo.h" |
16 |
|
#include "PamelaRun.h" |
17 |
using namespace pamela; |
using namespace pamela; |
18 |
|
|
19 |
RunInfo::RunInfo(PamelaRun* run): UserName(getpwuid(geteuid())->pw_name), |
RunInfo::RunInfo(PamelaRun* run): UserName(getpwuid(geteuid())->pw_name), |