]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Weird inline removed
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 May 2001 08:50:31 +0000 (08:50 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 May 2001 08:50:31 +0000 (08:50 +0000)
STEER/AliHeader.cxx
TPC/AliTPCtracker.cxx
TRD/AliTRDtracker.cxx

index 45989c0a41b941dd1cd68d7b497b6744a44c3893..4ca6ace64eb4c4d533cb3ea9f62df22faac14ba8 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.7  2001/05/16 14:57:22  alibrary
+New files for folders and Stack
+
 Revision 1.4  2000/10/02 21:28:14  fca
 Removal of useless dependecies via forward declarations
 
@@ -88,26 +91,30 @@ void AliHeader::Print(const char* option)
 
 }
 
-inline AliStack* AliHeader::Stack() const
+AliStack* AliHeader::Stack() const
 {
 // Return pointer to stack
     return fStack;
 }
 
-inline void AliHeader::SetStack(AliStack* stack)
+void AliHeader::SetStack(AliStack* stack)
 {
 // Set pointer to stack
     fStack = stack;
 }
 
-inline void AliHeader::SetGenEventHeader(AliGenEventHeader* header)
+void AliHeader::SetGenEventHeader(AliGenEventHeader* header)
 {
 // Set pointer to header for generated event
     fGenHeader = header;
 }
 
-inline  AliGenEventHeader*  AliHeader::GenEventHeader() const
+iAliGenEventHeader*  AliHeader::GenEventHeader() const
 {
 // Get pointer to header for generated event
     return fGenHeader;
 }
+
+
+
+
index 6406ec290a7c6b1fd41f2c8e3515615503221dc1..fd39eb1876d1ae50fbb634acfb6c34973c02aaeb 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.10  2001/05/16 14:57:25  alibrary
+New files for folders and Stack
+
 Revision 1.9  2001/05/11 07:16:56  hristov
 Fix needed on Sun and Alpha
 
@@ -129,7 +132,7 @@ Double_t SigmaZ2(Double_t r, Double_t tgl)
 }
 
 //_____________________________________________________________________________
-inline Double_t f1(Double_t x1,Double_t y1,
+Double_t f1(Double_t x1,Double_t y1,
                    Double_t x2,Double_t y2,
                    Double_t x3,Double_t y3) 
 {
@@ -149,7 +152,7 @@ inline Double_t f1(Double_t x1,Double_t y1,
 
 
 //_____________________________________________________________________________
-inline Double_t f2(Double_t x1,Double_t y1,
+Double_t f2(Double_t x1,Double_t y1,
                    Double_t x2,Double_t y2,
                    Double_t x3,Double_t y3) 
 {
@@ -168,7 +171,7 @@ inline Double_t f2(Double_t x1,Double_t y1,
 }
 
 //_____________________________________________________________________________
-inline Double_t f3(Double_t x1,Double_t y1, 
+Double_t f3(Double_t x1,Double_t y1, 
                    Double_t x2,Double_t y2,
                    Double_t z1,Double_t z2) 
 {
index 4cda5e520bf796474fa0df95f01bfd96287bf711..85e686c3eed4d3018eedad1b62b76a835cb2cd27 100644 (file)
@@ -15,6 +15,9 @@
                                                       
 /*
 $Log$
+Revision 1.10  2001/05/07 08:08:05  cblume
+Update of TRD code
+
 Revision 1.9  2001/02/14 18:22:26  cblume
 Change in the geometry of the padplane
 
@@ -168,7 +171,7 @@ Double_t AliTRDtracker::ExpectedSigmaZ2(Double_t r, Double_t tgl)
 }                  
 
 //_____________________________________________________________________
-inline Double_t f1trd(Double_t x1,Double_t y1,
+Double_t f1trd(Double_t x1,Double_t y1,
                       Double_t x2,Double_t y2,
                       Double_t x3,Double_t y3)
 {
@@ -187,7 +190,7 @@ inline Double_t f1trd(Double_t x1,Double_t y1,
 }          
 
 //_____________________________________________________________________
-inline Double_t f2trd(Double_t x1,Double_t y1,
+Double_t f2trd(Double_t x1,Double_t y1,
                       Double_t x2,Double_t y2,
                       Double_t x3,Double_t y3)
 {
@@ -206,7 +209,7 @@ inline Double_t f2trd(Double_t x1,Double_t y1,
 }          
 
 //_____________________________________________________________________
-inline Double_t f3trd(Double_t x1,Double_t y1,
+Double_t f3trd(Double_t x1,Double_t y1,
                       Double_t x2,Double_t y2,
                       Double_t z1,Double_t z2)
 {