ROOT logo
AliRoot » PWGCF » FEMTOSCOPY » ALIFEMTOUSER » AliFemtoPicoEventRP

class AliFemtoPicoEventRP: public AliFemtoPicoEvent


AliFemtoPicoEventRP - internal AliFemto representation of the event.
Created for the sake of minimizing the used size. Multiple instances are
stored in memory when several mixing bins are used.



 *
 * $Id: AliFemtoPicoEventRP.cxx 21376 2007-10-12 14:57:18Z akisiel $
 *
 * Author: Mike Lisa, Ohio State, lisa@mps.ohio-state.edu
 ***************************************************************************
 *
 * Description: part of STAR HBT Framework: AliFemtoMaker package
 *  PicoEvents are last-step ultra-compressed "events" just containing
 *  bare information about the particles of interest.  They have already
 *  gone through Event and Track cuts, so only Pair cuts are left.
 *  PicoEvents are *internal* to the code, and are stored in the
 *  Event-mixing buffers.
 *
 *
 ***************************************************************************
 *
 * $Log$
 * Revision 1.1.2.1  2007/10/12 14:28:37  akisiel
 * New wave of cleanup and rule conformance
 *
 * Revision 1.1  2007/05/16 10:22:11  akisiel
 * Making the directory structure of AliFemto flat. All files go into one common directory
 *
 * Revision 1.2  2007/05/03 09:42:29  akisiel
 * Fixing Effective C++ warnings
 *
 * Revision 1.1.1.1  2007/04/25 15:38:41  panos
 * Importing the HBT code dir
 *
 * Revision 1.1.1.1  2007/03/07 10:14:49  mchojnacki
 * First version on CVS
 *
 * Revision 1.4  2000/07/16 21:38:23  laue
 * AliFemtoCoulomb.cxx AliFemtoSectoredAnalysis.cxx : updated for standalone version
 * AliFemtoV0.cc AliFemtoV0.h : some cast to prevent compiling warnings
 * AliFemtoParticle.cc AliFemtoParticle.h : pointers mTrack,mV0 initialized to 0
 * AliFemtoIOBinary.cc : some printouts in #ifdef STHBTDEBUG
 * AliFemtoEvent.cc : B-Field set to 0.25Tesla, we have to think about a better
 *                 solution
 *
 * Revision 1.3  2000/06/01 20:40:13  laue
 * AliFemtoIO.cc: updated for new V0s
 * AliFemtoPicoEventRP.cc: collections especially cleared
 * franks1DHistoD.h, include changed from  <stdio> to <cstdio>
 * franks1DHistoD.cc, cout statement deleted
 *
 * Revision 1.2  2000/03/17 17:23:05  laue
 * Roberts new three particle correlations implemented.
 *
 * Revision 1.1.1.1  1999/06/29 16:02:57  lisa
 * Installation of AliFemtoMaker
 *

Function Members (Methods)

Data Members

private:
AliFemtoParticleCollection*fFirstParticleCollectionCollection of particles of type 1
AliEventplane*fPicoEventplaneEvent plane pointer from HBT event
AliFemtoParticleCollection*fSecondParticleCollectionCollection of particles of type 2
AliFemtoParticleCollection*fThirdParticleCollectionCollection of particles of type 3

Class Charts

Inheritance Chart:
AliFemtoPicoEvent
AliFemtoPicoEventRP

Function documentation

AliFemtoPicoEventRP()
 Default constructor
AliFemtoPicoEventRP(const AliFemtoPicoEventRP& aPicoEvent)
 Copy constructor
~AliFemtoPicoEventRP()
 Destructor
AliFemtoPicoEventRP& operator=(const AliFemtoPicoEventRP& aPicoEvent)
 Assignment operator
AliFemtoParticleCollection* FirstParticleCollection()
AliFemtoParticleCollection* SecondParticleCollection()
AliFemtoParticleCollection* ThirdParticleCollection()
AliEventplane* PicoEventplane()
{return fPicoEventplane;}