1 |
/** @file |
/** @file |
2 |
* $Source: /repository/PamOffLineSW/techmodel/PhysicsReader.cpp,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/PhysicsReader.cpp,v $ |
3 |
* $Id: PhysicsReader.cpp,v 1.9 2008-03-04 18:09:31 messineo Exp $ |
* $Id: PhysicsReader.cpp,v 1.1.1.1 2008/09/23 07:20:25 mocchiut Exp $ |
4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
7 |
* ToBeDone: |
* ToBeDone: |
74 |
trackerReader->RunEvent(EventNumber, subData, dataLenght); |
trackerReader->RunEvent(EventNumber, subData, dataLenght); |
75 |
anticounterReader->RunEvent(EventNumber, subData, dataLenght); |
anticounterReader->RunEvent(EventNumber, subData, dataLenght); |
76 |
calorimeterReader->RunEvent(EventNumber, subData, dataLenght); |
calorimeterReader->RunEvent(EventNumber, subData, dataLenght); |
77 |
|
neutronReader->RunEvent(EventNumber, subData, dataLenght); // Emiliano! |
78 |
s4Reader->RunEvent(EventNumber, subData, dataLenght); |
s4Reader->RunEvent(EventNumber, subData, dataLenght); |
79 |
// if(...) |
// if(...) |
80 |
// throw WrongCRCException_PKTUsed("asdsadas"); |
// throw WrongCRCException_PKTUsed("asdsadas"); |
86 |
*/ |
*/ |
87 |
std::string PhysicsReader::GetVersionInfo(void) const { |
std::string PhysicsReader::GetVersionInfo(void) const { |
88 |
return |
return |
89 |
"$Header: /repository/PamOffLineSW/techmodel/PhysicsReader.cpp,v 1.9 2008-03-04 18:09:31 messineo Exp $\n"; |
"$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/PhysicsReader.cpp,v 1.1.1.1 2008/09/23 07:20:25 mocchiut Exp $\n"; |
90 |
} |
} |
91 |
|
|