FairRoot/PandaRoot
PndSdsCell.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndSdsCell source file -----
3 // ----- -----
4 // -------------------------------------------------------------------------
5 
6 #include "PndSdsCell.h"
7 #include <iostream>
8 #include "stdlib.h"
9 
10 // ----- Default constructor -------------------------------------------
12 // -------------------------------------------------------------------------
13 
14 // ----- Standard constructor ------------------------------------------
15 PndSdsCell::PndSdsCell(unsigned int hitUp, unsigned int hitDw) {
16  fhit_upstream = hitUp;
17  fhit_downstream = hitDw;
18  fpv = -1;
19 }
20 // -------------------------------------------------------------------------
21 
22 // ----- Destructor ----------------------------------------------------
24 // -------------------------------------------------------------------------
25 
26 // -------------------------------------------------------------------------
unsigned int fhit_downstream
Definition: PndSdsCell.h:40
unsigned int fhit_upstream
Definition: PndSdsCell.h:39
ClassImp(PndAnaContFact)