]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- removing obsolete files
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 15 May 2010 12:53:05 +0000 (12:53 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 15 May 2010 12:53:05 +0000 (12:53 +0000)
HLT/CALO/macros/rec_hlt_calo_emcal.C [deleted file]
HLT/CALO/macros/rec_hlt_calo_phos.C [deleted file]
HLT/CALO/macros/runPhos.C [deleted file]

diff --git a/HLT/CALO/macros/rec_hlt_calo_emcal.C b/HLT/CALO/macros/rec_hlt_calo_emcal.C
deleted file mode 100644 (file)
index 1871dd3..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-
-void rec_hlt_calo_emcal(const char *input = "./", const char *grp = "./")
-{
-
-    AliCDBManager::Instance()->SetRun(0);
-
-    if (!gSystem->AccessPathName("galice.root")) {
-        cerr << "please delete the galice.root or run at different place." << endl;
-        return;
-    }
-
-    ///////////////////////////////////////////////////////////////////////////////////////////////////
-    //
-    // init the HLT system in order to define the analysis chain below
-    //
-    AliHLTSystem* gHLT=AliHLTPluginBase::GetInstance();
-
-    ///////////////////////////////////////////////////////////////////////////////////////////////////
-    //
-    // define the analysis chain to be run
-    //
-    int moduleStart = 2;
-    int moduleEnd = 2;
-    int rcuStart = 0;
-    int rcuEnd = 1;
-    int rcusPerModule = 2;
-    int ddlOffset = 4608;
-
-    TString option="libAliHLTUtil.so libAliHLTRCU.so libAliHLTCalo.so libAliHLTEMCAL.so libAliHLTGlobal.so loglevel=0x7f chains=ESD-CONVERTER";
-    TString ecInput;
-    TString emInput;
-
-    for (int module = moduleStart; module <= moduleEnd; module++)
-    {
-        TString clInput;
-
-        for (int rcu = rcuStart; rcu <= rcuEnd; rcu++)
-        {
-            TString arg, publisher, ra, dm;
-            // raw data publisher components
-            publisher.Form("EMC-RP_%02d_%d", module, rcu);
-            arg.Form("-minid %d -datatype 'DDL_RAW ' 'EMCA'  -dataspec 0x%x ", 1792 + module*(4) + rcu, 0x1 << (module*4 + rcu));
-            AliHLTConfiguration pubConf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
-
-            // Raw analyzer
-            arg = "";
-            ra.Form("EMC-RA_%02d_%d", module, rcu);
-            AliHLTConfiguration rawConf(ra.Data(), "EmcalRawCrude", publisher.Data(), arg.Data());
-
-            // digit maker components
-            dm.Form("EMC-DM_%02d_%d", module, rcu);
-            arg="";
-            AliHLTConfiguration dmConf(dm.Data(), "EmcalDigitMaker", ra.Data(), arg.Data());
-
-            if (clInput.Length() > 0) clInput += " ";
-            clInput+=dm;
-        }
-        TString arg, cl, ca;
-
-        // Clusterizer
-        cl.Form("EMC-CL_%02d", module);
-        arg = "";
-        AliHLTConfiguration clConf(cl.Data(), "EmcalClusterizer", clInput.Data(), arg.Data());
-
-        if (ecInput.Length() > 0) ecInput += " ";
-        ecInput += cl;
-    }
-
-    emInput = ecInput;
-
-    TString arg, ec, em, hp, ef;
-
-
-    ec.Form("ESD-CONVERTER");
-    arg = "";
-
-    AliHLTConfiguration esdcconf(ec.Data(), "GlobalEsdConverter"   , ecInput.Data(), "");
-
-    AliReconstruction rec;
-
-    rec.SetInput(input);
-
-    rec.SetRunVertexFinder(kFALSE);
-    rec.SetRunReconstruction("HLT EMCAL");
-    rec.SetRunTracking(":");
-    rec.SetLoadAlignFromCDB(0);
-    rec.SetRunQA(":");
-
-    rec.SetOption("HLT", option);
-    rec.SetSpecificStorage("GRP/GRP/Data", Form("local://%s", grp));
-    rec.Run();
-}
diff --git a/HLT/CALO/macros/rec_hlt_calo_phos.C b/HLT/CALO/macros/rec_hlt_calo_phos.C
deleted file mode 100644 (file)
index 6940af8..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-
-void rec_hlt_calo_phos(const char *input = "./", const char *grp = "./")
-{
-
-    AliCDBManager::Instance()->SetRun(0);
-
-    if (!gSystem->AccessPathName("galice.root")) {
-        cerr << "please delete the galice.root or run at different place." << endl;
-        return;
-    }
-
-    ///////////////////////////////////////////////////////////////////////////////////////////////////
-    //
-    // init the HLT system in order to define the analysis chain below
-    //
-    AliHLTSystem* gHLT=AliHLTPluginBase::GetInstance();
-
-    ///////////////////////////////////////////////////////////////////////////////////////////////////
-    //
-    // define the analysis chain to be run
-    //
-    int moduleStart = 2;
-    int moduleEnd = 4;
-    int rcuStart = 0;
-    int rcuEnd = 3;
-    int rcusPerModule = 4;
-    int ddlOffset = 1792;
-
-    TString option="libAliHLTUtil.so libAliHLTRCU.so libAliHLTCalo.so libAliHLTPHOS.so libAliHLTGlobal.so loglevel=0x7f chains=ESD-CONVERTER";
-    TString ecInput;
-    TString emInput;
-
-    for (int module = moduleStart; module <= moduleEnd; module++)
-    {
-        TString clInput;
-
-        for (int rcu = rcuStart; rcu <= rcuEnd; rcu++)
-        {
-            TString arg, publisher, ra, dm;
-            // raw data publisher components
-            publisher.Form("PHS-RP_%02d_%d", module, rcu);
-            arg.Form("-minid %d -datatype 'DDL_RAW ' 'PHOS'  -dataspec 0x%x ", ddlOffset + module*(rcusPerModule) + rcu, 0x1 << (module*rcusPerModule + rcu));
-            AliHLTConfiguration pubConf(publisher.Data(), "AliRawReaderPublisher", NULL , arg.Data());
-
-            // Raw analyzer
-            arg = "";
-            ra.Form("PHS-RA_%02d_%d", module, rcu);
-            AliHLTConfiguration rawConf(ra.Data(), "PhosRawCrude", publisher.Data(), arg.Data());
-
-            // digit maker components
-            dm.Form("PHS-DM_%02d_%d", module, rcu);
-            arg="";
-            AliHLTConfiguration dmConf(dm.Data(), "PhosDigitMaker", ra.Data(), arg.Data());
-
-            if (clInput.Length() > 0) clInput += " ";
-            clInput+=dm;
-        }
-        TString arg, cl;
-
-        // Clusterizer
-        cl.Form("PHS-CL_%02d", module);
-        arg = "";
-        AliHLTConfiguration clConf(cl.Data(), "PhosClusterizer", clInput.Data(), arg.Data());
-
-        if (ecInput.Length() > 0) ecInput += " ";
-        ecInput += cl;
-    }
-
-    emInput = ecInput;
-
-    TString arg, ec, em, hp, ef;
-
-
-    ec.Form("ESD-CONVERTER");
-    arg = "";
-
-    AliHLTConfiguration esdcconf(ec.Data(), "GlobalEsdConverter"   , ecInput.Data(), "");
-
-    AliReconstruction rec;
-
-    rec.SetInput(input);
-    rec.SetRunVertexFinder(kFALSE);
-    rec.SetRunReconstruction("HLT");
-    rec.SetRunTracking(":");
-    rec.SetLoadAlignFromCDB(0);
-    rec.SetRunQA(":");
-    //  rec.SetRunLocalReconstruction("PHOS") ;
-    rec.SetOption("HLT", option);
-    rec.SetSpecificStorage("GRP/GRP/Data", Form("local://%s", grp));
-    rec.Run();
-}
diff --git a/HLT/CALO/macros/runPhos.C b/HLT/CALO/macros/runPhos.C
deleted file mode 100644 (file)
index bd0a481..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-int runPhos(const char *data="./", const char *grp="./")
-{
-  gSystem->Load("libAliHLTCalo");
-  gROOT->LoadMacro("rec_hlt_calo_phos.C");
-  gROOT->LoadMacro("read_HLT_ESDs.C");
-  rec_hlt_calo_phos();
-  read_HLT_ESDs();
-}