1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/09/21 20:24:33 $ |
* $Date: 2004/09/21 20:50:54 $ |
4 |
* $Revision: 1.10 $ |
* $Revision: 2.0 $ |
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. |
86 |
*/ |
*/ |
87 |
std::string EventReader::GetVersionInfo(void) const { |
std::string EventReader::GetVersionInfo(void) const { |
88 |
return |
return |
89 |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 1.10 2004/09/21 20:24:33 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 2.0 2004/09/21 20:50:54 kusanagi Exp $\n"; |
90 |
} |
} |
91 |
|
|
92 |
/** |
/** |
156 |
//This have to be more detailed. More exceptions type are needed. |
//This have to be more detailed. More exceptions type are needed. |
157 |
logger->error("Couldn't read the event. Skipping to the next header."); |
logger->error("Couldn't read the event. Skipping to the next header."); |
158 |
} |
} |
159 |
if ((step%1000) == 0) std::cout << step << "K \n"; |
if ((step%1000) == 0) std::cout << step/1000 << "K \n"; |
160 |
} |
} |
161 |
Header->GetCounter()->PrintCounters(); |
Header->GetCounter()->PrintCounters(); |
162 |
} |
} |