PandaRoot
PndRichCalDbPar.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
18 #ifndef PNDRICHCALDBPAR_H
19 #define PNDRICHCALDBPAR_H 1
20 
21 #include "FairField.h"
22 #include "FairParGenericSet.h"
23 
24 class FairParamList;
25 
26 class PndRichCalDbPar : public FairParGenericSet {
27  public:
29  PndRichCalDbPar(const char *name, const char *title, const char *context);
30 
33 
36 
38  virtual void putParams(FairParamList *list);
39 
41  virtual Bool_t getParams(FairParamList *list);
42 
44  void SetParameters(FairField *field);
45 
47  Int_t GetType() const { return fType; }
48  Double_t GetPmin() const { return fPmin; }
49  Double_t GetXmin() const { return fXmin; }
50  Double_t GetYmin() const { return fYmin; }
51  Double_t GetTmin() const { return fTmin; }
52  Double_t GetFmin() const { return fFmin; }
53  Double_t GetPmax() const { return fPmax; }
54  Double_t GetXmax() const { return fXmax; }
55  Double_t GetYmax() const { return fYmax; }
56  Double_t GetTmax() const { return fTmax; }
57  Double_t GetFmax() const { return fFmax; }
58  Double_t GetBetaMean() const { return fBetaMean; }
59  Double_t GetBetaSig() const { return fBetaSig; }
60  Double_t GetBetaEff() const { return fBetaEff; }
61  void MapName(TString &name) { name = fMapName; }
62 
63  private:
70  Int_t fType;
71 
73  Double_t fPmin, fPmax;
74  Double_t fXmin, fXmax;
75  Double_t fYmin, fYmax;
76  Double_t fTmin, fTmax;
77  Double_t fFmin, fFmax;
78 
80  Double_t fBetaMean, fBetaSig, fBetaEff;
81 
83  TString fMapName;
84 
85  ClassDef(PndRichCalDbPar, 1);
86 };
87 
88 #endif
Int_t GetType() const
virtual Bool_t getParams(FairParamList *list)
Double_t GetTmax() const
Double_t GetBetaSig() const
virtual void putParams(FairParamList *list)
Double_t GetBetaEff() const
void MapName(TString &name)
Double_t GetXmin() const
Double_t GetFmax() const
void SetParameters(FairField *field)
Double_t GetYmax() const
Double_t GetYmin() const
Double_t GetFmin() const
Double_t GetPmin() const
Double_t GetPmax() const
Double_t GetXmax() const
Double_t GetTmin() const
Double_t GetBetaMean() const