FairRoot/PandaRoot
PndLmdNoiseProducer.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndLmdNoiseProducer header file -----
3 // ----- Created 05.2015 by P. Jasinski -----
4 // -------------------------------------------------------------------------
5 
6 
17 #ifndef PNDLMDNOISEPRODUCER_H
18 #define PNDLMDNOISEPRODUCER_H
19 
20 #include "PndMvdNoiseProducer.h"
21 //#include "FairTask.h"
22 
24 {
25  public:
27 
28  virtual InitStatus Init();
29 
30  void FillSensorLists();
31 
32  void SetParContainers();
33 
34  void Exec(Option_t* opt);
35 
37  void AddDigiPixel(Int_t &noisies, Int_t iPoint, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t charge);
38  private:
39 
40  std::vector<Int_t> fPixelIds;
41 
43 
44 };
45 
46 #endif
int row
Definition: anaLmdDigi.C:67
ClassDef(PndLmdNoiseProducer, 1)
void AddDigiPixel(Int_t &noisies, Int_t iPoint, Int_t sensorID, Int_t fe, Int_t col, Int_t row, Double_t charge)
int col
Definition: anaLmdDigi.C:67
Double_t
virtual InitStatus Init()
std::vector< Int_t > fPixelIds
Double_t CalcReadoutCycles(Double_t clock)
int fe
Definition: anaLmdDigi.C:67
void Exec(Option_t *opt)