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) |