]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Flugg/G4SDManager.cxx
Quantum efficiency implemented by setting energy deposition to zero to flag inefficiency.
[u/mrichter/AliRoot.git] / Flugg / G4SDManager.cxx
1 // This code implementation is the intellectual property of
2 // the GEANT4 collaboration.
3 //
4 // By copying, distributing or modifying the Program (or any work
5 // based on the Program) you indicate your acceptance of this statement,
6 // and all its terms.
7 //
8
9 // GEANT4 tag 
10 //
11
12 #include "G4SDManager.hh"
13
14 G4SDManager::G4SDManager()
15 {
16 }
17
18 G4SDManager::~G4SDManager()
19 {
20 }
21