1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.cpp,v $ |
* $Source: /home/cvsmanager/yoda/event/physics/calorimeter/CalorimeterEvent.cpp,v $ |
3 |
* $Id: CalorimeterEvent.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
* $Id: CalorimeterEvent.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the raw calorimeter physics event class |
* Implementation of the raw calorimeter physics event class |
12 |
using namespace pamela::calorimeter; |
using namespace pamela::calorimeter; |
13 |
|
|
14 |
CalorimeterEvent::CalorimeterEvent(void): |
CalorimeterEvent::CalorimeterEvent(void): |
15 |
SubPacket("Raw", PacketType::Physics, SubDetector::Calorimeter) { |
SubPacket("Event", PacketType::Physics, SubDetector::Calorimeter) { |
16 |
} |
} |
17 |
|
|
18 |
CalorimeterEvent::~CalorimeterEvent(void) { |
CalorimeterEvent::~CalorimeterEvent(void) { |