StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
dEdxModel.C
1 /*
2  root.exe SL15AuAu200Z6cmBLStiCAKFV.root lBichsel.C dEdxModel.C+
3 */
4 #if !defined(__CINT__)
5 // code that should be seen ONLY by the compiler
6 #else
7 #if !defined(__CINT__) || defined(__MAKECINT__)
8 // code that should be seen by the compiler AND rootcint
9 #else
10 // code that should always be seen
11 #endif
12 #endif
13 #if !defined(__CINT__) || defined(__MAKECINT__)
14 #include "StBichsel/StdEdxModel.h"
15 #endif
16 //________________________________________________________________________________
17 void dEdxModel() {
18  StdEdxModel::_debug = 1;
19  StdEdxModel::MakedEdxModel();
20 }