/[PAMELA software]/yoda/event/physics/tof/TofEvent.cpp
ViewVC logotype

Annotation of /yoda/event/physics/tof/TofEvent.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Jan 29 00:26:48 2005 UTC (19 years, 10 months ago) by kusanagi
Branch: MAIN
*** 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