ROOT  6.06/09
Reference Guide
TMCOptical.h
Go to the documentation of this file.
1 // @(#)root/vmc:$Id$
2 // Author: Alice collaboration
3 
4 /*************************************************************************
5  * Copyright (C) 2006, Rene Brun and Fons Rademakers. *
6  * Copyright (C) 2002, ALICE Experiment at CERN. *
7  * All rights reserved. *
8  * *
9  * For the licensing terms see $ROOTSYS/LICENSE. *
10  * For the list of contributors see $ROOTSYS/README/CREDITS. *
11  *************************************************************************/
12 
13 #ifndef ROOT_TMCOptical
14 #define ROOT_TMCOptical
15 //
16 // Enums for setting of optical photon physics
17 //
18 #include "Rtypes.h"
19 
21 {
22  kGlisur, // original GEANT3 model
23  kUnified // UNIFIED model
24 };
25 
27 {
28  kDielectric_metal, // dielectric-metal interface
29  kDielectric_dielectric, // dielectric-dielectric interface
30  kFirsov, // for Firsov Process
31  kXray // for x-ray mirror process
32 };
33 
35 {
36  kPolished, // smooth perfectly polished surface
37  kPolishedfrontpainted, // smooth top-layer (front) paint
38  kPolishedbackpainted, // same is 'polished' but with a back-paint
39  kGround, // rough surface
40  kGroundfrontpainted, // rough top-layer (front) paint
41  kGroundbackpainted // same as 'ground' but with a back-paint
42 };
43 
44 #endif //ROOT_TMCOPtical
EMCOpSurfaceModel
Definition: TMCOptical.h:20
EMCOpSurfaceFinish
Definition: TMCOptical.h:34
EMCOpSurfaceType
Definition: TMCOptical.h:26