1#ifndef TG4_POST_DET_CONSTRUCTION_H
2#define TG4_POST_DET_CONSTRUCTION_H
20#include <TG4RootDetectorConstruction.h>
22class TG4PostDetConstruction;
29class TG4PostDetConstruction :
public TVirtualUserPostDetConstruction
32 TG4PostDetConstruction();
33 virtual ~TG4PostDetConstruction();
36 virtual void Initialize(TG4RootDetectorConstruction* dc);
37 virtual void InitializeSDandField();
41 TG4PostDetConstruction(
const TG4PostDetConstruction& right);
43 TG4PostDetConstruction& operator=(
const TG4PostDetConstruction& right);