FairRoot/PandaRoot
PndLmdDigiQ.cxx
Go to the documentation of this file.
1 #include "PndLmdDigiQ.h"
2 
4 {
5  fSigfl = true;
6  fPDG = -1;
7 }
8 
9 
10 PndLmdDigiQ::PndLmdDigiQ(const PndSdsDigiPixel &digiIn, bool sigfl):PndSdsDigiPixel(digiIn)
11 {
12  fSigfl = sigfl;
13  fPDG = -1;
14 }
15 
16 
ClassImp(PndAnaContFact)
Data class to store the digi output of a pixel module.