/[PAMELA software]/yoda/event/RunInfo.cpp
ViewVC logotype

Diff of /yoda/event/RunInfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC revision 6.0 by kusanagi, Tue Feb 7 17:11:07 2006 UTC
# Line 1  Line 1 
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 3.0 2005/03/04 15:54:11 kusanagi Exp $   * $Id: RunInfo.cpp,v 5.1 2006/02/04 12:37:43 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the default functions of the Algorithm class.   * Implementation of the default functions of the Algorithm class.
# Line 12  extern "C" { Line 12  extern "C" {
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),

Legend:
Removed from v.4.0  
changed lines
  Added in v.6.0

  ViewVC Help
Powered by ViewVC 1.1.23