PandaRoot
PndFsmTof.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
13
//--------------------------------------------------------------------------
14
// File and Version Information:
15
// $Id: FsmTof.hh,v 1.1 2006/10/05 14:05:53 aida Exp $
16
//
17
// Description:
18
// Class FsmTof
19
//
20
// Implementation of the barrel Tof for the Fast Sim Detectors
21
//
22
// This software was developed for the PANDA collaboration. If you
23
// use all or part of it, please give an appropriate acknowledgement.
24
//
25
// Author List:
26
// Klaus Goetzen Original Author
27
//
28
// Copyright Information:
29
// Copyright (C) 2006 GSI
30
//
31
//------------------------------------------------------------------------
32
33
#ifndef PNDFSMTOF_H
34
#define PNDFSMTOF_H
35
36
//----------------------
37
// Base Class Headers --
38
//----------------------
39
40
//-------------------------------
41
// Collaborating class Headers --
42
//-------------------------------
43
#include <iosfwd>
44
#include "
ArgList.h
"
45
#include "
PndFsmAbsDet.h
"
46
47
//--------------------------------------------
48
// Collaborating class forward declarations --
49
// -------------------------------------------
50
class
PndFsmTrack
;
51
class
PndFsmResponse
;
52
53
class
PndFsmTof
:
public
PndFsmAbsDet
{
54
public
:
55
//--------------------
56
// Public interface --
57
//--------------------
58
59
//
60
// Constructors
61
//
62
64
PndFsmTof
();
65
PndFsmTof
(
ArgList
&par);
68
virtual
~PndFsmTof
();
69
74
virtual
PndFsmResponse
*
respond
(
PndFsmTrack
*t);
75
76
private
:
77
bool
detected(
PndFsmTrack
*t)
const
;
78
double
gauss_t(
double
x,
double
x0,
double
s);
79
80
void
initParameters();
81
void
print(std::ostream &o);
82
bool
setParameter(std::string &name,
double
value);
83
//
84
// Modifiers
85
//
86
87
double
_thtMin;
// spatial coverage
88
double
_thtMax;
// "
89
double
_radiationLength;
// material budget
90
double
_pmin;
91
double
_Bfield;
// B field strength [T]
92
double
_rBarrel;
// radius of Tof barrel
93
double
_dSlab;
// thickness of radiator bars/slabs
94
double
_dp;
// distortion of momentum
95
double
_dt;
// time res
96
};
97
98
#endif
ArgList
std::list< std::string > ArgList
Definition:
ArgList.h:19
PndFsmTof
Definition:
PndFsmTof.h:53
ArgList.h
PndFsmAbsDet
Definition:
PndFsmAbsDet.h:61
PndFsmTof::respond
virtual PndFsmResponse * respond(PndFsmTrack *t)
PndFsmResponse
Definition:
PndFsmResponse.h:52
PndFsmTrack
Definition:
PndFsmTrack.h:61
PndFsmTof::~PndFsmTof
virtual ~PndFsmTof()
PndFsmTof::PndFsmTof
PndFsmTof()
PndFsmAbsDet.h
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
fastsim
PndFsmTof.h
Generated on Fri Nov 29 2024 06:04:41 for PandaRoot by
1.8.13