]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSBeamTestEvent.cxx
Reconstruction of ESD data implemented
[u/mrichter/AliRoot.git] / PHOS / AliPHOSBeamTestEvent.cxx
index 806f699c5c33e14ed14eab2788ca5720a7bbae1b..ad88cc1d5ae87e7709b153aff84cb9fe5b006ef6 100644 (file)
 
 //_________________________________________________________________________
 // Class for PHOS Beam Test event header. 
-// Contains all information 
-//  about triggers, etc.    
+// Contains PHOS specific information 
+//  about triggers, cristal temperature etc.
+//  This class attached as a branch to TreeE 
+//  and used mainly to keep trigger pattern for current event.    
 // 
 //*-- Author : Maxim Volkov (RRC KI) & Dmitri Peressounko (RRC KI & SUBATECH) 
 //////////////////////////////////////////////////////////////////////////////
@@ -35,9 +37,11 @@ ClassImp(AliPHOSBeamTestEvent)
 
 
 //____________________________________________________________________________ 
-  AliPHOSBeamTestEvent::AliPHOSBeamTestEvent():TObject() 
+AliPHOSBeamTestEvent::AliPHOSBeamTestEvent():
+  fBeamEnergy(0.),
+  fPattern(0)
 {
-
+//Nothig should be set by default.
 }
 
 //____________________________________________________________________________