FairRoot/PandaRoot
PndSdsMergedHit.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndSdsMergedHit source file -----
3 // ----- -----
4 // -------------------------------------------------------------------------
5 
6 #include "PndSdsMergedHit.h"
7 #include <iostream>
8 #include "TGeoManager.h"
9 #include "TGeoMatrix.h"
10 #include "TGeoNode.h"
11 #include "TGeoVolume.h"
12 #include "stdlib.h"
13 
14 // ----- Default constructor -------------------------------------------
16 // -------------------------------------------------------------------------
17 
18 // ----- Standard constructor ------------------------------------------
19 PndSdsMergedHit::PndSdsMergedHit(Int_t detID, Int_t sensorID, TVector3& pos,
20  TVector3& dpos, Int_t clindex, Double_t charge,
21  Int_t NDigiHits, Int_t mcindex, Int_t secMC)
22  : PndSdsHit(detID, sensorID, pos, dpos, clindex, charge, NDigiHits,
23  mcindex) {
24  fsecMC = secMC;
25 }
26 // -------------------------------------------------------------------------
27 
29  fsecMC = secMC;
30 }
31 
32 // ----- Destructor ----------------------------------------------------
34 // -------------------------------------------------------------------------
35 
36 // -------------------------------------------------------------------------
TVector3 pos
Int_t fsecMC
unique sensor ID
ClassImp(PndSdsMergedHit)
Double_t
virtual ~PndSdsMergedHit()