/************************************************************************** * Copyright(c) 1998-2014, 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 notice * * 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. * **************************************************************************/ // Comment describing what this class does needed! // $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), fTrackletsITSTPC(-999), fTrackletsITSSA(-999), fV0Mult(-999), fV0AMult(-999), fV0CMult(-999), fEventType(0), fFiredTriggers(), fVtxMult(-9999), fBunchCrossNumber(0), fESDFileName(), fEventNumberESDFile(0), fL0TriggerInputs(0) { // default constructor SetName("AliJEventHeader"); for( int i=0;i