Parent Directory
|
Revision Log
*** empty log message ***
| 1 | kusanagi | 1.1 | /** @file |
| 2 | * $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.cpp,v $ | ||
| 3 | * $Id: CalorimeterEvent.cpp,v 2.0 2004/09/21 20:50:28 kusanagi Exp $ | ||
| 4 | * $Author: kusanagi $ | ||
| 5 | * | ||
| 6 | * Implementation of the raw tof | ||
| 7 | */ | ||
| 8 | |||
| 9 | #include "TofEvent.h" | ||
| 10 | |||
| 11 | using namespace pamela; | ||
| 12 | using namespace pamela::tof; | ||
| 13 | |||
| 14 | TofEvent::TofEvent(void): | ||
| 15 | SubPacket("Event", PacketType::Physics, SubDetector::Tof) { | ||
| 16 | } | ||
| 17 | |||
| 18 | TofEvent::~TofEvent(void) { | ||
| 19 | } | ||
| 20 | |||
| 21 | ClassImp(TofEvent) |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |