PandaRoot
PndCATrackPerformanceBase.h
Go to the documentation of this file.
1 //-*- Mode: C++ -*-
2 // $Id: PndCATrackPerformanceBase.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 PNDCATRACKPERFORMANCEBASE_H
12 #define PNDCATRACKPERFORMANCEBASE_H
13 
14 #include "PndCACounters.h"
15 
16 #include "PndCAPerformanceBase.h"
17 
18 #include "PndCADef.h"
19 #include "PndCAMCTrack.h"
20 #include "PndCAMCPoint.h"
21 #include <fstream>
22 #include <cstdio>
23 #include <map>
24 
25 #include <string>
26 using std::string;
27 
28 #include <iostream>
29 using std::istream;
30 using std::ostream;
31 
32 class TObject;
33 class TParticle;
34 class PndCAMCPoint;
35 class TDirectory;
36 class TH1;
37 
38 class TFile;
39 
43 class PndCATrackPerformanceBase : public PndCAPerformanceBase {
44  public:
45  PndCATrackPerformanceBase();
46  virtual ~PndCATrackPerformanceBase(){};
47 
49  virtual void CreateHistos(string histoDir = "", TFile *outFile = 0);
50 
51  protected:
52  virtual void FillHistos();
53 
55  enum {
56  NTracksPulls = 10,
57  NHitsPulls = 5 + 2,
58  NHits2DPulls = 3 + 3 + 3,
59 
60  NAllHisto = 4,
61  NAllProfiles = 4,
62  NAll2DHisto = 1,
63 
64  NGhostsHisto = 7,
65  NGhostsProfiles = 0,
66  NGhosts2DHisto = 3,
67 
68  NRecoTracksHisto = 9,
69  NRecoTracksProfiles = 14,
70  NRecoTracks2DHisto = 3
71  };
72 };
73 
74 #endif
75 #endif // DO_TPCCATRACKER_EFF_PERFORMANCE
basic_istream< char, char_traits< char > > istream
basic_ostream< char, char_traits< char > > ostream