Parent Directory | Revision Log
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 | |
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 | TrackerEvent::TrackerEvent(void): SubPacket("Event", PacketType::Physics, SubDetector::Tracker), TrackerData(0) { |
13 | } |
14 | |
15 | |
16 | ClassImp(TrackerEvent) |
ViewVC Help | |
Powered by ViewVC 1.1.23 |