X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=test%2Fppbench%2FConfig.C;fp=test%2Fppbench%2FConfig.C;h=155ee04bc07cafd3c04af60afe29a47804921213;hb=5e319bd50c20efb1be264836da5ec97a1637ccaf;hp=7888cd680f5e58cbce7f10fe220992f5bec40de5;hpb=88769c4bcb4b4b8b8c73cb61dd2bcbab83a10f8f;p=u%2Fmrichter%2FAliRoot.git diff --git a/test/ppbench/Config.C b/test/ppbench/Config.C index 7888cd680f5..155ee04bc07 100644 --- a/test/ppbench/Config.C +++ b/test/ppbench/Config.C @@ -232,6 +232,7 @@ void Config() Int_t iEMCAL = 1; Int_t iVZERO = 1; Int_t iACORDE = 1; + Int_t iAD = 0; //=================== Alice BODY parameters ============================= AliBODY *BODY = new AliBODY("BODY", "Alice envelop"); @@ -382,7 +383,15 @@ void Config() AliVZERO *VZERO = new AliVZEROv7("VZERO", "normal VZERO"); } - + if (iAD) + { + //=================== AD parameters ============================ + AliAD *AD = new AliADv1("AD", "normal AD test"); + AD->SetADAToInstalled(kTRUE); + AD->SetADCToInstalled(kTRUE); + } + + } Float_t EtaToTheta(Float_t arg){