]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITS.cxx
One instance of AliITSresponse per sensor - AliITSresponse objects read/stored from...
[u/mrichter/AliRoot.git] / ITS / AliITS.cxx
index 9f1bf6f7634a985393d256282aee1c761995d1fa..b505d465b9aa99b1f21a1c957328c49be52fc9ab 100644 (file)
@@ -291,7 +291,6 @@ void AliITS::SetDefaultSimulation(){
     //      none.
     // Return:
     //      none.
-
     if(!fDetTypeSim) { 
      Error("SetDefaultSimulation()","fDetTypeSim is 0!"); 
      return;
@@ -447,7 +446,6 @@ void AliITS::AddHit(Int_t track, Int_t *vol, Float_t *hits){
     //      none.
   TClonesArray &lhits = *fHits;
   new(lhits[fNhits++]) AliITShit(fIshunt,track,vol,hits);
-
 }
 
 //______________________________________________________________________