/[PAMELA software]/yoda/event/physics/tracker/TrackerEvent.cpp
ViewVC logotype

Annotation of /yoda/event/physics/tracker/TrackerEvent.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.4 - (hide annotations) (download)
Sat May 28 10:44:10 2005 UTC (19 years, 6 months ago) by kusanagi
Branch: MAIN
Changes since 4.0: +0 -0 lines
Main features of this release are:
- updated classes documentations;
- major changes on the calibration fortran routine for the calorimeter
- update on the TMTC thermistors
- removed old classes as CalibTrkBoth and CalibTrd

1 kusanagi 1.1
2     extern "C" {
3     #include <stdlib.h>
4     }
5     #include <stdexcept>
6    
7    
8     #include "TrackerEvent.h"
9    
10     using namespace pamela::tracker;
11    
12 kusanagi 2.1 TrackerEvent::TrackerEvent(void): SubPacket("Event", PacketType::Physics, SubDetector::Tracker), TrackerData(0) {
13 kusanagi 1.1 }
14    
15    
16     ClassImp(TrackerEvent)

  ViewVC Help
Powered by ViewVC 1.1.23