PandaRoot
BSEmcBwEndcapDigitizer.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 BSEMCBWENDCAPDIGITIZER_HH
15 #define BSEMCBWENDCAPDIGITIZER_HH
16 
17 #include "Rtypes.h"
18 #include "RtypesCore.h"
19 
21 
22 class BSEmcWaveform;
23 class TBuffer;
24 class TClass;
25 class TMemberInspector;
26 
33  public:
35  BSEmcBwEndcapDigitizer(Double_t t_inputScale, Double_t t_nbits);
36 
37  virtual void Modify(BSEmcWaveform *t_wf) /*override*/;
38  virtual Double_t GetScale() /*override*/ { return fInputScale; }
39 
40  private:
41  Double_t fInputScale{0};
42  Double_t fNbits{0};
43 
45 };
46 
47 #endif /*BSEMCBWENDCAPDIGITIZER_HH*/
represents a simulated waveform in an emc crystal
Definition: BSEmcWaveform.h:75
interface for waveform modifiers
virtual void Modify(BSEmcWaveform *t_wf)
ClassDef(BSEmcAbsWaveformModifier, 1)