]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/AliT0hit.cxx
added some underlying event histograms and other modifications
[u/mrichter/AliRoot.git] / T0 / AliT0hit.cxx
index 6b51a156837bd883999460da80f61987490c0718..2a6eaf6beecad774fc62e9ce141c758ae7c613e0 100644 (file)
 
 ClassImp(AliT0hit)
 
-AliT0hit::AliT0hit(Int_t shunt, Int_t track, Int_t *vol, Float_t *hits):
-  AliHit(shunt, track)
+
+  AliT0hit::AliT0hit(): AliHit(),
+                       fVolume(0),  
+                       fPmt(0),     
+                       fParticle(0),
+                       fEtot(0),     
+                       fTime(0)  
+  
 {
+  //
+}
+AliT0hit::AliT0hit(Int_t shunt, Int_t track, Int_t *vol, Float_t *hits):
+  AliHit(shunt, track),
+  fVolume(0),  
+  fPmt(0),     
+  fParticle(0),
+  fEtot(0),     
+  fTime(0)  
+  {
 //Normal T0 hit ctor
   
    fVolume = vol[0];