PandaRoot
PndEmcBWPulseshape.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
// Description:
15
// Experimentally derived Pulseshape of the form:
16
// f(x) = A * (t')^ N * exp(-N t')
17
//-----------------------------------------------------------
18
//#pragma once
19
#ifndef PNDEMCBWPULSESHAPE_H
20
#define PNDEMCBWPULSESHAPE_H
21
22
#include "
PndEmcAbsPulseshape.h
"
23
30
class
PndEmcBWPulseshape
:
public
PndEmcAbsPulseshape
{
31
32
public
:
33
34
PndEmcBWPulseshape
();
35
PndEmcBWPulseshape
(Double_t tau, Double_t N);
36
virtual
~PndEmcBWPulseshape
(){};
37
38
virtual
Double_t
operator()
(
const
Double_t t,
const
Double_t amp,
const
Double_t toffset)
const
;
39
40
private
:
41
42
Double_t fTau;
43
Double_t fN;
44
45
ClassDef(
PndEmcBWPulseshape
, 1)
46
};
47
48
#endif
49
PndEmcBWPulseshape::~PndEmcBWPulseshape
virtual ~PndEmcBWPulseshape()
Definition:
PndEmcBWPulseshape.h:36
PndEmcBWPulseshape::PndEmcBWPulseshape
PndEmcBWPulseshape()
PndEmcBWPulseshape::operator()
virtual Double_t operator()(const Double_t t, const Double_t amp, const Double_t toffset) const
PndEmcAbsPulseshape
pulseshape interface
Definition:
PndEmcAbsPulseshape.h:37
PndEmcAbsPulseshape.h
PndEmcBWPulseshape
Experimentally derived Pulseshape.
Definition:
PndEmcBWPulseshape.h:30
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
detectors
emc
EmcDigi
PndEmcBWPulseshape.h
Generated on Fri Nov 29 2024 06:04:41 for PandaRoot by
1.8.13