Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
HitType.hh
Go to the documentation of this file.
00001 #include <vector>
00002 using namespace std;
00003 
00004 
00014 #ifndef HITTYPE_H
00015 #define HITTYPE_H //!<Inclusion guard
00016 
00017 class HitType
00018 {
00019 public:
00020   HitType(); 
00021   bool wasImplantation ; 
00022   bool wasDecay; 
00023   bool wasOther; 
00024   vector<int> affectedScintillators; 
00025   int statvar; 
00026 };
00027 #endif
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark