PandaRoot
PndEmcBWEndcapDigitizer.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 PNDEMCBWENDCAPDIGITIZER_H_
15 #define PNDEMCBWENDCAPDIGITIZER_H_
16 
18 
25 {
26  public:
28  PndEmcBWEndcapDigitizer(Double_t inputScale, Double_t nbits);
29 
30  virtual void Modify(PndEmcWaveform* wf);
31  virtual Double_t GetScale() { return fInputScale; }
32 
33  private:
34 
35  Double_t fInputScale;
36  Double_t fNbits;
37 
39 };
40 
41 #endif
interface for waveform modifiers
ClassDef(PndEmcAbsWaveformModifier, 1)
virtual void Modify(PndEmcWaveform *wf)
represents a simulated waveform in an emc crystal