Analysis code for the SOLARIS project.
Go to file
2024-02-15 16:36:45 -05:00
.vscode modified working code for the recent changes 2024-02-13 19:25:33 -05:00
Armory modified some base classes 2024-02-15 16:36:45 -05:00
Cleopatra modified some base classes 2024-02-15 16:36:45 -05:00
working modified some base classes 2024-02-15 16:36:45 -05:00
.gitignore Seperate most of the class into its files: should avoid using Reactionparas struc, use ClassTransfer instead 2024-02-13 18:24:56 -05:00
README.md bug fix on ClassHelios 2024-02-14 16:30:13 -05:00
SetupNewExp another improvement on SetupNewExp 2023-04-14 13:06:03 -04:00
SOLARIS.sh added Process_Download and Procee_Sort 2023-04-04 14:47:44 -04:00

Introduction

This is the analysis package for the SOLARIS DAQ. It is supposed to be the analysis path for the SOLARIS DAQ.

The folder struture is

Analysis

├── README.md

├── SetupNewExp // bash script to create new branch and raw data folder

├── SOLARIS.sh // bash script to define some env variable and functions

├── Armory // analysis codes, independent from experiment.

├── Cleopatra // Swaper for DWBA code Ptolomey and simulation

├── data_raw // should be the symbolic link to the raw data, created by SetUpNewExp

├── root_data // symbolic link to converted root file, created by SetUpNewExp

└── working // working directory, depends on experiment.

Event Builder

The EventBuilder is at the armory. It depends on the Hit.h and SolReader.h.

Hit.h

The Hit class stores a hit (or a data block)

SolReader.h

The SolReader class read the sol file. It can be loaded in CERN ROOT alone.