1 |
/** @file |
/** @file |
2 |
* $Author: mocchiut $ |
* $Author: mocchiut $ |
3 |
* $Date: 2008/12/18 14:47:09 $ |
* $Date: 2009/07/24 13:53:51 $ |
4 |
* $Revision: 1.2 $ |
* $Revision: 1.3 $ |
5 |
* |
* |
6 |
* Implementation of the PamelaRun class. |
* Implementation of the PamelaRun class. |
7 |
*/ |
*/ |
51 |
Path(path), |
Path(path), |
52 |
Run(fileName), |
Run(fileName), |
53 |
RunNumber(1),//veirificare se è possibilie eliminare questa variabile |
RunNumber(1),//veirificare se è possibilie eliminare questa variabile |
54 |
|
compression(compr), |
55 |
Multiple(multiple), |
Multiple(multiple), |
56 |
SingleFile(0), |
SingleFile(0){ |
|
compression(compr){ |
|
57 |
|
|
58 |
RunExists(fileName); |
RunExists(fileName); |
59 |
info = RunInfoYoda(this); |
info = RunInfoYoda(this); |