| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/PamelaRun.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/PamelaRun.h,v $ |
| 3 |
* $Id: PamelaRun.h,v 1.3 2009-07-29 15:47:23 mocchiut Exp $ |
* $Id: PamelaRun.h,v 1.4 2009/08/05 18:48:41 pam-fi Exp $ |
| 4 |
* $Author: mocchiut $ |
* $Author: pam-fi $ |
| 5 |
* |
* |
| 6 |
* Header file for the PamelaRun class. |
* Header file for the PamelaRun class. |
| 7 |
*/ |
*/ |
| 150 |
void WriteHeaders(pamela::Algorithm*, pamela::EventHeader **); |
void WriteHeaders(pamela::Algorithm*, pamela::EventHeader **); |
| 151 |
void WriteHeader(pamela::Algorithm*, pamela::EventHeader**, const pamela::PacketType*); // 23/11/2002 maurizio mede it from private to public |
void WriteHeader(pamela::Algorithm*, pamela::EventHeader**, const pamela::PacketType*); // 23/11/2002 maurizio mede it from private to public |
| 152 |
void WriteFiles(void); |
void WriteFiles(void); |
| 153 |
|
void WriteFilesEasy(); |
| 154 |
void FillTrees(const pamela::PacketType*); |
void FillTrees(const pamela::PacketType*); |
| 155 |
std::string GetRun(){ return Run; } |
std::string GetRun(){ return Run; } |
| 156 |
std::string GetPath(){ return Path; } |
std::string GetPath(){ return Path; } |