Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
/ sand-stt Public archive

ECAL and STT digitization, and neutrino event reconstruction in SAND (STT option)

Notifications You must be signed in to change notification settings

DUNE-ND-SAND/sand-stt

Repository files navigation

Requirements

Build

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=<install-dir> <source-dir>
$ make
$ make install

Before running application

  • To have dictionaties of the structs loaded at run time:
$ source setup.sh

Using with ROOT

  • To load dictionaries of structs:
root [0] gSystem->Load("libStruct.so")

Digitization

  • Create digits of STT and cells of calorimeter
$ Digitize <MC file> <reco file>

Reconstruction

  • Track find and fit of STT track
  • Clustering of calorimeter cells
$ Reconstruct <MC file> <reco file>

Analysis

  • Evaluate parameters of particles
  • Evaluate neutrino energy
Analyze <MC file> <reco file>

The description of the data format can be found here

The code format can be find here

About

ECAL and STT digitization, and neutrino event reconstruction in SAND (STT option)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages