1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $ |
* $Source: /home/cvsmanager/yoda/event/PamelaRun.h,v $ |
3 |
* $Id: PamelaRun.h,v 4.0 2005/03/06 04:33:01 kusanagi Exp $ |
* $Id: PamelaRun.h,v 4.1 2005/05/07 08:48:25 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
140 |
void WriteFiles(void); |
void WriteFiles(void); |
141 |
void FillTrees(const pamela::PacketType*); |
void FillTrees(const pamela::PacketType*); |
142 |
std::string GetRun(){ return Run; } |
std::string GetRun(){ return Run; } |
143 |
ClassDef(PamelaRun, 1) |
ClassDef(PamelaRun, 2) |
144 |
}; |
}; |
145 |
} |
} |
146 |
|
|