/************************************************************************** * 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$ */ //--------------------------------------------------------------------- // SISCone (FastJet v2.3.4) finder algorithm interface // Finder Header Class // Author: swensy.jangal@ires.in2p3.fr //--------------------------------------------------------------------- #include #include #include "AliSISConeJetHeader.h" using std::cout; using std::endl; ClassImp(AliSISConeJetHeader) //////////////////////////////////////////////////////////////////////// AliSISConeJetHeader::AliSISConeJetHeader(): AliJetHeader("AliSISConeJetHeader"), fActiveAreaRepeats(1), fAreaTypeNumber(4), fBGAlgo(1), fCaching(0), fConeRadius(0.7), fEffectiveRFact(1), fGhostEtaMax(4.0), fGhostArea(0.05), fGridScatter(1), fKtScatter(0.1), fMeanGhostKt(1e-100), fMinJetPt(2), fNPassMax(0), fOverlapThreshold(0.75), fPhiMax(TMath::TwoPi()), fPhiMin(0), fPtProtoJetMin(2), fRapMax(0.9), fRapMin(-0.9), fRRho(0.5), fSplitMergeScaleNumber(0), fSplitMergeStoppingScale(0), fRparamBkg(0.4), fStrategy(fastjet::Best), fRecombScheme(fastjet::BIpt_scheme), fkUse4VectorArea(kTRUE) { // Constructor } //____________________________________________________________________________ void AliSISConeJetHeader::PrintParameters() const { // prints out parameters of jet algorithm cout << "SISConeJet algorithm parameters:"<