From 2f09eb80c8ffb19837b1f4f029e08e26cbbc1ea9 Mon Sep 17 00:00:00 2001 From: shahoian Date: Wed, 5 Nov 2014 18:17:16 +0100 Subject: [PATCH] optimized mat.budget estimator macro --- ITS/UPGRADE/testITSU/chkTracker.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ITS/UPGRADE/testITSU/chkTracker.C b/ITS/UPGRADE/testITSU/chkTracker.C index 868f1d8baf2..5554058afd8 100644 --- a/ITS/UPGRADE/testITSU/chkTracker.C +++ b/ITS/UPGRADE/testITSU/chkTracker.C @@ -1,17 +1,17 @@ AliITSUReconstructor* rec = 0; AliITSUTrackerGlo* trk=0; -void chkTracker() +void chkTracker(int run=0) { AliCDBManager* man = AliCDBManager::Instance(); man->SetDefaultStorage("local://$ALICE_ROOT/OCDB"); man->SetSpecificStorage("GRP/GRP/Data", - Form("local://%s",gSystem->pwd())); + Form("local://%s",gSystem->pwd())); man->SetSpecificStorage("ITS/Align/Data", Form("local://%s",gSystem->pwd())); man->SetSpecificStorage("ITS/Calib/RecoParam", Form("local://%s",gSystem->pwd())); - man->SetRun(0); + man->SetRun(run); if ( !TGeoGlobalMagField::Instance()->GetField() ) { printf("Loading field map...\n"); AliGRPManager grpMan; -- 2.43.0