/[PAMELA software]/calo/flight/FUTILITIES/macros/FCaloPLANES.C
ViewVC logotype

Contents of /calo/flight/FUTILITIES/macros/FCaloPLANES.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Mar 22 15:07:47 2006 UTC (18 years, 8 months ago) by mocchiut
Branch: FUTILITIES, MAIN
CVS Tags: start, v1r03, v1r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Flight Utilities calorimeter package 1st release

1 //
2 // FCaloMIP.C cradle for FCaloMIP.cxx
3 //
4 //
5 {
6 char *pam_lib=gSystem->Getenv("PAM_LIB");
7 stringstream libload;
8 libload.str("");
9 libload << pam_lib << "/libFUTpathtoc";
10 gSystem->Load(libload.str().c_str());
11 libload.str("");
12 libload << pam_lib << "/libFCaloFUNCTIONS";
13 gSystem->Load(libload.str().c_str());
14 libload.str("");
15 libload << pam_lib << "/libFCaloPLANES";
16 gSystem->Load(libload.str().c_str());
17 }

  ViewVC Help
Powered by ViewVC 1.1.23