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.2 2004/07/17 20:03:30 kusanagi Exp $ |
* $Id: CalorimeterEvent.cpp,v 5.1 2006/02/04 12:37:44 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("Event", PacketType::Physics, SubDetector::Calorimeter) { |
SubPacket("Calorimeter", PacketType::Physics, SubDetector::Calorimeter) { |
16 |
} |
} |
17 |
|
|
18 |
CalorimeterEvent::~CalorimeterEvent(void) { |
CalorimeterEvent::~CalorimeterEvent(void) { |