Analysis code for the SOLARIS project.
Go to file
2023-11-06 13:45:45 -05:00
.vscode update Event Builder 2023-09-26 15:45:46 -04:00
armory added Min+fine_timestamp data format 2023-11-06 13:45:45 -05:00
Cleopatra add make clean in Cleopatra 2023-04-10 15:56:31 -04:00
working fixed Process_Run remove padding zero, not remove all zero 2023-10-20 11:45:53 -04:00
.DS_Store added Process_Download and Procee_Sort 2023-04-04 14:47:44 -04:00
.gitignore update Event Builder 2023-09-26 15:45:46 -04:00
README.md update Event Builder 2023-09-26 15:45:46 -04: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

├── 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.