/[PAMELA software]/yoda/event/physics/neutronDetector/NeutronRecord.cpp
ViewVC logotype

Annotation of /yoda/event/physics/neutronDetector/NeutronRecord.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0 - (hide annotations) (download)
Tue Sep 21 20:50:32 2004 UTC (20 years, 4 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +2 -2 lines
Major release

1 kusanagi 1.1 /** @file
2 kusanagi 2.0 * $Source: /home/cvsmanager/yoda/event/physics/neutronDetector/NeutronRecord.cpp,v $
3     * $Id: NeutronRecord.cpp,v 1.1 2004/08/19 15:24:33 kusanagi Exp $
4 kusanagi 1.1 * $Author: kusanagi $
5     *
6     * Implementation of the NeutronRecord class.
7     */
8     #include "NeutronRecord.h"
9    
10     using namespace pamela::neutron;
11    
12     NeutronRecord::NeutronRecord(void) {
13     upperTrig = 0;
14     bottomTrig = 0;
15     upperBack = 0;
16     bottomBack = 0;
17     }
18    
19     ClassImp(NeutronRecord)

  ViewVC Help
Powered by ViewVC 1.1.23