FairRoot/PandaRoot
PndFsmSttPid.h
Go to the documentation of this file.
1 //--------------------------------------------------------------------------
2 // File and Version Information:
3 // $Id: PndFsmSttPid.hh,v 1.6 2006/10/05 14:05:53 aida Exp $
4 //
5 // Description:
6 // Class PndFsmSttPid
7 //
8 // Implementation of the STT for the Fast Sim Detectors
9 //
10 // This software was developed for the PANDA collaboration. If you
11 // use all or part of it, please give an appropriate acknowledgement.
12 //
13 // Author List:
14 // Klaus Goetzen Original Author
15 //
16 // Copyright Information:
17 // Copyright (C) 2006 GSI
18 //
19 //------------------------------------------------------------------------
20 
21 #ifndef PNDFSMSTTPID_H
22 #define PNDFSMSTTPID_H
23 
24 //----------------------
25 // Base Class Headers --
26 //----------------------
27 
28 //-------------------------------
29 // Collaborating class Headers --
30 //-------------------------------
31 #include <iosfwd>
32 #include "ArgList.h"
33 #include "PndFsmAbsDet.h"
34 
35 //--------------------------------------------
36 // Collaborating class forward declarations --
37 // -------------------------------------------
38 class PndFsmTrack;
39 class PndFsmResponse;
40 
42 {
43 public:
44 
45  //--------------------
46  // Public interface --
47  //--------------------
48 
49  //
50  // Constructors
51  //
52 
54  PndFsmSttPid();
58  virtual ~PndFsmSttPid();
59 
65 
66 private:
67  bool detected(PndFsmTrack *t) const;
68 
69  double compdEdx(double p, double M);
70  double gauss(double x, double x0, double s);
71 
72  void initParameters();
73  void print(std::ostream &o);
74  bool setParameter(std::string &name, double value);
75 
76  double _thtMin;
77  double _thtMax;
78  double _ptmin;
79  double _dEdxRes;
80 
81 };
82 
83 #endif
double compdEdx(double p, double M)
Double_t x0
Definition: checkhelixhit.C:70
double _thtMin
Definition: PndFsmSttPid.h:76
Double_t p
Definition: anasim.C:58
std::list< std::string > ArgList
Definition: ArgList.h:7
bool detected(PndFsmTrack *t) const
double _thtMax
Definition: PndFsmSttPid.h:77
TLorentzVector s
Definition: Pnd2DStar.C:50
virtual PndFsmResponse * respond(PndFsmTrack *t)
Double_t par[3]
double _ptmin
Definition: PndFsmSttPid.h:78
virtual ~PndFsmSttPid()
void initParameters()
double _dEdxRes
Definition: PndFsmSttPid.h:79
bool setParameter(std::string &name, double value)
TString name
Double_t x
double gauss(double x, double x0, double s)
void print(std::ostream &o)
TTree * t
Definition: bump_analys.C:13