ATLAS Offline Software
G4DebuggingHelper.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef G4DEBUGGINGTOOLS_G4DEBUGGINGHELPER_H
6 #define G4DEBUGGINGTOOLS_G4DEBUGGINGHELPER_H
7 
8 #include "G4String.hh"
9 #include "G4ParticleDefinition.hh"
10 
11 #include <map>
12 
13 namespace G4DebuggingHelpers {
14 
15  const G4String ClassifyParticle( const G4ParticleDefinition* def );
16 
17  const G4String ClassifyMaterial( const G4String &nom );
18 
19  const G4String ClassifyVolume( const G4String &nom );
20 
21 }
22 
23 #endif
G4DebuggingHelpers
Definition: G4DebuggingHelper.h:13
G4DebuggingHelpers::ClassifyParticle
const G4String ClassifyParticle(const G4ParticleDefinition *def)
Definition: G4DebuggingHelper.cxx:24
G4DebuggingHelpers::ClassifyVolume
const G4String ClassifyVolume(const G4String &nom)
Definition: G4DebuggingHelper.cxx:74
PlotSFuncertainty.nom
nom
Definition: PlotSFuncertainty.py:141
G4DebuggingHelpers::ClassifyMaterial
const G4String ClassifyMaterial(const G4String &nom)
Definition: G4DebuggingHelper.cxx:40