]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TGeant4/TG3Attribute.h
only comments added
[u/mrichter/AliRoot.git] / TGeant4 / TG3Attribute.h
1 // $Id$
2 // Category: visualization
3
4 #ifndef TG3_ATTRIBUTE_H
5 #define TG3_ATTRIBUTE_H
6
7 enum TG3Attribute
8 {
9   kWORK,        // Set the volume active/inactive for tracking (not used!)
10   kSEEN,        // Set visibility : 0-invisible , 1-visible,
11                 //                 -1-volume and daughters invisible,
12                 //                 -2-volume visible but daughters invisible.
13   kLSTY,        // Set line style : 1-unbroken(default)
14                 //                  2-dashed
15                 //                  3-dotted
16                 //      negative values do the same for daughters.
17   kLWID,        // Set line width : 
18   kCOLO,        // Set colour :    1-7 -G3 base colours(default=1)
19                 //      1-black    n=7+m, m=1,9, grey with increasing luminosity,
20                 //      2-red      n=17+m, m=1,25,
21                 //      3-green    n=67+m, m=1,25,
22                 //      4-blue     n=118+m, m=1,25,
23                 //      5-yellow   n=42+m, m=1,25,
24                 //      6-violet   n=142+m, m=1,25,
25                 //      7-turquoise     n=92+m, m=1,25,
26                 //      negative values do the same for daughters.
27   kFILL,        // Set fill style: 0- forces drawing style to wireframe(default)
28                 //                 1- forces solid drawing style.
29                 //      negative values do the same for daughters.
30   kSET,         // Set number associated to volume name (not used!)
31   kDET,         // Set detector number associated to volume name (not used!)
32   kDTYP,        // Set detector type (not used!)
33   kUNKNOWN
34 };
35
36 #endif //TG3_ATTRIBUTE_H