/[PAMELA software]/DarthVader/TrackerLevel2/src/TrkStruct.cpp
ViewVC logotype

Contents of /DarthVader/TrackerLevel2/src/TrkStruct.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Thu May 24 16:45:48 2007 UTC (17 years, 6 months ago) by pam-fi
Branch: MAIN
CVS Tags: v5r00, v4r00, v10RED, v9r00, v9r01, v10REDr01, v6r01, v6r00, HEAD
Changes since 1.6: +0 -194 lines
several upgrades

1 /**
2 * \file TrkStruct.h
3 * \author Elena Vannuccini
4 * \date
5 */
6 #include <TrkStruct.h>
7 //#include <TrkCalib.h>
8
9 using namespace pamela;
10 using namespace std;
11
12 float aint(float f){
13 int ret = (int)f;
14 float ret1 = 0;
15 ret1=(float)ret;
16 return ret1;
17 }
18
19 float anint(float f){
20 int ret = (int)(f+0.5);
21 float ret1 = 0;
22 ret1=(float)ret;
23 return ret1;
24 }

  ViewVC Help
Powered by ViewVC 1.1.23