#include "DsPmtSensDet.h"
#include "DsPmtModel.h"
#include "Event/SimPmtHit.h"
#include "Conventions/Detectors.h"
#include "GiGaCnv/IGiGaGeomCnvSvc.h"
#include "GaudiKernel/ToolHandle.h"
#include "DetDesc/DetectorElement.h"
#include "GaudiKernel/IRndmGenSvc.h"
#include "G4DataHelpers/ITouchableToDetectorElement.h"
#include "G4Step.hh"
#include "G4HCofThisEvent.hh"
#include "G4SDManager.hh"
#include "G4StepPoint.hh"
#include "G4Region.hh"
#include "G4LogicalVolume.hh"
#include "G4VFastSimulationModel.hh"
#include "G4ProductionCuts.hh"
#include "G4ThreeVector.hh"
#include "G4TouchableHistory.hh"
#include "G4OpticalPhoton.hh"
#include "CLHEP/Units/PhysicalConstants.h"
#include <string>
#include <vector>
#include <cstdio>
Include dependency graph for DsPmtSensDet.cc:
Go to the source code of this file.
Variables | |
DetectorId::DetectorId_t | detector_ids [] |
Site::Site_t | site_ids [] |
Initial value:
{ DetectorId::kAD1, DetectorId::kAD2, DetectorId::kAD3, DetectorId::kAD4, DetectorId::kIWS, DetectorId::kOWS, (DetectorId::DetectorId_t)-1 }
Definition at line 43 of file DsPmtSensDet.cc.
Initial value:
{ Site::kDayaBay, Site::kLingAo, Site::kFar, (Site::Site_t)-1 }
Definition at line 48 of file DsPmtSensDet.cc.