]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removed a warning due to unused variable
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 7 Jun 2001 21:45:35 +0000 (21:45 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 7 Jun 2001 21:45:35 +0000 (21:45 +0000)
PHOS/AliPHOSv3.cxx

index 63c9d46c325d1415b7de410ef0c04d9f2dee32f7..fd0596cad079ab520add0743250697b6589dfb01 100644 (file)
@@ -117,7 +117,7 @@ void AliPHOSv3::StepManager(void)
   Int_t          copy     ;
   Float_t        lightyield ;   // Light Yield per GeV
   Float_t        apdgain ; // Poisson calculated gain around 300.
-  Float_t        nElectrons ;   // Number of electrons in the PIN diode
+  //Float_t        nElectrons ;   // Number of electrons in the PIN diode
   
   Int_t tracknumber =  gAlice->CurrentTrack() ; 
   Int_t primary     =  gAlice->GetPrimary( gAlice->CurrentTrack() );