Mixed Data Coincidence Analysis Software 1.0
A program to analyze files produced by the EventMixer software.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
EventHit Class Reference

Contains information about a single event hit, not to be confused with an event. More...

#include <EventHit.hh>

List of all members.

Public Member Functions

void ComputeHitType ()
 Computes type of implantation. Call when parameters are correctly set.
string toString ()
 EventHit (int nTubes=40, float detEpsilon=1E-2, float dRatio=1E2)
 Constructor, constructs the object.

Public Attributes

int A
 A of the event.
int Z
 Z of the event.
int eventno
 Event number.
double time
 Time of the event hit, relative the beginning of the event.
float UFSP
 Upper front scintillator plate energy deposition.
float LFSP
 Lower front scintillator plate energy deposition.
float BSP
 Back scintillator plate energy deposition.
float Ge
 Ge detector energy deposition.
vector< float > DET
HitType implantationType
 Type of implantation.

Private Member Functions

int GetDominating ()

Private Attributes

int numberOfTubes
 Number of scintillator tubes in detector.
float detectorEpsilon
 Detector epsilon.
float dominateRatio
 Ratio for domination.

Detailed Description

Contains information about a single event hit, not to be confused with an event.

Definition at line 35 of file EventHit.hh.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines

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

Created by Rikard Lundmark