]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/AliL3Models.h
Added support for static libraries,
[u/mrichter/AliRoot.git] / HLT / comp / AliL3Models.h
index ff77cfaf1ea6f3f6e4844c60e32313702012566f..db307462615a09db9582c58eae3e639b506b7f30 100644 (file)
@@ -23,11 +23,11 @@ struct AliL3ClusterModel {
 typedef struct AliL3ClusterModel AliL3ClusterModel;
 
 struct AliL3RemainingCluster {
-  UShort_t fPad;    //2 bytes
-  UShort_t fTime;   //2 bytes
-  Byte_t fSigmaY2;  //1 byte
-  Byte_t fSigmaZ2;  //1 byte
-  UShort_t fCharge; //2 bytes
+  Float_t fPad;   
+  Float_t fTime;  
+  Float_t fSigmaY2;  
+  Float_t fSigmaZ2;  
+  UShort_t fCharge;
 };
 typedef struct AliL3RemainingCluster AliL3RemainingCluster;