]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSBeamTestEvent.cxx
add AliTPCcalibV0 class (Marian)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSBeamTestEvent.cxx
index d52e0c3544d1b9e4b3f141d8b814febb12d2fe5f..ad88cc1d5ae87e7709b153aff84cb9fe5b006ef6 100644 (file)
 /* $Id$ */
 
 //_________________________________________________________________________
-// Short description  
-//
+// Class for PHOS Beam Test event header. 
+// 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) 
 //////////////////////////////////////////////////////////////////////////////
 
@@ -33,9 +37,11 @@ ClassImp(AliPHOSBeamTestEvent)
 
 
 //____________________________________________________________________________ 
-  AliPHOSBeamTestEvent::AliPHOSBeamTestEvent():TObject() 
+AliPHOSBeamTestEvent::AliPHOSBeamTestEvent():
+  fBeamEnergy(0.),
+  fPattern(0)
 {
-
+//Nothig should be set by default.
 }
 
 //____________________________________________________________________________