X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONQADataMakerSim.cxx;h=0d2f9b32cd53a8300f295579b4b00a3d9ea01e3f;hb=66ab8ab23e9202a6f674f806e09588637d193a90;hp=b6da089c041e20db8b11d4b88ad15a74f7e80c6f;hpb=eca4fa66e575b53a72c027046dc9ea60487c3240;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONQADataMakerSim.cxx b/MUON/AliMUONQADataMakerSim.cxx index b6da089c041..0d2f9b32cd5 100644 --- a/MUON/AliMUONQADataMakerSim.cxx +++ b/MUON/AliMUONQADataMakerSim.cxx @@ -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);