/*
$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
}
-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;
}
+
+
+
+
/*
$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
}
//_____________________________________________________________________________
-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)
{
//_____________________________________________________________________________
-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)
{
}
//_____________________________________________________________________________
-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)
{
/*
$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
}
//_____________________________________________________________________
-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)
{
}
//_____________________________________________________________________
-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)
{
}
//_____________________________________________________________________
-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)
{