ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_SensitiveDetectorTool.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6// Class header
8
9// Package includes
11
12//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
13
14LUCID_SensitiveDetectorTool::LUCID_SensitiveDetectorTool(const std::string& type, const std::string& name, const IInterface* parent)
15 : SensitiveDetectorBase(type,name,parent)
16{
17}
18
19//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
20
21G4VSensitiveDetector* LUCID_SensitiveDetectorTool::makeSD() const
22{
23 ATH_MSG_DEBUG( "Initializing SD" );
24 // Create a fresh SD
26}
#define ATH_MSG_DEBUG(x)
LUCID_SensitiveDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
G4VSensitiveDetector * makeSD() const override final
Gaudi::Property< std::vector< std::string > > m_outputCollectionNames
Names of all output collections written out by this SD.
SensitiveDetectorBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.