AliPHOSReconstructioner


class description - source file - inheritance tree

class AliPHOSReconstructioner : public TObject

    private:
protected:
public:
AliPHOSReconstructioner AliPHOSReconstructioner() AliPHOSReconstructioner AliPHOSReconstructioner(AliPHOSClusterizer* Clusterizer, AliPHOSTrackSegmentMaker* Tracker, AliPHOSPID* Identifier) AliPHOSReconstructioner AliPHOSReconstructioner(const AliPHOSReconstructioner& phos) virtual void ~AliPHOSReconstructioner() static TClass* Class() AliPHOSClusterizer* GetClusterizer() void Init(AliPHOSClusterizer* Clusterizer, AliPHOSTrackSegmentMaker* Tracker, AliPHOSPID* Identifier) virtual TClass* IsA() const void Make(TClonesArray* DL, TObjArray* emccl, TObjArray* ppsdl, TClonesArray* trsl, TClonesArray* rpl) void Make(TClonesArray* DL, TObjArray* emccl, TObjArray* ppsdl) AliPHOSReconstructioner& operator=(const AliPHOSReconstructioner& rvalue) void SetDebugReconstruction(Bool_t deb) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Bool_t fDebugReconstruction For debuging of the Reconstruction procedure AliPHOSClusterizer* fClusterizer Method for clusterization AliPHOSTrackSegmentMaker* fTrackSegmentMaker Method for track segments finding AliPHOSPID* fPID Method for identifying the type of particle protected:
public:

Class Description

  Algorithm class for the reconstruction: clusterizer
                                          track segment maker
                                          particle identifier
*--
*-- Author: Gines Martinez & Yves Schutz (SUBATECH)

AliPHOSReconstructioner(AliPHOSClusterizer * Clusterizer, AliPHOSTrackSegmentMaker * Tracker, AliPHOSPID * Pid)
 ctor

void Init(AliPHOSClusterizer * Clusterizer, AliPHOSTrackSegmentMaker * Tracker, AliPHOSPID * Pid)
 Initialisation

void Make(DigitsList * dl, AliPHOSRecPoint::RecPointsList * emccl, AliPHOSRecPoint::RecPointsList * ppsdl, AliPHOSTrackSegment::TrackSegmentsList * trsl, AliPHOSRecParticle::RecParticlesList * rpl)
 Launches the Reconstruction process in the sequence: Make the reconstructed poins (clusterize)
                                                      Make the track segments
                                                      Make the reconstructed particles

void Make(DigitsList * dl, AliPHOSRecPoint::RecPointsList * emccl, AliPHOSRecPoint::RecPointsList * cpvcl)



Inline Functions


         AliPHOSReconstructioner AliPHOSReconstructioner(AliPHOSClusterizer* Clusterizer, AliPHOSTrackSegmentMaker* Tracker, AliPHOSPID* Identifier)
         AliPHOSReconstructioner AliPHOSReconstructioner(const AliPHOSReconstructioner& phos)
             AliPHOSClusterizer* GetClusterizer()
                            void SetDebugReconstruction(Bool_t deb)
        AliPHOSReconstructioner& operator=(const AliPHOSReconstructioner& rvalue)
                         TClass* Class()
                         TClass* IsA() const
                            void ShowMembers(TMemberInspector& insp, char* parent)
                            void Streamer(TBuffer& b)
                            void ~AliPHOSReconstructioner()


Copyright (c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.