From e7594bad94215f5f2fa91492e1ae3013c3cb571d Mon Sep 17 00:00:00 2001 From: cholm Date: Thu, 7 Feb 2008 17:13:09 +0000 Subject: [PATCH] Added missing pragma's --- FMD/AliFMDSDigitizer.cxx | 2 ++ FMD/FMDbaseLinkDef.h | 2 ++ FMD/FMDrecLinkDef.h | 1 + FMD/FMDsimLinkDef.h | 1 + FMD/Reconstruct.C | 6 ++++++ 5 files changed, 12 insertions(+) diff --git a/FMD/AliFMDSDigitizer.cxx b/FMD/AliFMDSDigitizer.cxx index 510cde488f0..0cc7048240e 100644 --- a/FMD/AliFMDSDigitizer.cxx +++ b/FMD/AliFMDSDigitizer.cxx @@ -310,6 +310,8 @@ AliFMDSDigitizer::AddDigit(AliFMD* fmd, Short_t count4) const { // Add a summable digit + if (count1 == 0 && count1 === count2 && count2 == count3 && count3 == count4) + return; fmd->AddSDigitByFields(detector, ring, sector, strip, edep, count1, count2, count3, count4); } diff --git a/FMD/FMDbaseLinkDef.h b/FMD/FMDbaseLinkDef.h index e78fa600d48..7d6ef16cf12 100644 --- a/FMD/FMDbaseLinkDef.h +++ b/FMD/FMDbaseLinkDef.h @@ -33,6 +33,8 @@ #pragma link C++ class AliFMDCalibStripRange+; #pragma link C++ class AliFMDAltroMapping+; #pragma link C++ class AliFMDPreprocessor+; +#pragma link C++ class AliFMDQAChecker+; + // #pragma link C++ class AliFMDAltroIO+; // #pragma link C++ class AliFMDAltroReader+; // #pragma link C++ class AliFMDAltroWriter+; diff --git a/FMD/FMDrecLinkDef.h b/FMD/FMDrecLinkDef.h index 1fc40923117..6613cd3beaf 100644 --- a/FMD/FMDrecLinkDef.h +++ b/FMD/FMDrecLinkDef.h @@ -23,6 +23,7 @@ #pragma link C++ class AliFMDRecPoint+; #pragma link C++ class AliFMDRawStream+; #pragma link C++ class AliFMDRawReader+; +#pragma link C++ class AliFMDQADataMakerRec+; #else # error Not for compilation diff --git a/FMD/FMDsimLinkDef.h b/FMD/FMDsimLinkDef.h index 6a70caee964..b46effb98c2 100644 --- a/FMD/FMDsimLinkDef.h +++ b/FMD/FMDsimLinkDef.h @@ -30,6 +30,7 @@ #pragma link C++ class AliFMDDigitizer+; #pragma link C++ class AliFMDSDigitizer+; #pragma link C++ class AliFMDRawWriter+; +#pragma link C++ class AliFMDQADataMakerSim+; #else # error Not for compilation diff --git a/FMD/Reconstruct.C b/FMD/Reconstruct.C index 409df92ffc7..ca14d242766 100644 --- a/FMD/Reconstruct.C +++ b/FMD/Reconstruct.C @@ -25,7 +25,13 @@ void Reconstruct() { + // Debug the FMD. // AliLog::SetModuleDebugLevel("FMD", 1); + + // To reconstruct raw data from FDR-I, please enable below lines: + // AliFMDParameters::Instance()->UseRcuTrailer(false); + // AliFMDParameters::Instance()->UseCompleteHeader(false); + AliReconstruction rec; rec.SetRunLocalReconstruction("FMD"); rec.SetRunVertexFinder(kFALSE); -- 2.43.0