ATLAS Offline Software
Loading...
Searching...
No Matches
CustomParticleFactory.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CustomParticleFactory_h
6#define CustomParticleFactory_h 1
7
8
9#include <set>
10class G4ParticleDefinition;
11
12// ######################################################################
13// ### CustomParticle ###
14// ######################################################################
15
17{
18
19public:
20 static void loadCustomParticles();
21 static bool isCustomParticle(G4ParticleDefinition *particle);
22
23private:
24 static std::set<G4ParticleDefinition *> load();
25};
26
27
28#endif
static bool isCustomParticle(G4ParticleDefinition *particle)
static std::set< G4ParticleDefinition * > load()