PandaRoot
PndFTSCATrackPerformanceBase.h
Go to the documentation of this file.
1 //-*- Mode: C++ -*-
2 // $Id: PndFTSCATrackPerformanceBase.h,v 1.10 2010/09/01 10:38:27 ikulakov Exp $
3 // ************************************************************************
4 // This file is property of and copyright by the ALICE HLT Project *
5 // ALICE Experiment at CERN, All rights reserved. *
6 // See cxx source for full Copyright notice *
7 // *
8 //*************************************************************************
9 #ifdef DO_TPCCATRACKER_EFF_PERFORMANCE
10 
11 #ifndef PNDFTSCATrackPERFORMANCEBASE_H
12 #define PNDFTSCATrackPERFORMANCEBASE_H
13 
14 #include "PndFTSCounters.h"
15 
16 #include "PndFTSPerformanceBase.h"
17 
18 #include "PndFTSCADef.h"
19 #include "PndFTSArray.h"
20 #include "PndFTSCAMCTrack.h"
21 #include "PndFTSCAMCPoint.h"
22 #include <fstream>
23 #include <cstdio>
24 #include <map>
25 
26 #include <string>
27 using std::string;
28 
29 #include <iostream>
30 using std::istream;
31 using std::ostream;
32 
33 class TObject;
34 class TParticle;
35 class PndFTSCAMCPoint;
36 class PndFTSCAGBTracker;
37 class TDirectory;
38 class TH1;
39 
40 class TFile;
41 
45 class PndFTSCATrackPerformanceBase : public PndFTSPerformanceBase {
46  public:
47  PndFTSCATrackPerformanceBase();
48  virtual ~PndFTSCATrackPerformanceBase(){};
49 
51  virtual void CreateHistos(string histoDir = "", TFile *outFile = 0);
52 
53  protected:
54  virtual void FillHistos();
55 
57  enum {
58  NTracksPulls = 10,
59 #if defined(DRIFT_TUBES)
60  NHitsPulls = 5 + 2 + 2,
61 #else
62  NHitsPulls = 5 + 2,
63 #endif
64  NHits2DPulls = 2 + 3 + 3 + 3,
65 
66  NAllHisto = 4,
67  NAllProfiles = 4,
68  NAll2DHisto = 1,
69 
70  NGhostsHisto = 7,
71  NGhostsProfiles = 0,
72  NGhosts2DHisto = 3,
73 
74  NRecoTracksHisto = 9,
75  NRecoTracksProfiles = 14,
76  NRecoTracks2DHisto = 3
77  };
78 };
79 
80 #endif
81 #endif // DO_TPCCATRACKER_EFF_PERFORMANCE
basic_istream< char, char_traits< char > > istream
basic_ostream< char, char_traits< char > > ostream