]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Uncommenting Cerenkov and feedback photons
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Feb 2004 17:05:23 +0000 (17:05 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Feb 2004 17:05:23 +0000 (17:05 +0000)
STEER/AliPDG.cxx

index e43a725528bd9b1b6e76f6fdff68438da49cff56..0aa5af465b5e5f3656254f171628b92c46e60b8f 100644 (file)
@@ -33,9 +33,9 @@ ClassImp(AliPDG)
 // Add particles to the PDG data base
 
     TDatabasePDG *pdgDB = TDatabasePDG::Instance();
+    const Int_t kspe=50000000;
 /*
     const Int_t kion=10000000;
-    const Int_t kspe=50000000;
 
     const Double_t kAu2Gev=0.9314943228;
     const Double_t khSlash = 1.0545726663e-27;
@@ -80,13 +80,13 @@ ClassImp(AliPDG)
                      khShGev/(12.33*kYear2Sec),2,"Ion",kion+20040);
   pdgDB->AddParticle("HE3","HE3",3*kAu2Gev+14.931e-3,kFALSE,
                      0,2,"Ion",kion+20030);
+*/
 // Special particles
 // 
   pdgDB->AddParticle("Cherenkov","Cherenkov",0,kFALSE,
                     0,0,"Special",kspe+50);
   pdgDB->AddParticle("FeedbackPhoton","FeedbackPhoton",0,kFALSE,
                     0,0,"Special",kspe+51);
-*/
 }