PandaRoot
BSEmcSamplingNoiseAdder.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
//#pragma once
14
#ifndef BSEMCSAMPLINGNOISEADDER_HH
15
#define BSEMCSAMPLINGNOISEADDER_HH
16
17
#include "
BSEmcAbsWaveformModifier.h
"
18
19
class
BSEmcWaveform
;
20
class
BSEmcAbsWaveformSimulator
;
21
27
class
BSEmcSamplingNoiseAdder
:
public
BSEmcAbsWaveformModifier
{
28
public
:
29
BSEmcSamplingNoiseAdder
();
30
BSEmcSamplingNoiseAdder
(Double_t t_noiseWidth);
31
32
virtual
void
Modify
(
BSEmcWaveform
*t_wf)
/*override*/
;
33
34
protected
:
35
private
:
36
Double_t fNoiseWidth{0};
37
38
39
ClassDef
(
BSEmcSamplingNoiseAdder
, 0)
40
};
41
42
#endif
/*BSEMCSAMPLINGNOISEADDER_HH*/
BSEmcWaveform
represents a simulated waveform in an emc crystal
Definition:
BSEmcWaveform.h:75
BSEmcSamplingNoiseAdder
waveform modifier to add noise to waveform in ADC domain
Definition:
BSEmcSamplingNoiseAdder.h:27
BSEmcAbsWaveformModifier
interface for waveform modifiers
Definition:
BSEmcAbsWaveformModifier.h:27
BSEmcAbsWaveformModifier.h
BSEmcAbsWaveformSimulator
Abstract base class for waveform simulator.
Definition:
BSEmcAbsWaveformSimulator.h:34
BSEmcAbsWaveformModifier::ClassDef
ClassDef(BSEmcAbsWaveformModifier, 1)
BSEmcSamplingNoiseAdder::BSEmcSamplingNoiseAdder
BSEmcSamplingNoiseAdder()
BSEmcSamplingNoiseAdder::Modify
virtual void Modify(BSEmcWaveform *t_wf)
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
detectors
emc_restructured
FwEndcap
WaveformModifier
BSEmcSamplingNoiseAdder.h
Generated on Fri Nov 29 2024 06:04:39 for PandaRoot by
1.8.13