Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The output file contains the tree with the same structure of the muCastor MC OpenCMT Castor simulation file. following fields:

BranchDescription
evNumberthe event number
m_TFthe slope of the track on the horizontal plane of the DT chamber
q_TFthe intercept of the track on the horizontal plane of the DT chamber
m_VFthe slope of the track on the vertical plane of the DT chamber
q_VFthe intercept of the track on the vertical plane of the DT chamber
m_SL

the slope of the track on the vertical plane of the SL

q_SL

the intercept of the track on the vertical plane of the SL


Installation

The required environment is describe in the guide.

...

No Format
[geom]
theta0 = 0
theta1 = 180
dist = 3535
shift = 96.5
corrM_DT1 = 0
corrQ_DT1 = 0
corrM_SL1 = 0
corrQ_SL1 = 0

[IO]
is_MC = 0
chunk = 0
main_file = mixed_data.root
output_file = SkinHits.root


  • Section geom

    VariableTypeDescription
    theta0
    floatDET0 rotation (deg) in the global reference frame
    theta1
    floatDET1 rotation (deg) in the global reference frame
    dist
    floatDistance (mm) between the center of the two DT detectors
    shift
    floatVertical shift (mm) between the center of the DT detectors and the cask center
    corrM_DT1
    floatMisalignment correction factor for angular coefficients of tracks reconstructed by DT1 with respect to DT0 
    corrQ_DT1
    floatMisalignment correction factor for intercept of tracks reconstructed by DT1 with respect to DT0
    corrQ_SL1
    floatMisalignment correction factor for angular coefficients of tracks reconstructed by SL1 with respect to SL0
    corrQ_SL1
    floatMisalignment correction factor for intercept of tracks reconstructed by SL1 with respect to SL0


  • Section IO

    VariableTypeDescription
    is_MCbool1 for MC simulations, 1 for data
    chunkint(only for MC) Number of subsets in which dataset is divided to be processed (to avoid combination of repeated evNumber)
    main_filestringInput file (mixed data) with path
    output_file
    stringOutput file with path

Execution

The application can be run with

...