/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors are mentioned in the code where appropriate. * * * * Permission to use, copy, modify and distribute this software and its * * documentation strictly for non-commercial purposes is hereby granted * * without fee, provided that the above copyright notice appears in all * * copies and that both the copyright notice and this permission notifce * * appear in the supporting documentation. The authors make no claims * * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ // $Id: AliJEventHeader.cxx,v 1.2 2008/01/21 11:56:39 djkim Exp $ //////////////////////////////////////////////////// // // \file AliJEventHeader.cxx // \brief // \author J. Rak, D.J.Kim, R.Diaz (University of Jyvaskyla) // \email: djkim@jyu.fi // \version $Revision: 1.1 $ // \date $Date: 2008/05/02 11:56:39 $ // // Base clase for event header //////////////////////////////////////////////////// #include "AliJBaseEventHeader.h" #include "AliJEventHeader.h" ClassImp(AliJEventHeader); //______________________________________________________________________________ AliJEventHeader::AliJEventHeader(): AliJBaseEventHeader(), fTriggerMaskAlice(0), fTriggerMaskJCorran(0), fSPDTrackletMult(-999), fV0Mult(-999), fEventType(0), fVtxMult(-9999) //FK// EFF { // default constructor SetName("AliJEventHeader"); for( int i=0;i