AliPHOSReconstructioner


class description - source file - inheritance tree

class AliPHOSReconstructioner : public TObject


    public:
AliPHOSReconstructioner AliPHOSReconstructioner() AliPHOSReconstructioner AliPHOSReconstructioner(AliPHOSClusterizer* Clusterizer, AliPHOSTrackSegmentMaker* Tracker, AliPHOSPID* Identifier) AliPHOSReconstructioner AliPHOSReconstructioner(AliPHOSReconstructioner&) virtual void ~AliPHOSReconstructioner() TClass* Class() AliPHOSClusterizer* GetClusterizer() void Init(AliPHOSClusterizer* Clusterizer, AliPHOSTrackSegmentMaker* Tracker, AliPHOSPID* Identifier) virtual TClass* IsA() const void Make(TClonesArray* DL, RecPointsList* emccl, RecPointsList* ppsdl, TrackSegmentsList* trsl, RecParticlesList* rpl) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
AliPHOSClusterizer* fClusterizer Method for clusterization AliPHOSTrackSegmentMaker* fTrackSegmentMaker Method for track segments finding AliPHOSPID* fPID Method for identifying the type of particle

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)

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



Inline Functions


        AliPHOSReconstructioner AliPHOSReconstructioner(AliPHOSClusterizer* Clusterizer, AliPHOSTrackSegmentMaker* Tracker, AliPHOSPID* Identifier)
            AliPHOSClusterizer* GetClusterizer()
                        TClass* Class()
                        TClass* IsA() const
                           void ShowMembers(TMemberInspector& insp, char* parent)
                           void Streamer(TBuffer& b)
        AliPHOSReconstructioner AliPHOSReconstructioner(AliPHOSReconstructioner&)
                           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.