1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.cpp,v $ |
* $Source: /home/cvsmanager/yoda/event/physics/tof/TofEvent.cpp,v $ |
3 |
* $Id: CalorimeterEvent.cpp,v 2.0 2004/09/21 20:50:28 kusanagi Exp $ |
* $Id: TofEvent.cpp,v 4.4 2005/05/28 10:44:14 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the raw tof |
* Implementation of the raw tof |
8 |
|
|
9 |
#include "TofEvent.h" |
#include "TofEvent.h" |
10 |
|
|
|
using namespace pamela; |
|
11 |
using namespace pamela::tof; |
using namespace pamela::tof; |
12 |
|
|
13 |
TofEvent::TofEvent(void): |
TofEvent::TofEvent(void): |
14 |
SubPacket("Event", PacketType::Physics, SubDetector::Tof) { |
SubPacket("Event", PacketType::Physics, SubDetector::Tof) { |
15 |
} |
} |
16 |
|
|
|
TofEvent::~TofEvent(void) { |
|
|
} |
|
17 |
|
|
18 |
ClassImp(TofEvent) |
ClassImp(TofEvent) |