| 1 |
/** @file |
/** @file |
| 2 |
* $Author: mocchiut $ |
* $Author: mocchiut $ |
| 3 |
* $Date: 2008/11/04 09:44:36 $ |
* $Date: 2009/07/24 13:53:45 $ |
| 4 |
* $Revision: 1.2 $ |
* $Revision: 1.3 $ |
| 5 |
* |
* |
| 6 |
* Implementation of the functions of a sample Algorithm class. |
* Implementation of the functions of a sample Algorithm class. |
| 7 |
* This file can be used as a templace to develop your own algorithm. |
* This file can be used as a templace to develop your own algorithm. |
| 184 |
// catch (NotExistingAlgorithmException exc) {} |
// catch (NotExistingAlgorithmException exc) {} |
| 185 |
|
|
| 186 |
Run->FillTrees(type); |
Run->FillTrees(type); |
| 187 |
|
// cout << Header->GetCounter()->Get(type) << endl; |
| 188 |
Header->GetCounter()->Increment(type); |
Header->GetCounter()->Increment(type); |
| 189 |
|
// cout << Header->GetCounter()->Get(type) << endl; |
| 190 |
} |
} |
| 191 |
else |
else |
| 192 |
{ |
{ |
| 234 |
*/ |
*/ |
| 235 |
std::string EventReader::GetVersionInfo(void) const { |
std::string EventReader::GetVersionInfo(void) const { |
| 236 |
return |
return |
| 237 |
"$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/EventReader.cpp,v 1.2 2008/11/04 09:44:36 mocchiut Exp $\n"; |
"$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/EventReader.cpp,v 1.3 2009/07/24 13:53:45 mocchiut Exp $\n"; |
| 238 |
} |
} |
| 239 |
|
|
| 240 |
|
|