]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4G3ParticleWSP.h
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / TGeant4 / TG4G3ParticleWSP.h
diff --git a/TGeant4/TG4G3ParticleWSP.h b/TGeant4/TG4G3ParticleWSP.h
deleted file mode 100644 (file)
index 36199e4..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-// $Id$
-// Category: physics
-//
-// Author: I. Hrivnacova
-//
-// Enum TG4G3ParticleWSP
-// ---------------------
-// The particles types which a special process (cuts, controls)
-// is applicable for.
-
-#ifndef TG4_G3_PARTICLE_WSP_H
-#define TG4_G3_PARTICLE_WSP_H
-
-enum TG4G3ParticleWSP
-// particle with special process
-{
-  kGamma,           // kPAIR, kCOMP, kPHOT, kPHIS
-  kElectron,        // kDRAY, kBREM, kMULS, kLOSS
-  kEplus,           // kDRAY, kBREM, kMULS, kLOSS, kANNI
-  kNeutralHadron,   // kHADR 
-  kChargedHadron,   // kDRAY, kMULS, kLOSS, kHADR,
-  kMuon,            // kDRAY, kBREM, kMULS, kLOSS, kMUNU
-  kAny,             // kDCAY
-  kNofParticlesWSP
-};
-   
-#endif //TG4_G3_PARTICLE_WSP_H
-