AliRoot Core  a565103 (a565103)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliTPCclusterAnalysis.C File Reference

Go to the source code of this file.

Functions

void LoadTree (const char *fname="cluterSimul.root")
 
void LoadTrack (const char *fname="trackerSimul.root")
 
void MakeQNormalization (Int_t maxPoints)
 
void sum ()
 
Double_t testSumGaus (Float_t k0, Float_t k1, Float_t s0, Float_t s1)
 
Double_t testSumExp (Float_t s0, Float_t k1)
 

Variables

TChain * treeCluster =0
 
TChain * treeTrack =0
 
AliTPCfastTrack * track =0
 

Detailed Description

0. Load libraries

gSystem->Load("libSTAT");
.x ~/NimStyle.C
.L $ALICE_ROOT/TPC/fastSimul/AliTPCclusterFast.cxx+
.L $ALICE_ROOT/TPC/fastSimul/AliTPCclusterAnalysis.C
  1. load tree

Definition in file AliTPCclusterAnalysis.C.

Function Documentation

void LoadTrack ( const char *  fname = "trackerSimul.root")

Definition at line 29 of file AliTPCclusterAnalysis.C.

void LoadTree ( const char *  fname = "cluterSimul.root")

Definition at line 22 of file AliTPCclusterAnalysis.C.

void MakeQNormalization ( Int_t  maxPoints)

Normalize Q to the diffusion and angular effect

Definition at line 43 of file AliTPCclusterAnalysis.C.

Double_t testSumExp ( Float_t  s0,
Float_t  k1 
)

Definition at line 96 of file AliTPCclusterAnalysis.C.

Double_t testSumGaus ( Float_t  k0,
Float_t  k1,
Float_t  s0,
Float_t  s1 
)

Definition at line 87 of file AliTPCclusterAnalysis.C.

Variable Documentation

AliTPCfastTrack* track =0

Definition at line 20 of file AliTPCclusterAnalysis.C.

Referenced by AliMUONESDInterface::Add(), AliMUONRefitter::AddClusterToTracks(), AliMFTTrackFinder::AddTrack(), AliL1Delay(), AliTPCComparison(), AliTPCComparison2(), AliMUONRecoCheck::CleanMuonTrackRef(), AliMFTTrackerMU::Clusters2Tracks(), AliMUONTrackReconstructorK::ComplementTracks(), AliMUONTrackReconstructor::ComplementTracks(), AliMUONVTrackReconstructor::DiscardMonoCathodClusters(), AliMFTTrackFinder::DrawTracks(), AliMUONVTrackReconstructor::EventReconstruct(), AliMUONChamberCalibrationTask::Exec(), AliMUONTrackHitPattern::ExecuteValidation(), AliMUONTracker::FillESD(), FillFriends(), AliMFTTrackFinder::FilterTracks(), AliMUONVTrackReconstructor::Finalize(), AliMUONESDInterface::FindTrack(), AliMFTTrackFinder::FindTracks(), AliTPCCorrection::FitDistortedTrack(), AliMUONTrackReconstructorK::FollowTracks(), AliMUONTrackReconstructor::FollowTracks(), AliMUONTriggerTrackToTrackerClusters::GenerateClusters(), AliMUONMCDataInterface::GetIterator(), AliMFTDigit::GetMCLabel(), AliMFTCluster::GetMCLabel(), AliMUONESDInterface::GetNClusters(), AliMUONMCDataInterface::HitStore(), AliMUONVTrackReconstructor::ImproveTracks(), AliMUONESDInterface::LoadEvent(), AliMuonForwardTrackFinder::LoadNextTrack(), AliTPCQADataMakerRec::MakeESDs(), AliMUONTrackerQADataMakerRec::MakeESDs(), MakeESDTree(), AliMUONTrackReconstructorK::MakeMoreTrackCandidates(), AliMUONTrackReconstructor::MakeMoreTrackCandidates(), AliMUONRecoCheck::MakeReconstructibleTracks(), AliTPCCorrection::MakeSectorDistortionTree(), AliMUONTrackReconstructorK::MakeTrackCandidates(), AliMUONTrackReconstructor::MakeTrackCandidates(), AliTPCCorrection::MakeTrackDistortionTree(), AliMUONRecoCheck::MakeTrackRefs(), AliMUONRecoCheck::MakeTriggerableTracks(), MUONClusterInfo(), MUONRefit(), AliMFTTrackFinder::PrintTrack(), AliMUONRefitter::ReconstructFromClusters(), AliMUONRefitter::ReconstructFromDigits(), AliMUONVTrackReconstructor::RemoveBadTracks(), AliMUONVTrackReconstructor::RemoveUsedSegments(), AliMUONRefitter::RetrackFromClusters(), AliMUONRefitter::RetrackFromDigits(), AliMFTTrackFinder::RunBackward(), AliMFTTrackFinder::RunBackwardR(), AliZMQManager::SendAsXml(), AliTPCPid::SetEdep(), AliMFTCluster::SetMCLabel(), AliTPCPid::SetPcod(), AliTPCPid::SetPmom(), AliMUONRawCluster::SetTrack(), SimHitsOk(), AliMUONMCDataInterface::TrackRefs(), and AliMUONAlignmentTask::UserExec().

TChain* treeCluster =0

Definition at line 18 of file AliTPCclusterAnalysis.C.

Referenced by LoadTree(), and MakeQNormalization().

TChain* treeTrack =0

Definition at line 19 of file AliTPCclusterAnalysis.C.

Referenced by LoadTrack().