]> git.uio.no Git - u/mrichter/AliRoot.git/blame - Flugg/G4SDManager.cxx
Bug fix (A. Gheata)
[u/mrichter/AliRoot.git] / Flugg / G4SDManager.cxx
CommitLineData
26911512 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
14G4SDManager::G4SDManager()
15{
16}
17
18G4SDManager::~G4SDManager()
19{
20}
21