]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONQADataMakerSim.cxx
Bug fix for loading the LUT for chambers 1 to 6. (Indra)
[u/mrichter/AliRoot.git] / MUON / AliMUONQADataMakerSim.cxx
index b6da089c041e20db8b11d4b88ad15a74f7e80c6f..0d2f9b32cd53a8300f295579b4b00a3d9ea01e3f 100644 (file)
@@ -149,10 +149,6 @@ void AliMUONQADataMakerSim::InitDigits()
 void AliMUONQADataMakerSim::MakeHits(TTree* hitsTree)        
 {
   /// makes data from Hits
-  
-  // Check id histograms already created for this Event Specie
-  if ( ! GetHitsData(0) )
-    InitHits() ;
 
   if (!fHitStore)
     fHitStore = AliMUONVHitStore::Create(*hitsTree);
@@ -177,10 +173,6 @@ void AliMUONQADataMakerSim::MakeSDigits(TTree* sdigitsTree)
 {
   /// makes data from SDigits
 
-  // Check id histograms already created for this Event Specie
-  if ( ! GetSDigitsData(0) )
-    InitSDigits() ;
-
   if (!fDigitStore)
     fDigitStore = AliMUONVDigitStore::Create(*sdigitsTree);
   fDigitStore->Connect(*sdigitsTree, false);
@@ -202,10 +194,6 @@ void AliMUONQADataMakerSim::MakeDigits(TTree* digitsTree)
 {
    /// makes data from Digits
   
-  // Check id histograms already created for this Event Specie
-  if ( ! GetDigitsData(0) )
-    InitDigits() ;
-
   if (!fDigitStore)
     fDigitStore = AliMUONVDigitStore::Create(*digitsTree);
   fDigitStore->Connect(*digitsTree, false);