/************************************************************************** * 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 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. * **************************************************************************/ /* $Id: AliFileTag.cxx 14745 2006-08-04 15:48:44Z panos $ */ //----------------------------------------------------------------- // Implementation of the FileTag class // This is the class to deal with the tags in the file level // Origin: Adam Kisiel, CERN, Adam.Kisiel@cern.ch //----------------------------------------------------------------- #include "AliFileTag.h" #include ClassImp(AliFileTag) //___________________________________________________________________________ AliFileTag::AliFileTag() : TObject(), fGUID(""), fPath(""), fsize(0), fmd5(""), fturl(""), fEventTags(1000) { // AliFileTag default constructor } AliFileTag::AliFileTag(const AliFileTag &tag): TObject(tag), fGUID(tag.fGUID), fPath(tag.fPath), fsize(tag.fsize), fmd5(tag.fmd5), fturl(tag.fturl), fEventTags(10000) { for (int iev=0; iev