/************************************************************************** * 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: AliJTrack.cxx,v 1.2 2008/01/21 11:56:39 djkim Exp $ //////////////////////////////////////////////////// // // \file AliJTrack.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 $ // // class encapsulating aliroot track information //////////////////////////////////////////////////// #include "AliJBaseTrack.h" #include "AliJTrack.h" //ClassImp(AliJTrack) //______________________________________________________________________________ AliJTrack::AliJTrack() : AliJBaseTrack(), fFilterMap(0), fTPCnClust(-1), fTPCdEdx(-1), fTOFsignal(9999), fTPCmom(0) { // default constructor for( int i=0;i