PandaRoot
PndLmdNoiseProducer.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 // ----- PndLmdNoiseProducer header file -----
15 // ----- Created 05.2015 by P. Jasinski -----
16 // -------------------------------------------------------------------------
17 
27 #ifndef PNDLMDNOISEPRODUCER_H
28 #define PNDLMDNOISEPRODUCER_H
29 
30 #include "PndMvdNoiseProducer.h"
31 //#include "FairTask.h"
32 
34  public:
36 
37  virtual InitStatus Init();
38 
39  void FillSensorLists();
40 
41  void SetParContainers();
42 
43  void Exec(Option_t *opt);
44 
45  Double_t CalcReadoutCycles(Double_t clock);
46  void AddDigiPixel(Int_t &noisies, Int_t iPoint, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t charge);
47 
48  private:
49  std::vector<Int_t> fPixelIds;
50 
51  ClassDef(PndLmdNoiseProducer, 1);
52 };
53 
54 #endif
void AddDigiPixel(Int_t &noisies, Int_t iPoint, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t charge)
virtual InitStatus Init()
Double_t CalcReadoutCycles(Double_t clock)
void Exec(Option_t *opt)