ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
const G4String ClassifyMaterial(const G4String &nom)
const G4String ClassifyVolume(const G4String &nom)
const G4String ClassifyParticle(const G4ParticleDefinition *def)