]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Inversed digtise by particle type (now, only the selected particle type is not digitsed)
authorjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Oct 2000 20:48:42 +0000 (20:48 +0000)
committerjbarbosa <jbarbosa@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Oct 2000 20:48:42 +0000 (20:48 +0000)
RICH/RICHdigit.C

index 133371e9a512932a340615094479f33c57a18da5..821875525c5a93b57a374e34b798fc809b692ad0 100644 (file)
@@ -1,13 +1,13 @@
 // 0 = all
-// 1 = pion
-// 2 = kaon
-// 3 = proton
-// 4 = muon
-// 5 = electron
-// 6 = neutron
+// 1 = not pion
+// 2 = not kaon
+// 3 = not proton
+// 4 = not muon
+// 5 = not electron
+// 6 = not neutron
 
 
-Int_t particle_type=0;
+Int_t particle_type=5;
 
 #include "iostream.h"