X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=TPC%2FAliTPCCalibTCF.h;h=c8795dc6fb8b92c19b9e2f36079c16b578568264;hb=c64c82dbb7b02998128a113f0f5ba99a1c534ef3;hp=2bd8f0ffebcfef3fc6ea83152ce08dfa56d3faf4;hpb=403775461545267f51641637ddd34e4c1e902f8f;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCCalibTCF.h b/TPC/AliTPCCalibTCF.h index 2bd8f0ffebc..c8795dc6fb8 100644 --- a/TPC/AliTPCCalibTCF.h +++ b/TPC/AliTPCCalibTCF.h @@ -33,7 +33,7 @@ public: AliTPCCalibTCF& operator = (const AliTPCCalibTCF &source); - void ProcessRawFile(const char *nameRawFile, const char *nameFileOut);//Int_t *tresholds); + void ProcessRawFile(const char *nameRawFile, const char *nameFileOut, bool bUseHLTOUT=false); void ProcessRawEvent(AliTPCRawStream *rawStream, const char *nameFileOut); void MergeHistoPerSector(const char *nameFileIn); @@ -42,7 +42,7 @@ public: Int_t AnalyzePulse(TH1F *hisIn, Double_t *coefZ, Double_t *coefP); void TestTCFonRootFile(const char *nameFileIn, const char *nameFileTCF, Int_t nPulseMin=0, Int_t plotFlag=0, Int_t lowKey=1, Int_t upKey=1000000); - void TestTCFonRawFile(const char *nameRawFile, const char *nameFileOut, const char *nameFileTCF, Int_t nPulseMin=0, Int_t plotFlag=0); + void TestTCFonRawFile(const char *nameRawFile, const char *nameFileOut, const char *nameFileTCF, Int_t nPulseMin=0, Int_t plotFlag=0, bool bUseHLTOUT=false); Int_t DumpTCFparamToFilePerSector(const char *nameFileTCFPerSec, const char *nameMappingFile="$ALICE_ROOT/TPC/Calib/tpcMapping.root"); Int_t DumpTCFparamToFilePerPad(const char *nameFileTCFPerPad,const char *nameFileTCFPerSec, const char *nameMappingFile="$ALICE_ROOT/TPC/Calib/tpcMapping.root");