]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/Fscohlp.h
updated documentation and minor modifications; added test macro for RCU raw ddl data...
[u/mrichter/AliRoot.git] / TFluka / Fscohlp.h
CommitLineData
aa9af262 1extern "C" {
2//*$ create scohlp.add
3//*copy scohlp
4//*
5//*=== scohlp ===========================================================*
6//*
7//*----------------------------------------------------------------------*
8//* *
9//* Copyright (C) 1991-2005 by Alfredo Ferrari & Paola Sala *
10//* All Rights Reserved. *
11//* *
12//* *
13//* Created on 05 august 1991 by Alfredo Ferrari & Paola Sala *
14//* Infn - Milan *
15//* *
16//* Last change on 29-oct-94 by Alfredo Ferrari *
17//* *
18//* Energy/Star binnings/scorings (Comscw): *
19//* ISCRNG = 1 --> Energy density binning *
20//* ISCRNG = 2 --> Star density binning *
21//* ISCRNG = 3 --> Residual nuclei scoring *
22//* JSCRNG = # of the binning *
23//* Flux like binnings/estimators (Fluscw): *
24//* ISCRNG = 1 --> Boundary crossing estimator *
25//* ISCRNG = 2 --> Track length binning *
26//* ISCRNG = 3 --> Track length estimator *
27//* ISCRNG = 4 --> Collision density estimator *
28//* ISCRNG = 5 --> Yield estimator *
29//* JSCRNG = # of the binning/estimator *
30//* *
31//*----------------------------------------------------------------------*
32
33typedef struct {
34 Int_t iscrng;
35 Int_t jscrng;
36 Int_t lsczer;
37} scohlpCommon;
38#define SCOHLP COMMON_BLOCK(SCOHLP,scohlp)
39COMMON_BLOCK_DEF(scohlpCommon,SCOHLP);
40}