EventMixer 1.0
An event mixer for mixing events generated by PIBIDS.
Public Member Functions | Public 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

 EventHit (int nTubes)

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

Detailed Description

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

Definition at line 17 of file EventHit.hh.


Constructor & Destructor Documentation

EventHit::EventHit ( int  nTubes)
Parameters:
nTubesNumber of scintillator tubes in detector.

Definition at line 2 of file EventHit.cc.

{
  DET = vector<float>(nTubes,0);
}

Member Data Documentation

Event number.

Upper front scintillator plate energy deposition.

Definition at line 25 of file EventHit.hh.

Referenced by print_to_outfile().


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