]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALJetFinder.cxx
Log replaced by Id
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALJetFinder.cxx
index 3ecb130d638631d70356e8454472a42a3d62dd4f..b9c04fd5d4e80f8e86e0ca4b760e10eb0c6a3a49 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.19.2.5  2003/07/08 16:43:48  schutz
-NewIO and remove AliEMCALReconstructionner
-
-Revision 1.19.2.4  2003/07/07 14:13:31  schutz
-NewIO
-
-
-Revision 1.40  2003/01/30 17:29:02  hristov
-No default arguments in the implementation file
-
-Revision 1.39  2003/01/29 00:34:51  pavlinov
-fixed bug in FillFromHits
-
-Revision 1.38  2003/01/28 16:08:11  morsch
-Particle loading according to generator type.
-
-Revision 1.37  2003/01/23 11:50:04  morsch
-- option for adding energy of all particles (ich == 2)
-- provisions for principle component analysis
-(M. Horner)
-
-Revision 1.36  2003/01/15 19:05:44  morsch
-Updated selection in ReadFromTracks()
-
-Revision 1.35  2003/01/15 04:59:38  morsch
-- TPC eff. from AliEMCALFast
-- Correction in PropagatePhi()
-
-Revision 1.34  2003/01/14 10:50:18  alibrary
-Cleanup of STEER coding conventions
-
-Revision 1.33  2003/01/10 10:48:19  morsch
-SetSamplingFraction() removed from constructor.
-
-Revision 1.32  2003/01/10 10:26:40  morsch
-Sampling fraction initialized from geometry class.
-
-Revision 1.31  2003/01/08 17:13:41  schutz
-added the HCAL section
-
-Revision 1.30  2002/12/09 16:26:28  morsch
-- Nummber of particles per jet increased to 1000
-- Warning removed.
-
-Revision 1.29  2002/11/21 17:01:40  alibrary
-Removing AliMCProcess and AliMC
-
-Revision 1.28  2002/11/20 14:13:16  morsch
-- FindChargedJets() added.
-- Destructor corrected.
-- Geometry cuts taken from AliEMCALGeometry.
-
-Revision 1.27  2002/11/15 17:39:10  morsch
-GetPythiaParticleName removed.
-
-Revision 1.26  2002/10/14 14:55:35  hristov
-Merging the VirtualMC branch to the main development branch (HEAD)
-
-Revision 1.20.4.3  2002/10/10 15:07:49  hristov
-Updating VirtualMC to v3-09-02
-
-Revision 1.25  2002/09/13 10:24:57  morsch
-idem
-
-Revision 1.24  2002/09/13 10:21:13  morsch
-No cast to AliMagFCM.
-
-Revision 1.23  2002/06/27 09:24:26  morsch
-Uncomment the TH1::AddDirectory statement.
-
-Revision 1.22  2002/05/22 13:48:43  morsch
-Pdg code added to track list.
-
-Revision 1.21  2002/04/27 07:43:08  morsch
-Calculation of fDphi corrected (Renan Cabrera)
-
-Revision 1.20  2002/03/12 01:06:23  pavlinov
-Testin output from generator
-
-Revision 1.19  2002/02/27 00:46:33  pavlinov
-Added method FillFromParticles()
-
-Revision 1.18  2002/02/21 08:48:59  morsch
-Correction in FillFromHitFlaggedTrack. (Jennifer Klay)
-
-Revision 1.17  2002/02/14 08:52:53  morsch
-Major updates by Aleksei Pavlinov:
-FillFromPartons, FillFromTracks, jetfinder configuration.
-
-Revision 1.16  2002/02/08 11:43:05  morsch
-SetOutputFileName(..) allows to specify an output file to which the
-reconstructed jets are written. If not set output goes to input file.
-Attention call Init() before processing.
-
-Revision 1.15  2002/02/02 08:37:18  morsch
-Formula for rB corrected.
-
-Revision 1.14  2002/02/01 08:55:30  morsch
-Fill map with Et and pT.
-
-Revision 1.13  2002/01/31 09:37:36  morsch
-Geometry parameters in constructor and call of SetCellSize()
-
-Revision 1.12  2002/01/23 13:40:23  morsch
-Fastidious debug print statement removed.
-
-Revision 1.11  2002/01/22 17:25:47  morsch
-Some corrections for event mixing and bg event handling.
-
-Revision 1.10  2002/01/22 10:31:44  morsch
-Some correction for bg mixing.
-
-Revision 1.9  2002/01/21 16:28:42  morsch
-Correct sign of dphi.
-
-Revision 1.8  2002/01/21 16:05:31  morsch
-- different phi-bin for hadron correction
-- provisions for background mixing.
-
-Revision 1.7  2002/01/21 15:47:18  morsch
-Bending radius correctly in cm.
-
-Revision 1.6  2002/01/21 12:53:50  morsch
-authors
-
-Revision 1.5  2002/01/21 12:47:47  morsch
-Possibility to include K0long and neutrons.
-
-Revision 1.4  2002/01/21 11:03:21  morsch
-Phi propagation introduced in FillFromTracks.
-
-Revision 1.3  2002/01/18 05:07:56  morsch
-- hadronic correction
-- filling of digits
-- track selection upon EMCAL information
-
-*/
+/* $Id$ */
 
 //*-- Authors: Andreas Morsch   (CERN)
 //*            J.L. Klay        (LBL)