/[PAMELA software]/yoda/event/SubDetector.cpp
ViewVC logotype

Contents of /yoda/event/SubDetector.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Jul 6 12:20:23 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Initial revision

1 /** @file
2 * $Source: /home/cvspamela/yoda/event/SubDetector.cpp,v $
3 * $Id: SubDetector.cpp,v 1.6 2004/03/16 10:18:28 nagni Exp $
4 * $Author: nagni $
5 *
6 * Implementation of the PacketType class.
7 */
8 #include "SubDetector.h"
9
10 using namespace pamela;
11 const SubDetector* SubDetector::Tracker = new SubDetector("Tracker");
12 const SubDetector* SubDetector::Calorimeter = new SubDetector("Calorimeter");
13 const SubDetector* SubDetector::Anticoinc = new SubDetector("Anticoinc");
14 const SubDetector* SubDetector::Trigger = new SubDetector("Trigger");

  ViewVC Help
Powered by ViewVC 1.1.23